2023-12-26T16:18:37.913 INFO:root:teuthology version: 0.0.1.dev226+g9680d2a 2023-12-26T16:18:37.914 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-12-26_16:04:49-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology --verbose --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --archive /home/teuthworker/archive/yuriw-2023-12-26_16:04:49-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501388 -- /home/teuthworker/archive/yuriw-2023-12-26_16:04:49-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501388/orig.config.yaml 2023-12-26T16:18:37.950 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-26T16:18:38.025 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-26_16:04:49-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501388 branch: wip-yuri5-testing-2023-12-15-0747-pacific description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: null first_in_suite: false job_id: '7501388' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-26_16:04:49-rados-wip-yuri5-testing-2023-12-15-0747-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-yuri5-testing-2023-12-15-0747-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: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 kernel: hwe: true workunit: branch: wip-yuri5-testing-2023-12-15-0747-pacific sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 2834 sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2023-12-15-0747-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 targets: smithi046.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi073.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.apply: specs: - placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 - service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - cephadm.shell: host.a: - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9680d2aba1e76f64ade295c81599c97907457848 timestamp: 2023-12-26_16:04:49 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 2023-12-26T16:18:38.026 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa; will attempt to use it 2023-12-26T16:18:38.026 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks 2023-12-26T16:18:38.027 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-26T16:18:38.028 INFO:teuthology.task.internal:Checking packages... 2023-12-26T16:18:38.052 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2' 2023-12-26T16:18:38.052 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-26T16:18:38.052 INFO:teuthology.packaging:ref: None 2023-12-26T16:18:38.053 INFO:teuthology.packaging:tag: None 2023-12-26T16:18:38.053 INFO:teuthology.packaging:branch: wip-yuri5-testing-2023-12-15-0747-pacific 2023-12-26T16:18:38.053 INFO:teuthology.packaging:sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 2023-12-26T16:18:38.053 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri5-testing-2023-12-15-0747-pacific 2023-12-26T16:18:38.333 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-385-gb14a0a10-1focal 2023-12-26T16:18:38.334 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-26T16:18:38.341 INFO:teuthology.task.internal:no buildpackages task found 2023-12-26T16:18:38.341 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-26T16:18:38.348 INFO:teuthology.task.internal:Saving configuration 2023-12-26T16:18:38.362 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-26T16:18:38.369 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T16:18:38.392 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:04:49-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501388', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-26 16:07:38.156746', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-26T16:18:38.413 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi073.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:04:49-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501388', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-26 16:07:38.158153', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-26T16:18:38.413 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-26T16:18:38.425 INFO:teuthology.task.internal:roles: ubuntu@smithi046.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-26T16:18:38.425 INFO:teuthology.task.internal:roles: ubuntu@smithi073.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-26T16:18:38.426 INFO:teuthology.run_tasks:Running task console_log... 2023-12-26T16:18:38.500 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f8550c2ac10>, signals=[15]) 2023-12-26T16:18:38.500 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-26T16:18:38.507 INFO:teuthology.task.internal:Opening connections... 2023-12-26T16:18:38.507 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi046.front.sepia.ceph.com 2023-12-26T16:18:38.509 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T16:18:38.557 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi073.front.sepia.ceph.com 2023-12-26T16:18:38.558 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T16:18:38.603 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-26T16:18:38.610 DEBUG:teuthology.orchestra.run.smithi046:> uname -m 2023-12-26T16:18:38.640 INFO:teuthology.orchestra.run.smithi046.stdout:x86_64 2023-12-26T16:18:38.640 DEBUG:teuthology.orchestra.run.smithi046:> cat /etc/os-release 2023-12-26T16:18:38.688 INFO:teuthology.orchestra.run.smithi046.stdout:NAME="Ubuntu" 2023-12-26T16:18:38.688 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-26T16:18:38.688 INFO:teuthology.orchestra.run.smithi046.stdout:ID=ubuntu 2023-12-26T16:18:38.688 INFO:teuthology.orchestra.run.smithi046.stdout:ID_LIKE=debian 2023-12-26T16:18:38.688 INFO:teuthology.orchestra.run.smithi046.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-26T16:18:38.688 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION_ID="20.04" 2023-12-26T16:18:38.689 INFO:teuthology.orchestra.run.smithi046.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-26T16:18:38.689 INFO:teuthology.orchestra.run.smithi046.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-26T16:18:38.689 INFO:teuthology.orchestra.run.smithi046.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-26T16:18:38.689 INFO:teuthology.orchestra.run.smithi046.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-26T16:18:38.689 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION_CODENAME=focal 2023-12-26T16:18:38.689 INFO:teuthology.orchestra.run.smithi046.stdout:UBUNTU_CODENAME=focal 2023-12-26T16:18:38.689 INFO:teuthology.lock.ops:Updating smithi046.front.sepia.ceph.com on lock server 2023-12-26T16:18:38.710 DEBUG:teuthology.orchestra.run.smithi073:> uname -m 2023-12-26T16:18:38.716 INFO:teuthology.orchestra.run.smithi073.stdout:x86_64 2023-12-26T16:18:38.717 DEBUG:teuthology.orchestra.run.smithi073:> cat /etc/os-release 2023-12-26T16:18:38.763 INFO:teuthology.orchestra.run.smithi073.stdout:NAME="Ubuntu" 2023-12-26T16:18:38.763 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-26T16:18:38.763 INFO:teuthology.orchestra.run.smithi073.stdout:ID=ubuntu 2023-12-26T16:18:38.764 INFO:teuthology.orchestra.run.smithi073.stdout:ID_LIKE=debian 2023-12-26T16:18:38.764 INFO:teuthology.orchestra.run.smithi073.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-26T16:18:38.764 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION_ID="20.04" 2023-12-26T16:18:38.764 INFO:teuthology.orchestra.run.smithi073.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-26T16:18:38.764 INFO:teuthology.orchestra.run.smithi073.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-26T16:18:38.764 INFO:teuthology.orchestra.run.smithi073.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-26T16:18:38.764 INFO:teuthology.orchestra.run.smithi073.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-26T16:18:38.764 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION_CODENAME=focal 2023-12-26T16:18:38.764 INFO:teuthology.orchestra.run.smithi073.stdout:UBUNTU_CODENAME=focal 2023-12-26T16:18:38.764 INFO:teuthology.lock.ops:Updating smithi073.front.sepia.ceph.com on lock server 2023-12-26T16:18:38.792 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-26T16:18:38.800 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-26T16:18:38.805 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-26T16:18:38.805 DEBUG:teuthology.orchestra.run.smithi046:> test '!' -e /home/ubuntu/cephtest 2023-12-26T16:18:38.808 DEBUG:teuthology.orchestra.run.smithi073:> test '!' -e /home/ubuntu/cephtest 2023-12-26T16:18:38.813 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-26T16:18:38.818 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-26T16:18:38.819 DEBUG:teuthology.orchestra.run.smithi046:> test -z $(ls -A /var/lib/ceph) 2023-12-26T16:18:38.821 DEBUG:teuthology.orchestra.run.smithi073:> test -z $(ls -A /var/lib/ceph) 2023-12-26T16:18:38.832 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-26T16:18:38.886 INFO:teuthology.run_tasks:Running task kernel... 2023-12-26T16:18:38.902 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-26T16:18:38.902 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-12-26T16:18:38.902 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2023-12-26T16:18:38.902 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2023-12-26T16:18:38.903 DEBUG:teuthology.orchestra.run.smithi046:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-26T16:18:38.903 DEBUG:teuthology.orchestra.run.smithi073:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-26T16:18:38.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T16:18:38.909 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2023-12-26T16:18:38.909 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T16:18:38.910 DEBUG:teuthology.orchestra.run.smithi073:> uname -r 2023-12-26T16:18:38.917 INFO:teuthology.orchestra.run.smithi046.stdout:5.4.0-124-generic 2023-12-26T16:18:38.918 INFO:teuthology.task.kernel:Running kernel on smithi046: 5.4.0-124-generic 2023-12-26T16:18:38.918 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get clean 2023-12-26T16:18:38.919 INFO:teuthology.orchestra.run.smithi073.stdout:5.4.0-124-generic 2023-12-26T16:18:38.919 INFO:teuthology.task.kernel:Running kernel on smithi073: 5.4.0-124-generic 2023-12-26T16:18:38.919 DEBUG:teuthology.orchestra.run.smithi073:> sudo apt-get clean 2023-12-26T16:18:39.017 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get update 2023-12-26T16:18:39.080 DEBUG:teuthology.orchestra.run.smithi073:> sudo apt-get update 2023-12-26T16:18:39.248 INFO:teuthology.orchestra.run.smithi073.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-26T16:18:39.250 INFO:teuthology.orchestra.run.smithi073.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-26T16:18:39.252 INFO:teuthology.orchestra.run.smithi073.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-26T16:18:39.295 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-26T16:18:39.296 INFO:teuthology.orchestra.run.smithi046.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-26T16:18:39.338 INFO:teuthology.orchestra.run.smithi073.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-26T16:18:39.361 INFO:teuthology.orchestra.run.smithi046.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-26T16:18:39.629 INFO:teuthology.orchestra.run.smithi073.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,640 kB] 2023-12-26T16:18:39.716 INFO:teuthology.orchestra.run.smithi046.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-26T16:18:39.777 INFO:teuthology.orchestra.run.smithi046.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,640 kB] 2023-12-26T16:18:39.783 INFO:teuthology.orchestra.run.smithi073.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [919 kB] 2023-12-26T16:18:39.923 INFO:teuthology.orchestra.run.smithi046.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,021 kB] 2023-12-26T16:18:39.926 INFO:teuthology.orchestra.run.smithi073.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [693 kB] 2023-12-26T16:18:39.943 INFO:teuthology.orchestra.run.smithi073.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [405 kB] 2023-12-26T16:18:39.953 INFO:teuthology.orchestra.run.smithi073.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-26T16:18:39.953 INFO:teuthology.orchestra.run.smithi073.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,451 kB] 2023-12-26T16:18:39.983 INFO:teuthology.orchestra.run.smithi073.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,021 kB] 2023-12-26T16:18:40.048 INFO:teuthology.orchestra.run.smithi073.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-26T16:18:40.048 INFO:teuthology.orchestra.run.smithi073.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [342 kB] 2023-12-26T16:18:40.057 INFO:teuthology.orchestra.run.smithi073.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-26T16:18:40.058 INFO:teuthology.orchestra.run.smithi073.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [635 kB] 2023-12-26T16:18:40.091 INFO:teuthology.orchestra.run.smithi073.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [916 kB] 2023-12-26T16:18:40.106 INFO:teuthology.orchestra.run.smithi073.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-26T16:18:40.109 INFO:teuthology.orchestra.run.smithi073.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-26T16:18:40.109 INFO:teuthology.orchestra.run.smithi073.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-26T16:18:40.110 INFO:teuthology.orchestra.run.smithi073.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-26T16:18:40.112 INFO:teuthology.orchestra.run.smithi073.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-26T16:18:40.112 INFO:teuthology.orchestra.run.smithi073.stdout:Get:22 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-26T16:18:40.204 INFO:teuthology.orchestra.run.smithi073.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [488 kB] 2023-12-26T16:18:40.228 INFO:teuthology.orchestra.run.smithi073.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-26T16:18:40.229 INFO:teuthology.orchestra.run.smithi073.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-26T16:18:40.230 INFO:teuthology.orchestra.run.smithi073.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,569 kB] 2023-12-26T16:18:40.275 INFO:teuthology.orchestra.run.smithi046.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [693 kB] 2023-12-26T16:18:40.289 INFO:teuthology.orchestra.run.smithi046.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [405 kB] 2023-12-26T16:18:40.298 INFO:teuthology.orchestra.run.smithi046.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-26T16:18:40.298 INFO:teuthology.orchestra.run.smithi046.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-26T16:18:40.298 INFO:teuthology.orchestra.run.smithi046.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,451 kB] 2023-12-26T16:18:40.328 INFO:teuthology.orchestra.run.smithi073.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [359 kB] 2023-12-26T16:18:40.334 INFO:teuthology.orchestra.run.smithi073.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-26T16:18:40.334 INFO:teuthology.orchestra.run.smithi073.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,142 kB] 2023-12-26T16:18:40.375 INFO:teuthology.orchestra.run.smithi073.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [762 kB] 2023-12-26T16:18:40.375 INFO:teuthology.orchestra.run.smithi046.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [342 kB] 2023-12-26T16:18:40.382 INFO:teuthology.orchestra.run.smithi046.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-26T16:18:40.382 INFO:teuthology.orchestra.run.smithi046.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [635 kB] 2023-12-26T16:18:40.389 INFO:teuthology.orchestra.run.smithi073.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-26T16:18:40.393 INFO:teuthology.orchestra.run.smithi073.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-26T16:18:40.393 INFO:teuthology.orchestra.run.smithi073.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-26T16:18:40.394 INFO:teuthology.orchestra.run.smithi073.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-26T16:18:40.394 INFO:teuthology.orchestra.run.smithi073.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-26T16:18:40.394 INFO:teuthology.orchestra.run.smithi073.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-26T16:18:40.394 INFO:teuthology.orchestra.run.smithi046.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [919 kB] 2023-12-26T16:18:40.395 INFO:teuthology.orchestra.run.smithi046.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [916 kB] 2023-12-26T16:18:40.411 INFO:teuthology.orchestra.run.smithi046.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [488 kB] 2023-12-26T16:18:40.421 INFO:teuthology.orchestra.run.smithi046.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-26T16:18:40.421 INFO:teuthology.orchestra.run.smithi046.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-26T16:18:40.422 INFO:teuthology.orchestra.run.smithi046.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,569 kB] 2023-12-26T16:18:40.427 INFO:teuthology.orchestra.run.smithi073.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-26T16:18:40.428 INFO:teuthology.orchestra.run.smithi073.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-26T16:18:40.429 INFO:teuthology.orchestra.run.smithi073.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-26T16:18:40.461 INFO:teuthology.orchestra.run.smithi073.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-26T16:18:40.462 INFO:teuthology.orchestra.run.smithi073.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-26T16:18:40.463 INFO:teuthology.orchestra.run.smithi073.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-26T16:18:40.501 INFO:teuthology.orchestra.run.smithi046.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [359 kB] 2023-12-26T16:18:40.508 INFO:teuthology.orchestra.run.smithi046.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-26T16:18:40.578 INFO:teuthology.orchestra.run.smithi046.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-26T16:18:40.672 INFO:teuthology.orchestra.run.smithi046.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [762 kB] 2023-12-26T16:18:41.006 INFO:teuthology.orchestra.run.smithi046.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-26T16:18:41.011 INFO:teuthology.orchestra.run.smithi046.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-26T16:18:41.018 INFO:teuthology.orchestra.run.smithi046.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-26T16:18:41.020 INFO:teuthology.orchestra.run.smithi046.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-26T16:18:41.022 INFO:teuthology.orchestra.run.smithi046.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-26T16:18:41.261 INFO:teuthology.orchestra.run.smithi046.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,142 kB] 2023-12-26T16:18:41.371 INFO:teuthology.orchestra.run.smithi046.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-26T16:18:41.390 INFO:teuthology.orchestra.run.smithi046.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-26T16:18:41.392 INFO:teuthology.orchestra.run.smithi046.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-26T16:18:41.394 INFO:teuthology.orchestra.run.smithi046.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-26T16:18:41.394 INFO:teuthology.orchestra.run.smithi046.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-26T16:18:41.395 INFO:teuthology.orchestra.run.smithi046.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-26T16:18:41.395 INFO:teuthology.orchestra.run.smithi046.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-26T16:18:41.398 INFO:teuthology.orchestra.run.smithi046.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-26T16:18:41.400 INFO:teuthology.orchestra.run.smithi046.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-26T16:18:41.564 INFO:teuthology.orchestra.run.smithi046.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-26T16:18:41.728 INFO:teuthology.orchestra.run.smithi046.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-26T16:18:41.780 INFO:teuthology.orchestra.run.smithi046.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-26T16:18:43.952 INFO:teuthology.orchestra.run.smithi073.stdout:Fetched 18.5 MB in 3s (6,592 kB/s) 2023-12-26T16:18:44.321 INFO:teuthology.orchestra.run.smithi046.stdout:Fetched 18.5 MB in 3s (5,656 kB/s) 2023-12-26T16:18:45.416 INFO:teuthology.orchestra.run.smithi073.stdout:Reading package lists... 2023-12-26T16:18:45.443 DEBUG:teuthology.orchestra.run.smithi073:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-26T16:18:45.513 INFO:teuthology.orchestra.run.smithi073.stdout:Reading package lists... 2023-12-26T16:18:45.718 INFO:teuthology.orchestra.run.smithi073.stdout:Building dependency tree... 2023-12-26T16:18:45.718 INFO:teuthology.orchestra.run.smithi073.stdout:Reading state information... 2023-12-26T16:18:45.824 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2023-12-26T16:18:45.852 DEBUG:teuthology.orchestra.run.smithi046:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-26T16:18:45.895 INFO:teuthology.orchestra.run.smithi073.stdout:The following additional packages will be installed: 2023-12-26T16:18:45.895 INFO:teuthology.orchestra.run.smithi073.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-26T16:18:45.895 INFO:teuthology.orchestra.run.smithi073.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2023-12-26T16:18:45.895 INFO:teuthology.orchestra.run.smithi073.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2023-12-26T16:18:45.896 INFO:teuthology.orchestra.run.smithi073.stdout:Suggested packages: 2023-12-26T16:18:45.896 INFO:teuthology.orchestra.run.smithi073.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-26T16:18:45.896 INFO:teuthology.orchestra.run.smithi073.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2023-12-26T16:18:45.937 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2023-12-26T16:18:45.949 INFO:teuthology.orchestra.run.smithi073.stdout:The following NEW packages will be installed: 2023-12-26T16:18:45.949 INFO:teuthology.orchestra.run.smithi073.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-26T16:18:45.949 INFO:teuthology.orchestra.run.smithi073.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2023-12-26T16:18:45.950 INFO:teuthology.orchestra.run.smithi073.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2023-12-26T16:18:45.950 INFO:teuthology.orchestra.run.smithi073.stdout: thermald upower usbmuxd 2023-12-26T16:18:46.136 INFO:teuthology.orchestra.run.smithi073.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-26T16:18:46.137 INFO:teuthology.orchestra.run.smithi073.stdout:Need to get 90.9 MB of archives. 2023-12-26T16:18:46.137 INFO:teuthology.orchestra.run.smithi073.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-26T16:18:46.137 INFO:teuthology.orchestra.run.smithi073.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-26T16:18:46.147 INFO:teuthology.orchestra.run.smithi046.stdout:Building dependency tree... 2023-12-26T16:18:46.148 INFO:teuthology.orchestra.run.smithi046.stdout:Reading state information... 2023-12-26T16:18:46.340 INFO:teuthology.orchestra.run.smithi046.stdout:The following additional packages will be installed: 2023-12-26T16:18:46.340 INFO:teuthology.orchestra.run.smithi046.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-26T16:18:46.340 INFO:teuthology.orchestra.run.smithi046.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2023-12-26T16:18:46.340 INFO:teuthology.orchestra.run.smithi046.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2023-12-26T16:18:46.341 INFO:teuthology.orchestra.run.smithi046.stdout:Suggested packages: 2023-12-26T16:18:46.341 INFO:teuthology.orchestra.run.smithi046.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-26T16:18:46.341 INFO:teuthology.orchestra.run.smithi046.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2023-12-26T16:18:46.396 INFO:teuthology.orchestra.run.smithi046.stdout:The following NEW packages will be installed: 2023-12-26T16:18:46.396 INFO:teuthology.orchestra.run.smithi046.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-26T16:18:46.396 INFO:teuthology.orchestra.run.smithi046.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2023-12-26T16:18:46.397 INFO:teuthology.orchestra.run.smithi046.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2023-12-26T16:18:46.397 INFO:teuthology.orchestra.run.smithi046.stdout: thermald upower usbmuxd 2023-12-26T16:18:46.420 INFO:teuthology.orchestra.run.smithi073.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-26T16:18:46.448 INFO:teuthology.orchestra.run.smithi073.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-26T16:18:46.465 INFO:teuthology.orchestra.run.smithi073.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-26T16:18:46.538 INFO:teuthology.orchestra.run.smithi073.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-26T16:18:46.571 INFO:teuthology.orchestra.run.smithi073.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [21.0 MB] 2023-12-26T16:18:46.579 INFO:teuthology.orchestra.run.smithi046.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-26T16:18:46.579 INFO:teuthology.orchestra.run.smithi046.stdout:Need to get 90.9 MB of archives. 2023-12-26T16:18:46.580 INFO:teuthology.orchestra.run.smithi046.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-26T16:18:46.580 INFO:teuthology.orchestra.run.smithi046.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-26T16:18:46.863 INFO:teuthology.orchestra.run.smithi046.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-26T16:18:46.891 INFO:teuthology.orchestra.run.smithi046.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-26T16:18:46.909 INFO:teuthology.orchestra.run.smithi046.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-26T16:18:46.981 INFO:teuthology.orchestra.run.smithi046.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-26T16:18:47.015 INFO:teuthology.orchestra.run.smithi046.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [21.0 MB] 2023-12-26T16:18:47.462 INFO:teuthology.orchestra.run.smithi073.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [11.4 MB] 2023-12-26T16:18:47.752 INFO:teuthology.orchestra.run.smithi073.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [57.9 MB] 2023-12-26T16:18:47.943 INFO:teuthology.orchestra.run.smithi046.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [11.4 MB] 2023-12-26T16:18:48.232 INFO:teuthology.orchestra.run.smithi046.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [57.9 MB] 2023-12-26T16:18:49.750 INFO:teuthology.orchestra.run.smithi073.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.91.101~20.04.48 [2,628 B] 2023-12-26T16:18:49.751 INFO:teuthology.orchestra.run.smithi073.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-12-26T16:18:49.751 INFO:teuthology.orchestra.run.smithi073.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-26T16:18:49.921 INFO:teuthology.orchestra.run.smithi073.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-26T16:18:50.170 INFO:teuthology.orchestra.run.smithi046.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.91.101~20.04.48 [2,628 B] 2023-12-26T16:18:50.172 INFO:teuthology.orchestra.run.smithi046.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-12-26T16:18:50.173 INFO:teuthology.orchestra.run.smithi046.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-26T16:18:50.271 INFO:teuthology.orchestra.run.smithi073.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-26T16:18:50.341 INFO:teuthology.orchestra.run.smithi046.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-26T16:18:50.694 INFO:teuthology.orchestra.run.smithi046.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-26T16:18:50.911 INFO:teuthology.orchestra.run.smithi073.stdout:Fetched 90.9 MB in 4s (21.0 MB/s) 2023-12-26T16:18:51.159 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-26T16:18:51.418 INFO:teuthology.orchestra.run.smithi046.stdout:Fetched 90.9 MB in 4s (21.1 MB/s) 2023-12-26T16:18:51.628 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-26T16:18:52.896 INFO:teuthology.orchestra.run.smithi073.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-12-26T16:18:52.901 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-26T16:18:53.049 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-26T16:18:53.302 INFO:teuthology.orchestra.run.smithi046.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-12-26T16:18:53.307 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-26T16:18:53.492 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-26T16:18:53.619 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-26T16:18:53.631 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-26T16:18:53.669 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-26T16:18:53.861 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-26T16:18:53.877 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-26T16:18:54.005 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-26T16:18:54.018 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-26T16:18:54.036 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-26T16:18:54.055 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-26T16:18:54.389 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-26T16:18:54.403 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-26T16:18:54.408 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-26T16:18:54.422 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-26T16:18:54.447 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-26T16:18:54.458 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-26T16:18:54.794 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-26T16:18:54.807 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-26T16:18:54.828 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-26T16:18:54.842 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-26T16:18:54.844 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-26T16:18:54.886 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-26T16:18:55.172 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-26T16:18:55.188 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-26T16:18:55.189 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2023-12-26T16:18:55.204 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-26T16:18:55.222 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-26T16:18:55.247 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-26T16:18:55.608 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2023-12-26T16:18:55.620 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-26T16:18:55.658 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-26T16:18:57.816 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2023-12-26T16:18:57.830 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-26T16:18:57.935 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-26T16:18:58.217 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2023-12-26T16:18:58.231 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-26T16:18:58.332 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-26T16:18:58.453 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2023-12-26T16:18:58.467 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-26T16:18:58.536 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-26T16:18:58.861 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2023-12-26T16:18:58.875 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-26T16:18:58.928 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-26T16:19:05.390 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-26T16:19:05.405 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2023-12-26T16:19:05.448 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-26T16:19:05.701 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-26T16:19:05.716 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2023-12-26T16:19:05.767 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-26T16:19:05.776 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-26T16:19:05.781 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-26T16:19:05.817 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-26T16:19:06.096 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-26T16:19:06.109 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-26T16:19:06.170 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-26T16:19:06.212 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package thermald. 2023-12-26T16:19:06.226 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-26T16:19:06.270 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-26T16:19:06.834 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package upower. 2023-12-26T16:19:06.851 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-26T16:19:06.905 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-26T16:19:07.107 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package thermald. 2023-12-26T16:19:07.123 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-26T16:19:07.165 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-26T16:19:07.305 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package usbmuxd. 2023-12-26T16:19:07.321 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-26T16:19:07.363 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-26T16:19:07.646 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-26T16:19:07.687 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package upower. 2023-12-26T16:19:07.702 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-26T16:19:07.762 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-26T16:19:07.785 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-26T16:19:07.886 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-26T16:19:07.995 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-26T16:19:08.121 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-26T16:19:08.191 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package usbmuxd. 2023-12-26T16:19:08.208 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-26T16:19:08.247 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-26T16:19:08.274 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-26T16:19:08.415 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-26T16:19:08.564 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-26T16:19:08.703 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-26T16:19:08.829 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-26T16:19:08.955 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-26T16:19:08.994 INFO:teuthology.orchestra.run.smithi073.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-26T16:19:09.053 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-26T16:19:09.106 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-26T16:19:09.214 INFO:teuthology.orchestra.run.smithi073.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-26T16:19:09.225 INFO:teuthology.orchestra.run.smithi073.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-26T16:19:09.226 INFO:teuthology.orchestra.run.smithi073.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-26T16:19:09.233 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-26T16:19:09.367 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-26T16:19:09.828 INFO:teuthology.orchestra.run.smithi073.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-26T16:19:09.998 INFO:teuthology.orchestra.run.smithi046.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-26T16:19:10.044 INFO:teuthology.orchestra.run.smithi073.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-26T16:19:10.079 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-26T16:19:10.091 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-26T16:19:10.248 INFO:teuthology.orchestra.run.smithi046.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-26T16:19:10.270 INFO:teuthology.orchestra.run.smithi046.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-26T16:19:10.270 INFO:teuthology.orchestra.run.smithi046.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-26T16:19:10.406 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-26T16:19:10.406 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-26T16:19:10.796 INFO:teuthology.orchestra.run.smithi046.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-26T16:19:10.846 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-26T16:19:11.016 INFO:teuthology.orchestra.run.smithi046.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-26T16:19:11.177 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-26T16:19:11.526 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-26T16:19:11.526 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-26T16:19:12.164 INFO:teuthology.orchestra.run.smithi073.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2023-12-26T16:19:12.164 INFO:teuthology.orchestra.run.smithi073.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2023-12-26T16:19:12.323 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-26T16:19:12.390 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-26T16:19:13.700 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-26T16:19:13.834 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-26T16:19:14.149 INFO:teuthology.orchestra.run.smithi046.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2023-12-26T16:19:14.149 INFO:teuthology.orchestra.run.smithi046.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2023-12-26T16:19:14.324 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-26T16:19:15.653 INFO:teuthology.orchestra.run.smithi073.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-26T16:19:15.759 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-26T16:19:15.909 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-26T16:19:15.933 INFO:teuthology.orchestra.run.smithi073.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-26T16:19:16.719 INFO:teuthology.orchestra.run.smithi073.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-26T16:19:16.820 INFO:teuthology.orchestra.run.smithi073.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-26T16:19:16.883 INFO:teuthology.orchestra.run.smithi073.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-26T16:19:16.883 INFO:teuthology.orchestra.run.smithi073.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2023-12-26T16:19:17.336 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-26T16:19:17.658 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-26T16:19:19.028 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-26T16:19:19.153 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-26T16:19:19.262 INFO:teuthology.orchestra.run.smithi046.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-26T16:19:19.262 INFO:teuthology.orchestra.run.smithi046.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2023-12-26T16:19:42.020 INFO:teuthology.orchestra.run.smithi073.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-26T16:19:42.020 INFO:teuthology.orchestra.run.smithi073.stdout:Sourcing file `/etc/default/grub' 2023-12-26T16:19:42.081 INFO:teuthology.orchestra.run.smithi073.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-26T16:19:42.101 INFO:teuthology.orchestra.run.smithi073.stdout:Generating grub configuration file ... 2023-12-26T16:19:42.475 INFO:teuthology.orchestra.run.smithi073.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-26T16:19:42.496 INFO:teuthology.orchestra.run.smithi073.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-26T16:19:42.919 INFO:teuthology.orchestra.run.smithi073.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-26T16:19:42.930 INFO:teuthology.orchestra.run.smithi073.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-26T16:19:45.227 INFO:teuthology.orchestra.run.smithi046.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-26T16:19:45.228 INFO:teuthology.orchestra.run.smithi046.stdout:Sourcing file `/etc/default/grub' 2023-12-26T16:19:45.240 INFO:teuthology.orchestra.run.smithi046.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-26T16:19:45.261 INFO:teuthology.orchestra.run.smithi046.stdout:Generating grub configuration file ... 2023-12-26T16:19:45.636 INFO:teuthology.orchestra.run.smithi046.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-26T16:19:45.649 INFO:teuthology.orchestra.run.smithi073.stdout:done 2023-12-26T16:19:45.653 INFO:teuthology.orchestra.run.smithi046.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-26T16:19:46.089 DEBUG:teuthology.orchestra.run.smithi073:> dpkg -s linux-image-generic-hwe-20.04 2023-12-26T16:19:46.139 INFO:teuthology.orchestra.run.smithi073.stdout:Package: linux-image-generic-hwe-20.04 2023-12-26T16:19:46.139 INFO:teuthology.orchestra.run.smithi073.stdout:Status: install ok installed 2023-12-26T16:19:46.139 INFO:teuthology.orchestra.run.smithi073.stdout:Priority: optional 2023-12-26T16:19:46.139 INFO:teuthology.orchestra.run.smithi073.stdout:Section: kernel 2023-12-26T16:19:46.139 INFO:teuthology.orchestra.run.smithi073.stdout:Installed-Size: 20 2023-12-26T16:19:46.139 INFO:teuthology.orchestra.run.smithi073.stdout:Maintainer: Ubuntu Kernel Team 2023-12-26T16:19:46.139 INFO:teuthology.orchestra.run.smithi073.stdout:Architecture: amd64 2023-12-26T16:19:46.139 INFO:teuthology.orchestra.run.smithi073.stdout:Source: linux-meta-hwe-5.15 2023-12-26T16:19:46.139 INFO:teuthology.orchestra.run.smithi073.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-26T16:19:46.139 INFO:teuthology.orchestra.run.smithi073.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-26T16:19:46.139 INFO:teuthology.orchestra.run.smithi073.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-26T16:19:46.140 INFO:teuthology.orchestra.run.smithi073.stdout:Recommends: thermald 2023-12-26T16:19:46.140 INFO:teuthology.orchestra.run.smithi073.stdout:Description: Generic Linux kernel image 2023-12-26T16:19:46.140 INFO:teuthology.orchestra.run.smithi073.stdout: This package will always depend on the latest generic kernel image 2023-12-26T16:19:46.140 INFO:teuthology.orchestra.run.smithi073.stdout: available. 2023-12-26T16:19:46.140 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2023-12-26T16:19:46.140 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-26T16:19:46.140 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-26T16:19:46.140 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-26T16:19:46.140 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi073.front.sepia.ceph.com, path=None, version=distro) 2023-12-26T16:19:46.140 DEBUG:teuthology.orchestra.run.smithi073:> sudo apt-get clean 2023-12-26T16:19:46.144 INFO:teuthology.orchestra.run.smithi046.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-26T16:19:46.158 INFO:teuthology.orchestra.run.smithi046.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-26T16:19:46.232 DEBUG:teuthology.orchestra.run.smithi073:> sudo apt-get update 2023-12-26T16:19:46.365 INFO:teuthology.orchestra.run.smithi073.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-26T16:19:46.377 INFO:teuthology.orchestra.run.smithi073.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-26T16:19:46.397 INFO:teuthology.orchestra.run.smithi073.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-26T16:19:46.480 INFO:teuthology.orchestra.run.smithi073.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-26T16:19:47.953 INFO:teuthology.orchestra.run.smithi046.stdout:done 2023-12-26T16:19:48.134 INFO:teuthology.orchestra.run.smithi073.stdout:Reading package lists... 2023-12-26T16:19:48.160 DEBUG:teuthology.orchestra.run.smithi073:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-26T16:19:48.230 INFO:teuthology.orchestra.run.smithi073.stdout:Reading package lists... 2023-12-26T16:19:48.420 INFO:teuthology.orchestra.run.smithi073.stdout:Building dependency tree... 2023-12-26T16:19:48.420 INFO:teuthology.orchestra.run.smithi073.stdout:Reading state information... 2023-12-26T16:19:48.480 DEBUG:teuthology.orchestra.run.smithi046:> dpkg -s linux-image-generic-hwe-20.04 2023-12-26T16:19:48.522 INFO:teuthology.orchestra.run.smithi046.stdout:Package: linux-image-generic-hwe-20.04 2023-12-26T16:19:48.522 INFO:teuthology.orchestra.run.smithi046.stdout:Status: install ok installed 2023-12-26T16:19:48.522 INFO:teuthology.orchestra.run.smithi046.stdout:Priority: optional 2023-12-26T16:19:48.523 INFO:teuthology.orchestra.run.smithi046.stdout:Section: kernel 2023-12-26T16:19:48.523 INFO:teuthology.orchestra.run.smithi046.stdout:Installed-Size: 20 2023-12-26T16:19:48.523 INFO:teuthology.orchestra.run.smithi046.stdout:Maintainer: Ubuntu Kernel Team 2023-12-26T16:19:48.523 INFO:teuthology.orchestra.run.smithi046.stdout:Architecture: amd64 2023-12-26T16:19:48.523 INFO:teuthology.orchestra.run.smithi046.stdout:Source: linux-meta-hwe-5.15 2023-12-26T16:19:48.523 INFO:teuthology.orchestra.run.smithi046.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-26T16:19:48.523 INFO:teuthology.orchestra.run.smithi046.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-26T16:19:48.523 INFO:teuthology.orchestra.run.smithi046.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-26T16:19:48.526 INFO:teuthology.orchestra.run.smithi046.stdout:Recommends: thermald 2023-12-26T16:19:48.527 INFO:teuthology.orchestra.run.smithi046.stdout:Description: Generic Linux kernel image 2023-12-26T16:19:48.527 INFO:teuthology.orchestra.run.smithi046.stdout: This package will always depend on the latest generic kernel image 2023-12-26T16:19:48.527 INFO:teuthology.orchestra.run.smithi046.stdout: available. 2023-12-26T16:19:48.527 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2023-12-26T16:19:48.527 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-26T16:19:48.527 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-26T16:19:48.527 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-26T16:19:48.527 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi046.front.sepia.ceph.com, path=None, version=distro) 2023-12-26T16:19:48.527 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get clean 2023-12-26T16:19:48.597 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get update 2023-12-26T16:19:48.632 INFO:teuthology.orchestra.run.smithi073.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2023-12-26T16:19:48.632 INFO:teuthology.orchestra.run.smithi073.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-26T16:19:48.632 DEBUG:teuthology.orchestra.run.smithi073:> dpkg -s linux-image-generic-hwe-20.04 2023-12-26T16:19:48.655 INFO:teuthology.orchestra.run.smithi073.stdout:Package: linux-image-generic-hwe-20.04 2023-12-26T16:19:48.655 INFO:teuthology.orchestra.run.smithi073.stdout:Status: install ok installed 2023-12-26T16:19:48.655 INFO:teuthology.orchestra.run.smithi073.stdout:Priority: optional 2023-12-26T16:19:48.656 INFO:teuthology.orchestra.run.smithi073.stdout:Section: kernel 2023-12-26T16:19:48.656 INFO:teuthology.orchestra.run.smithi073.stdout:Installed-Size: 20 2023-12-26T16:19:48.656 INFO:teuthology.orchestra.run.smithi073.stdout:Maintainer: Ubuntu Kernel Team 2023-12-26T16:19:48.656 INFO:teuthology.orchestra.run.smithi073.stdout:Architecture: amd64 2023-12-26T16:19:48.656 INFO:teuthology.orchestra.run.smithi073.stdout:Source: linux-meta-hwe-5.15 2023-12-26T16:19:48.656 INFO:teuthology.orchestra.run.smithi073.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-26T16:19:48.656 INFO:teuthology.orchestra.run.smithi073.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-26T16:19:48.656 INFO:teuthology.orchestra.run.smithi073.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-26T16:19:48.656 INFO:teuthology.orchestra.run.smithi073.stdout:Recommends: thermald 2023-12-26T16:19:48.656 INFO:teuthology.orchestra.run.smithi073.stdout:Description: Generic Linux kernel image 2023-12-26T16:19:48.656 INFO:teuthology.orchestra.run.smithi073.stdout: This package will always depend on the latest generic kernel image 2023-12-26T16:19:48.656 INFO:teuthology.orchestra.run.smithi073.stdout: available. 2023-12-26T16:19:48.657 DEBUG:teuthology.orchestra.run.smithi073:> mktemp 2023-12-26T16:19:48.661 INFO:teuthology.orchestra.run.smithi073.stdout:/tmp/tmp.BHH8JDTjIu 2023-12-26T16:19:48.661 DEBUG:teuthology.orchestra.run.smithi073:> sudo cp /boot/grub/grub.cfg /tmp/tmp.BHH8JDTjIu 2023-12-26T16:19:48.719 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 0666 /tmp/tmp.BHH8JDTjIu 2023-12-26T16:19:48.745 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-26T16:19:48.745 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-26T16:19:48.751 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-26T16:19:48.763 DEBUG:teuthology.orchestra.remote:smithi073:/tmp/tmp.BHH8JDTjIu is 9KB 2023-12-26T16:19:48.771 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-26T16:19:48.777 DEBUG:teuthology.orchestra.run.smithi073:> rm -fr /tmp/tmp.BHH8JDTjIu 2023-12-26T16:19:48.786 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-26T16:19:48.841 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-26T16:19:48.841 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-26T16:19:48.841 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-26T16:19:48.883 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2023-12-26T16:19:48.883 DEBUG:teuthology.orchestra.run.smithi073:> sudo update-grub 2023-12-26T16:19:50.279 INFO:teuthology.orchestra.run.smithi073.stderr:Sourcing file `/etc/default/grub' 2023-12-26T16:19:50.287 INFO:teuthology.orchestra.run.smithi073.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-26T16:19:50.337 INFO:teuthology.orchestra.run.smithi073.stderr:Generating grub configuration file ... 2023-12-26T16:19:50.593 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2023-12-26T16:19:50.619 DEBUG:teuthology.orchestra.run.smithi046:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-26T16:19:50.631 INFO:teuthology.orchestra.run.smithi073.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-26T16:19:50.643 INFO:teuthology.orchestra.run.smithi073.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-26T16:19:50.691 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2023-12-26T16:19:50.898 INFO:teuthology.orchestra.run.smithi046.stdout:Building dependency tree... 2023-12-26T16:19:50.899 INFO:teuthology.orchestra.run.smithi046.stdout:Reading state information... 2023-12-26T16:19:51.045 INFO:teuthology.orchestra.run.smithi073.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-26T16:19:51.056 INFO:teuthology.orchestra.run.smithi073.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-26T16:19:51.133 INFO:teuthology.orchestra.run.smithi046.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2023-12-26T16:19:51.134 INFO:teuthology.orchestra.run.smithi046.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-26T16:19:51.134 DEBUG:teuthology.orchestra.run.smithi046:> dpkg -s linux-image-generic-hwe-20.04 2023-12-26T16:19:51.154 INFO:teuthology.orchestra.run.smithi046.stdout:Package: linux-image-generic-hwe-20.04 2023-12-26T16:19:51.154 INFO:teuthology.orchestra.run.smithi046.stdout:Status: install ok installed 2023-12-26T16:19:51.154 INFO:teuthology.orchestra.run.smithi046.stdout:Priority: optional 2023-12-26T16:19:51.154 INFO:teuthology.orchestra.run.smithi046.stdout:Section: kernel 2023-12-26T16:19:51.154 INFO:teuthology.orchestra.run.smithi046.stdout:Installed-Size: 20 2023-12-26T16:19:51.154 INFO:teuthology.orchestra.run.smithi046.stdout:Maintainer: Ubuntu Kernel Team 2023-12-26T16:19:51.154 INFO:teuthology.orchestra.run.smithi046.stdout:Architecture: amd64 2023-12-26T16:19:51.154 INFO:teuthology.orchestra.run.smithi046.stdout:Source: linux-meta-hwe-5.15 2023-12-26T16:19:51.154 INFO:teuthology.orchestra.run.smithi046.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-26T16:19:51.154 INFO:teuthology.orchestra.run.smithi046.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-26T16:19:51.154 INFO:teuthology.orchestra.run.smithi046.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-26T16:19:51.155 INFO:teuthology.orchestra.run.smithi046.stdout:Recommends: thermald 2023-12-26T16:19:51.155 INFO:teuthology.orchestra.run.smithi046.stdout:Description: Generic Linux kernel image 2023-12-26T16:19:51.155 INFO:teuthology.orchestra.run.smithi046.stdout: This package will always depend on the latest generic kernel image 2023-12-26T16:19:51.155 INFO:teuthology.orchestra.run.smithi046.stdout: available. 2023-12-26T16:19:51.155 DEBUG:teuthology.orchestra.run.smithi046:> mktemp 2023-12-26T16:19:51.203 INFO:teuthology.orchestra.run.smithi046.stdout:/tmp/tmp.SKYSnsaQhk 2023-12-26T16:19:51.204 DEBUG:teuthology.orchestra.run.smithi046:> sudo cp /boot/grub/grub.cfg /tmp/tmp.SKYSnsaQhk 2023-12-26T16:19:51.220 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 0666 /tmp/tmp.SKYSnsaQhk 2023-12-26T16:19:51.260 DEBUG:teuthology.orchestra.remote:smithi046:/tmp/tmp.SKYSnsaQhk is 9KB 2023-12-26T16:19:51.274 DEBUG:teuthology.orchestra.run.smithi046:> rm -fr /tmp/tmp.SKYSnsaQhk 2023-12-26T16:19:51.282 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-26T16:19:51.341 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-12-26T16:19:51.341 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-26T16:19:51.341 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-26T16:19:51.368 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2023-12-26T16:19:51.369 DEBUG:teuthology.orchestra.run.smithi046:> sudo update-grub 2023-12-26T16:19:52.660 INFO:teuthology.orchestra.run.smithi046.stderr:Sourcing file `/etc/default/grub' 2023-12-26T16:19:52.666 INFO:teuthology.orchestra.run.smithi046.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-26T16:19:52.676 INFO:teuthology.orchestra.run.smithi073.stderr:done 2023-12-26T16:19:52.678 DEBUG:teuthology.orchestra.run.smithi073:> sudo shutdown -r now 2023-12-26T16:19:52.684 INFO:teuthology.orchestra.run.smithi046.stderr:Generating grub configuration file ... 2023-12-26T16:19:52.940 INFO:teuthology.orchestra.run.smithi046.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-26T16:19:52.952 INFO:teuthology.orchestra.run.smithi046.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-26T16:19:53.353 INFO:teuthology.orchestra.run.smithi046.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-26T16:19:53.370 INFO:teuthology.orchestra.run.smithi046.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-26T16:19:54.127 INFO:teuthology.orchestra.run.smithi046.stderr:done 2023-12-26T16:19:54.129 DEBUG:teuthology.orchestra.run.smithi046:> sudo shutdown -r now 2023-12-26T16:20:22.709 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-26T16:20:22.709 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-12-26T16:20:22.710 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T16:20:24.133 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-26T16:20:24.134 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2023-12-26T16:20:24.134 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T16:20:57.234 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.73 2023-12-26T16:20:58.770 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2023-12-26T16:21:06.241 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-12-26T16:21:06.242 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T16:21:07.772 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2023-12-26T16:21:07.773 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T16:21:09.297 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.73 2023-12-26T16:21:21.310 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-12-26T16:21:21.311 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T16:21:24.369 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.73 2023-12-26T16:21:26.161 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2023-12-26T16:21:38.176 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2023-12-26T16:21:38.178 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T16:21:39.374 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-12-26T16:21:39.375 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T16:21:39.594 DEBUG:teuthology.orchestra.run.smithi073:> true 2023-12-26T16:21:40.167 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-12-26T16:21:40.167 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-91-generic"... 2023-12-26T16:21:40.168 DEBUG:teuthology.orchestra.run.smithi073:> uname -r 2023-12-26T16:21:40.214 INFO:teuthology.orchestra.run.smithi073.stdout:5.15.0-91-generic 2023-12-26T16:21:40.214 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2023-12-26T16:21:40.214 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-26T16:21:40.214 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-26T16:21:41.215 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-26T16:21:41.215 DEBUG:teuthology.orchestra.run.smithi073:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-26T16:21:41.233 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2023-12-26T16:21:41.277 INFO:teuthology.orchestra.run.smithi073.stdout:ttyS1 2023-12-26T16:21:41.310 DEBUG:teuthology.parallel:result is None 2023-12-26T16:21:56.235 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2023-12-26T16:21:56.235 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T16:21:56.467 DEBUG:teuthology.orchestra.run.smithi046:> true 2023-12-26T16:21:57.037 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi046.front.sepia.ceph.com' 2023-12-26T16:21:57.037 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-91-generic"... 2023-12-26T16:21:57.037 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2023-12-26T16:21:57.087 INFO:teuthology.orchestra.run.smithi046.stdout:5.15.0-91-generic 2023-12-26T16:21:57.088 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2023-12-26T16:21:57.088 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-26T16:21:57.088 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-26T16:21:58.088 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-26T16:21:58.089 DEBUG:teuthology.orchestra.run.smithi046:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-26T16:21:58.169 INFO:teuthology.orchestra.run.smithi046.stdout:ttyS1 2023-12-26T16:21:58.200 DEBUG:teuthology.parallel:result is None 2023-12-26T16:21:58.200 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-26T16:21:58.217 INFO:teuthology.task.internal:Creating test directory... 2023-12-26T16:21:58.217 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-26T16:21:58.224 DEBUG:teuthology.orchestra.run.smithi073:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-26T16:21:58.251 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-26T16:21:58.324 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-26T16:21:58.344 INFO:teuthology.task.internal:Creating archive directory... 2023-12-26T16:21:58.345 DEBUG:teuthology.orchestra.run.smithi046:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-26T16:21:58.348 DEBUG:teuthology.orchestra.run.smithi073:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-26T16:21:58.446 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-26T16:21:58.454 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-26T16:21:58.455 DEBUG:teuthology.orchestra.run.smithi046:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-26T16:21:58.458 DEBUG:teuthology.orchestra.run.smithi073:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-26T16:21:58.474 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T16:21:58.475 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T16:21:58.482 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T16:21:58.495 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T16:21:58.496 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-26T16:21:58.513 INFO:teuthology.task.internal:Configuring sudo... 2023-12-26T16:21:58.513 DEBUG:teuthology.orchestra.run.smithi046:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-26T16:21:58.527 DEBUG:teuthology.orchestra.run.smithi073:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-26T16:21:58.556 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-26T16:21:58.566 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-26T16:21:58.566 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-26T16:21:58.583 DEBUG:teuthology.orchestra.run.smithi073:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-26T16:21:58.606 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T16:21:58.645 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T16:21:58.696 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-12-26T16:21:58.696 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-26T16:21:58.762 DEBUG:teuthology.orchestra.run.smithi073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T16:21:58.778 DEBUG:teuthology.orchestra.run.smithi073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T16:21:58.828 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-26T16:21:58.828 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-26T16:21:58.895 DEBUG:teuthology.orchestra.run.smithi046:> sudo service rsyslog restart 2023-12-26T16:21:58.898 DEBUG:teuthology.orchestra.run.smithi073:> sudo service rsyslog restart 2023-12-26T16:21:58.987 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-26T16:21:58.996 INFO:teuthology.task.internal:Starting timer... 2023-12-26T16:21:58.996 INFO:teuthology.run_tasks:Running task pcp... 2023-12-26T16:21:59.014 INFO:teuthology.run_tasks:Running task selinux... 2023-12-26T16:21:59.032 DEBUG:teuthology.task.selinux:Excluding smithi046: OS 'ubuntu' does not support SELinux 2023-12-26T16:21:59.032 DEBUG:teuthology.task.selinux:Excluding smithi073: OS 'ubuntu' does not support SELinux 2023-12-26T16:21:59.033 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-26T16:21:59.033 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-26T16:21:59.033 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-26T16:21:59.033 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-26T16:21:59.044 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-26T16:21:59.249 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-26T16:21:59.250 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi046.front.sepia.ceph.com,smithi073.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-26T16:35:43.488 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi046.front.sepia.ceph.com'), Remote(name='ubuntu@smithi073.front.sepia.ceph.com')] 2023-12-26T16:35:43.489 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2023-12-26T16:35:43.490 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T16:35:43.582 DEBUG:teuthology.orchestra.run.smithi046:> true 2023-12-26T16:35:43.711 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi046.front.sepia.ceph.com' 2023-12-26T16:35:43.711 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-12-26T16:35:43.712 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T16:35:43.801 DEBUG:teuthology.orchestra.run.smithi073:> true 2023-12-26T16:35:43.923 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-12-26T16:35:43.923 INFO:teuthology.run_tasks:Running task clock... 2023-12-26T16:35:43.934 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-26T16:35:43.934 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-26T16:35:43.935 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-26T16:35:43.937 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-26T16:35:43.938 DEBUG:teuthology.orchestra.run.smithi073:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-26T16:35:43.972 INFO:teuthology.orchestra.run.smithi046.stdout:26 Dec 16:35:43 ntpd[23343]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-26T16:35:43.972 INFO:teuthology.orchestra.run.smithi046.stdout:26 Dec 16:35:43 ntpd[23343]: Command line: ntpd -gq 2023-12-26T16:35:43.972 INFO:teuthology.orchestra.run.smithi046.stdout:26 Dec 16:35:43 ntpd[23343]: proto: precision = 0.080 usec (-23) 2023-12-26T16:35:43.973 INFO:teuthology.orchestra.run.smithi046.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-26T16:35:43.973 INFO:teuthology.orchestra.run.smithi046.stdout:26 Dec 16:35:43 ntpd[23343]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-26T16:35:43.974 INFO:teuthology.orchestra.run.smithi046.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-26T16:35:43.975 INFO:teuthology.orchestra.run.smithi046.stdout:26 Dec 16:35:43 ntpd[23343]: restrict ::: KOD does nothing without LIMITED. 2023-12-26T16:35:43.975 INFO:teuthology.orchestra.run.smithi046.stdout:26 Dec 16:35:43 ntpd[23343]: Listen and drop on 0 v6wildcard [::]:123 2023-12-26T16:35:43.975 INFO:teuthology.orchestra.run.smithi046.stdout:26 Dec 16:35:43 ntpd[23343]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-26T16:35:43.975 INFO:teuthology.orchestra.run.smithi046.stdout:26 Dec 16:35:43 ntpd[23343]: Listen normally on 2 lo 127.0.0.1:123 2023-12-26T16:35:43.975 INFO:teuthology.orchestra.run.smithi046.stdout:26 Dec 16:35:43 ntpd[23343]: Listen normally on 3 ens1f0 172.21.15.46:123 2023-12-26T16:35:43.975 INFO:teuthology.orchestra.run.smithi046.stdout:26 Dec 16:35:43 ntpd[23343]: Listen normally on 4 lo [::1]:123 2023-12-26T16:35:43.975 INFO:teuthology.orchestra.run.smithi046.stdout:26 Dec 16:35:43 ntpd[23343]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:15f8%3]:123 2023-12-26T16:35:43.975 INFO:teuthology.orchestra.run.smithi046.stdout:26 Dec 16:35:43 ntpd[23343]: Listening on routing socket on fd #22 for interface updates 2023-12-26T16:35:43.996 INFO:teuthology.orchestra.run.smithi073.stdout:26 Dec 16:35:44 ntpd[23439]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-26T16:35:43.996 INFO:teuthology.orchestra.run.smithi073.stdout:26 Dec 16:35:44 ntpd[23439]: Command line: ntpd -gq 2023-12-26T16:35:43.997 INFO:teuthology.orchestra.run.smithi073.stdout:26 Dec 16:35:44 ntpd[23439]: proto: precision = 0.061 usec (-24) 2023-12-26T16:35:43.997 INFO:teuthology.orchestra.run.smithi073.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-26T16:35:43.997 INFO:teuthology.orchestra.run.smithi073.stdout:26 Dec 16:35:44 ntpd[23439]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-26T16:35:43.998 INFO:teuthology.orchestra.run.smithi073.stdout:26 Dec 16:35:44 ntpd[23439]: restrict ::: KOD does nothing without LIMITED. 2023-12-26T16:35:43.998 INFO:teuthology.orchestra.run.smithi073.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-26T16:35:43.999 INFO:teuthology.orchestra.run.smithi073.stdout:26 Dec 16:35:44 ntpd[23439]: Listen and drop on 0 v6wildcard [::]:123 2023-12-26T16:35:43.999 INFO:teuthology.orchestra.run.smithi073.stdout:26 Dec 16:35:44 ntpd[23439]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-26T16:35:43.999 INFO:teuthology.orchestra.run.smithi073.stdout:26 Dec 16:35:44 ntpd[23439]: Listen normally on 2 lo 127.0.0.1:123 2023-12-26T16:35:43.999 INFO:teuthology.orchestra.run.smithi073.stdout:26 Dec 16:35:44 ntpd[23439]: Listen normally on 3 enp3s0f1 172.21.15.73:123 2023-12-26T16:35:43.999 INFO:teuthology.orchestra.run.smithi073.stdout:26 Dec 16:35:44 ntpd[23439]: Listen normally on 4 lo [::1]:123 2023-12-26T16:35:43.999 INFO:teuthology.orchestra.run.smithi073.stdout:26 Dec 16:35:44 ntpd[23439]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:ce7d%5]:123 2023-12-26T16:35:43.999 INFO:teuthology.orchestra.run.smithi073.stdout:26 Dec 16:35:44 ntpd[23439]: Listening on routing socket on fd #22 for interface updates 2023-12-26T16:35:44.973 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:44 ntpd[23343]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:44.973 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:44 ntpd[23343]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:44.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:44 ntpd[23343]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:44.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:44 ntpd[23343]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:44.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:44 ntpd[23343]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:44.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:44 ntpd[23343]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:44.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:44 ntpd[23343]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-26T16:35:44.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:44 ntpd[23343]: can't open /var/log/ntpstats/peerstats.20231226: Permission denied 2023-12-26T16:35:44.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:44 ntpd[23343]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:44.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:44 ntpd[23343]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:44.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:44 ntpd[23343]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-26T16:35:44.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:44 ntpd[23343]: can't open /var/log/ntpstats/peerstats.20231226: Permission denied 2023-12-26T16:35:45.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:46 ntpd[23439]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:45.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:46 ntpd[23439]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:45.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:46 ntpd[23439]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:45.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:46 ntpd[23439]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:45.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:46 ntpd[23439]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:45.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:46 ntpd[23439]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:45.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:46 ntpd[23439]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:45.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:46 ntpd[23439]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:45.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:46 ntpd[23439]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-26T16:35:45.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:46 ntpd[23439]: can't open /var/log/ntpstats/peerstats.20231226: Permission denied 2023-12-26T16:35:45.999 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:46 ntpd[23439]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:45.999 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:46 ntpd[23439]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:45.999 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:46 ntpd[23439]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-26T16:35:45.999 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:46 ntpd[23439]: can't open /var/log/ntpstats/peerstats.20231226: Permission denied 2023-12-26T16:35:46.973 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:46 ntpd[23343]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:46.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:46 ntpd[23343]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:46.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:46 ntpd[23343]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:46.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:46 ntpd[23343]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:46.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:46 ntpd[23343]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:46.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:46 ntpd[23343]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:46.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:46 ntpd[23343]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:46.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:46 ntpd[23343]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:46.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:46 ntpd[23343]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-26T16:35:46.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:46 ntpd[23343]: can't open /var/log/ntpstats/peerstats.20231226: Permission denied 2023-12-26T16:35:46.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:46 ntpd[23343]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:46.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:46 ntpd[23343]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:46.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:46 ntpd[23343]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-26T16:35:46.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:46 ntpd[23343]: can't open /var/log/ntpstats/peerstats.20231226: Permission denied 2023-12-26T16:35:47.997 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:48 ntpd[23439]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:47.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:48 ntpd[23439]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:47.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:48 ntpd[23439]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:47.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:48 ntpd[23439]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:47.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:48 ntpd[23439]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:47.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:48 ntpd[23439]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:47.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:48 ntpd[23439]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-26T16:35:47.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:48 ntpd[23439]: can't open /var/log/ntpstats/peerstats.20231226: Permission denied 2023-12-26T16:35:47.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:48 ntpd[23439]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:47.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:48 ntpd[23439]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:47.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:48 ntpd[23439]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-26T16:35:47.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:48 ntpd[23439]: can't open /var/log/ntpstats/peerstats.20231226: Permission denied 2023-12-26T16:35:48.975 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:48 ntpd[23343]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:48.975 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:48 ntpd[23343]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:48.975 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:48 ntpd[23343]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:48.975 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:48 ntpd[23343]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:48.975 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:48 ntpd[23343]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:48.975 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:48 ntpd[23343]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:48.975 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:48 ntpd[23343]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:48.975 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:48 ntpd[23343]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:48.976 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:48 ntpd[23343]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-26T16:35:48.976 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:48 ntpd[23343]: can't open /var/log/ntpstats/peerstats.20231226: Permission denied 2023-12-26T16:35:48.976 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:48 ntpd[23343]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:48.976 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:48 ntpd[23343]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:48.976 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:48 ntpd[23343]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-26T16:35:48.976 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:48 ntpd[23343]: can't open /var/log/ntpstats/peerstats.20231226: Permission denied 2023-12-26T16:35:48.976 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:48 ntpd[23343]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:48.976 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:48 ntpd[23343]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:48.976 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:48 ntpd[23343]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-26T16:35:48.976 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:48 ntpd[23343]: can't open /var/log/ntpstats/peerstats.20231226: Permission denied 2023-12-26T16:35:48.997 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:49 ntpd[23439]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:48.997 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:49 ntpd[23439]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:48.997 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:49 ntpd[23439]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:48.997 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:49 ntpd[23439]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:48.997 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:49 ntpd[23439]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-26T16:35:48.997 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:49 ntpd[23439]: can't open /var/log/ntpstats/peerstats.20231226: Permission denied 2023-12-26T16:35:50.000 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:50 ntpd[23439]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:50.000 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:50 ntpd[23439]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:50.000 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:50 ntpd[23439]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:50.000 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:50 ntpd[23439]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:50.001 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:50 ntpd[23439]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:50.001 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:50 ntpd[23439]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:50.001 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:50 ntpd[23439]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-26T16:35:50.001 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:50 ntpd[23439]: can't open /var/log/ntpstats/peerstats.20231226: Permission denied 2023-12-26T16:35:50.001 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:50 ntpd[23439]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:50.001 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:50 ntpd[23439]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:50.001 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:50 ntpd[23439]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-26T16:35:50.001 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:50 ntpd[23439]: can't open /var/log/ntpstats/peerstats.20231226: Permission denied 2023-12-26T16:35:50.973 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:50 ntpd[23343]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:50.973 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:50 ntpd[23343]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:50.973 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:50 ntpd[23343]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:50.973 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:50 ntpd[23343]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:50.973 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:50 ntpd[23343]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:50.973 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:50 ntpd[23343]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:50.973 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:50 ntpd[23343]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:50.973 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:50 ntpd[23343]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:50.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:50 ntpd[23343]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-26T16:35:50.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:50 ntpd[23343]: can't open /var/log/ntpstats/peerstats.20231226: Permission denied 2023-12-26T16:35:50.974 INFO:teuthology.orchestra.run.smithi046.stdout:26 Dec 16:35:50 ntpd[23343]: ntpd: time slew +0.004975 s 2023-12-26T16:35:50.974 INFO:teuthology.orchestra.run.smithi046.stdout:ntpd: time slew +0.004975s 2023-12-26T16:35:50.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:50 ntpd[23343]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-26T16:35:50.974 INFO:teuthology.orchestra.run.smithi046.stderr:26 Dec 16:35:50 ntpd[23343]: can't open /var/log/ntpstats/loopstats.20231226: Permission denied 2023-12-26T16:35:50.997 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:51 ntpd[23439]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:50.997 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:51 ntpd[23439]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:50.997 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:51 ntpd[23439]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:50.997 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:51 ntpd[23439]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:50.997 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:51 ntpd[23439]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-26T16:35:50.997 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:51 ntpd[23439]: can't open /var/log/ntpstats/peerstats.20231226: Permission denied 2023-12-26T16:35:51.035 INFO:teuthology.orchestra.run.smithi046.stdout: remote refid st t when poll reach delay offset jitter 2023-12-26T16:35:51.035 INFO:teuthology.orchestra.run.smithi046.stdout:============================================================================== 2023-12-26T16:35:51.035 INFO:teuthology.orchestra.run.smithi046.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-26T16:35:51.035 INFO:teuthology.orchestra.run.smithi046.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-26T16:35:51.035 INFO:teuthology.orchestra.run.smithi046.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-26T16:35:51.035 INFO:teuthology.orchestra.run.smithi046.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-26T16:35:51.997 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:52 ntpd[23439]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:51.997 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:52 ntpd[23439]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:51.997 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:52 ntpd[23439]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:51.997 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:52 ntpd[23439]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:51.997 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:52 ntpd[23439]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-26T16:35:51.997 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:52 ntpd[23439]: can't open /var/log/ntpstats/rawstats.20231226: Permission denied 2023-12-26T16:35:51.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:52 ntpd[23439]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-26T16:35:51.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:52 ntpd[23439]: can't open /var/log/ntpstats/peerstats.20231226: Permission denied 2023-12-26T16:35:51.998 INFO:teuthology.orchestra.run.smithi073.stdout:26 Dec 16:35:52 ntpd[23439]: ntpd: time slew -0.001605 s 2023-12-26T16:35:51.998 INFO:teuthology.orchestra.run.smithi073.stdout:ntpd: time slew -0.001605s 2023-12-26T16:35:51.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:52 ntpd[23439]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-26T16:35:51.998 INFO:teuthology.orchestra.run.smithi073.stderr:26 Dec 16:35:52 ntpd[23439]: can't open /var/log/ntpstats/loopstats.20231226: Permission denied 2023-12-26T16:35:52.061 INFO:teuthology.orchestra.run.smithi073.stdout: remote refid st t when poll reach delay offset jitter 2023-12-26T16:35:52.062 INFO:teuthology.orchestra.run.smithi073.stdout:============================================================================== 2023-12-26T16:35:52.062 INFO:teuthology.orchestra.run.smithi073.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-26T16:35:52.062 INFO:teuthology.orchestra.run.smithi073.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-26T16:35:52.062 INFO:teuthology.orchestra.run.smithi073.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-26T16:35:52.062 INFO:teuthology.orchestra.run.smithi073.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-26T16:35:52.062 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-26T16:35:52.073 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-26T16:35:52.073 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-12-26T16:35:52.073 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/scratch_devs of=/dev/stdout 2023-12-26T16:35:52.081 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-26T16:35:52.081 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_1 2023-12-26T16:35:52.132 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-26T16:35:52.132 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-26T16:35:52.132 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 491 Links: 1 2023-12-26T16:35:52.132 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-26T16:35:52.132 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2023-12-26 16:34:06.607294693 +0000 2023-12-26T16:35:52.132 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2023-12-26 16:34:06.255302223 +0000 2023-12-26T16:35:52.132 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2023-12-26 16:34:06.255302223 +0000 2023-12-26T16:35:52.132 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2023-12-26T16:35:52.132 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-26T16:35:52.187 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2023-12-26T16:35:52.187 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2023-12-26T16:35:52.187 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000309652 s, 1.7 MB/s 2023-12-26T16:35:52.188 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-26T16:35:52.241 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_2 2023-12-26T16:35:52.292 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-26T16:35:52.292 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-26T16:35:52.292 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 496 Links: 1 2023-12-26T16:35:52.292 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-26T16:35:52.292 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2023-12-26 16:34:07.179282462 +0000 2023-12-26T16:35:52.292 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2023-12-26 16:34:06.819290159 +0000 2023-12-26T16:35:52.292 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2023-12-26 16:34:06.819290159 +0000 2023-12-26T16:35:52.292 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2023-12-26T16:35:52.292 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-26T16:35:52.345 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2023-12-26T16:35:52.345 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2023-12-26T16:35:52.345 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000307951 s, 1.7 MB/s 2023-12-26T16:35:52.346 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-26T16:35:52.397 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_3 2023-12-26T16:35:52.447 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-26T16:35:52.447 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-26T16:35:52.448 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 501 Links: 1 2023-12-26T16:35:52.448 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-26T16:35:52.448 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2023-12-26 16:34:07.731270658 +0000 2023-12-26T16:35:52.448 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2023-12-26 16:34:07.387278012 +0000 2023-12-26T16:35:52.448 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2023-12-26 16:34:07.387278012 +0000 2023-12-26T16:35:52.448 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2023-12-26T16:35:52.448 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-26T16:35:52.503 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2023-12-26T16:35:52.503 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2023-12-26T16:35:52.503 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.00029927 s, 1.7 MB/s 2023-12-26T16:35:52.504 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-26T16:35:52.557 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_4 2023-12-26T16:35:52.607 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-26T16:35:52.607 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-26T16:35:52.607 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 509 Links: 1 2023-12-26T16:35:52.607 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-26T16:35:52.607 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2023-12-26 16:34:08.299258511 +0000 2023-12-26T16:35:52.608 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2023-12-26 16:34:07.931266380 +0000 2023-12-26T16:35:52.608 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2023-12-26 16:34:07.931266380 +0000 2023-12-26T16:35:52.608 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2023-12-26T16:35:52.608 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-26T16:35:52.661 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2023-12-26T16:35:52.662 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2023-12-26T16:35:52.662 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000306943 s, 1.7 MB/s 2023-12-26T16:35:52.662 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-26T16:35:52.713 DEBUG:teuthology.orchestra.run.smithi046:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-26T16:35:52.842 INFO:teuthology.orchestra.run.smithi046.stdout:loop 2023-12-26T16:35:52.844 INFO:tasks.nvme_loop:Connecting nvme_loop smithi046:/dev/vg_nvme/lv_1... 2023-12-26T16:35:52.844 DEBUG:teuthology.orchestra.run.smithi046:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-26T16:35:52.868 INFO:teuthology.orchestra.run.smithi046.stdout:1 2023-12-26T16:35:52.898 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/vg_nvme/lv_11 2023-12-26T16:35:52.922 INFO:tasks.nvme_loop:Connecting nvme_loop smithi046:/dev/vg_nvme/lv_2... 2023-12-26T16:35:52.922 DEBUG:teuthology.orchestra.run.smithi046:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-26T16:35:52.985 INFO:teuthology.orchestra.run.smithi046.stdout:1 2023-12-26T16:35:53.012 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/vg_nvme/lv_21 2023-12-26T16:35:53.035 INFO:tasks.nvme_loop:Connecting nvme_loop smithi046:/dev/vg_nvme/lv_3... 2023-12-26T16:35:53.035 DEBUG:teuthology.orchestra.run.smithi046:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-26T16:35:53.101 INFO:teuthology.orchestra.run.smithi046.stdout:1 2023-12-26T16:35:53.128 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/vg_nvme/lv_31 2023-12-26T16:35:53.152 INFO:tasks.nvme_loop:Connecting nvme_loop smithi046:/dev/vg_nvme/lv_4... 2023-12-26T16:35:53.152 DEBUG:teuthology.orchestra.run.smithi046:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-26T16:35:53.219 INFO:teuthology.orchestra.run.smithi046.stdout:1 2023-12-26T16:35:53.245 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/vg_nvme/lv_41 2023-12-26T16:35:53.271 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-12-26T16:35:53.271 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/scratch_devs of=/dev/stdout 2023-12-26T16:35:53.323 DEBUG:teuthology.orchestra.run.smithi046:> sudo nvme list 2023-12-26T16:35:53.378 INFO:teuthology.orchestra.run.smithi046.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-26T16:35:53.379 INFO:teuthology.orchestra.run.smithi046.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-26T16:35:53.379 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/nvme0n1 PHMB7512009A480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-12-26T16:35:53.379 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/nvme1n1 9e1c487adfc410e277af Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-26T16:35:53.379 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/nvme2n1 f26f70ae7dfbf631e829 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-26T16:35:53.379 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/nvme3n1 16137e2373a738883dea Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-26T16:35:53.379 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/nvme4n1 bd8bb9b3df1a328dda2f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-26T16:35:53.380 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-26T16:35:53.380 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-12-26T16:35:53.380 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/scratch_devs 2023-12-26T16:35:53.439 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-26T16:35:53.440 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/scratch_devs of=/dev/stdout 2023-12-26T16:35:53.447 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-26T16:35:53.447 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_1 2023-12-26T16:35:53.496 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-26T16:35:53.496 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-26T16:35:53.496 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 494 Links: 1 2023-12-26T16:35:53.496 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-26T16:35:53.496 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-12-26 16:34:10.202062647 +0000 2023-12-26T16:35:53.496 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-12-26 16:34:09.822071193 +0000 2023-12-26T16:35:53.496 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-12-26 16:34:09.822071193 +0000 2023-12-26T16:35:53.496 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-12-26T16:35:53.496 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-26T16:35:53.552 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-12-26T16:35:53.552 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-12-26T16:35:53.552 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000425735 s, 1.2 MB/s 2023-12-26T16:35:53.553 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-26T16:35:53.605 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_2 2023-12-26T16:35:53.656 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-26T16:35:53.656 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-26T16:35:53.656 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 502 Links: 1 2023-12-26T16:35:53.656 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-26T16:35:53.656 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-12-26 16:34:10.762050053 +0000 2023-12-26T16:35:53.656 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-12-26 16:34:10.414057880 +0000 2023-12-26T16:35:53.656 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-12-26 16:34:10.414057880 +0000 2023-12-26T16:35:53.656 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-12-26T16:35:53.656 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-26T16:35:53.709 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-12-26T16:35:53.710 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-12-26T16:35:53.710 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.00039004 s, 1.3 MB/s 2023-12-26T16:35:53.710 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-26T16:35:53.762 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_3 2023-12-26T16:35:53.816 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-26T16:35:53.816 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-26T16:35:53.816 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 506 Links: 1 2023-12-26T16:35:53.816 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-26T16:35:53.816 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-12-26 16:34:11.310037730 +0000 2023-12-26T16:35:53.816 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-12-26 16:34:10.974045287 +0000 2023-12-26T16:35:53.816 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-12-26 16:34:10.974045287 +0000 2023-12-26T16:35:53.816 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-12-26T16:35:53.816 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-26T16:35:53.871 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-12-26T16:35:53.871 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-12-26T16:35:53.871 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000404702 s, 1.3 MB/s 2023-12-26T16:35:53.872 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-26T16:35:53.925 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_4 2023-12-26T16:35:53.976 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-26T16:35:53.976 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-26T16:35:53.976 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 514 Links: 1 2023-12-26T16:35:53.976 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-26T16:35:53.976 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-12-26 16:34:11.954023246 +0000 2023-12-26T16:35:53.976 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-12-26 16:34:11.542032511 +0000 2023-12-26T16:35:53.976 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-12-26 16:34:11.542032511 +0000 2023-12-26T16:35:53.976 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-12-26T16:35:53.976 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-26T16:35:54.029 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-12-26T16:35:54.030 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-12-26T16:35:54.030 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000388003 s, 1.3 MB/s 2023-12-26T16:35:54.030 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-26T16:35:54.082 DEBUG:teuthology.orchestra.run.smithi073:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-26T16:35:54.228 INFO:teuthology.orchestra.run.smithi073.stdout:loop 2023-12-26T16:35:54.229 INFO:tasks.nvme_loop:Connecting nvme_loop smithi073:/dev/vg_nvme/lv_1... 2023-12-26T16:35:54.230 DEBUG:teuthology.orchestra.run.smithi073:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-26T16:35:54.249 INFO:teuthology.orchestra.run.smithi073.stdout:1 2023-12-26T16:35:54.268 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/vg_nvme/lv_11 2023-12-26T16:35:54.290 INFO:tasks.nvme_loop:Connecting nvme_loop smithi073:/dev/vg_nvme/lv_2... 2023-12-26T16:35:54.290 DEBUG:teuthology.orchestra.run.smithi073:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-26T16:35:54.354 INFO:teuthology.orchestra.run.smithi073.stdout:1 2023-12-26T16:35:54.377 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/vg_nvme/lv_21 2023-12-26T16:35:54.403 INFO:tasks.nvme_loop:Connecting nvme_loop smithi073:/dev/vg_nvme/lv_3... 2023-12-26T16:35:54.404 DEBUG:teuthology.orchestra.run.smithi073:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-26T16:35:54.471 INFO:teuthology.orchestra.run.smithi073.stdout:1 2023-12-26T16:35:54.493 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/vg_nvme/lv_31 2023-12-26T16:35:54.516 INFO:tasks.nvme_loop:Connecting nvme_loop smithi073:/dev/vg_nvme/lv_4... 2023-12-26T16:35:54.516 DEBUG:teuthology.orchestra.run.smithi073:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-26T16:35:54.581 INFO:teuthology.orchestra.run.smithi073.stdout:1 2023-12-26T16:35:54.604 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/vg_nvme/lv_41 2023-12-26T16:35:54.629 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-26T16:35:54.630 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/scratch_devs of=/dev/stdout 2023-12-26T16:35:54.680 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme list 2023-12-26T16:35:54.736 INFO:teuthology.orchestra.run.smithi073.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-26T16:35:54.736 INFO:teuthology.orchestra.run.smithi073.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-26T16:35:54.736 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme0n1 PHFT62040115400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-26T16:35:54.736 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme1n1 c31f29f20151be8e0869 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-26T16:35:54.736 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme2n1 7fc869c67424b6d4431d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-26T16:35:54.736 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme3n1 bc0d0f5ecbb283645b7f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-26T16:35:54.736 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme4n1 90de9207bcd041285927 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-26T16:35:54.737 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-26T16:35:54.738 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-26T16:35:54.738 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/scratch_devs 2023-12-26T16:35:54.795 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-26T16:35:54.876 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': 'b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2'} 2023-12-26T16:35:54.876 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 2023-12-26T16:35:54.877 INFO:tasks.cephadm:Cluster fsid is d700a870-a40c-11ee-95a5-87774f69a715 2023-12-26T16:35:54.877 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-26T16:35:54.877 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-26T16:35:54.877 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi046': '172.21.15.46', 'mon.smithi073': '172.21.15.73'} 2023-12-26T16:35:54.877 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-26T16:35:54.877 DEBUG:teuthology.orchestra.run.smithi046:> sudo hostname $(hostname -s) 2023-12-26T16:35:54.892 DEBUG:teuthology.orchestra.run.smithi073:> sudo hostname $(hostname -s) 2023-12-26T16:35:54.910 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2)... 2023-12-26T16:35:54.911 DEBUG:teuthology.orchestra.run.smithi046:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-26T16:35:55.246 INFO:teuthology.orchestra.run.smithi046.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Dec 26 16:35 /home/ubuntu/cephtest/cephadm 2023-12-26T16:35:55.246 DEBUG:teuthology.orchestra.run.smithi073:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-26T16:35:55.511 INFO:teuthology.orchestra.run.smithi073.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Dec 26 16:35 /home/ubuntu/cephtest/cephadm 2023-12-26T16:35:55.511 DEBUG:teuthology.orchestra.run.smithi046:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-26T16:35:55.521 DEBUG:teuthology.orchestra.run.smithi073:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-26T16:35:55.540 DEBUG:teuthology.orchestra.run.smithi046:> sudo mkdir -p /etc/ceph 2023-12-26T16:35:55.579 DEBUG:teuthology.orchestra.run.smithi073:> sudo mkdir -p /etc/ceph 2023-12-26T16:35:55.594 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 777 /etc/ceph 2023-12-26T16:35:55.637 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 777 /etc/ceph 2023-12-26T16:35:55.651 INFO:tasks.cephadm:Writing seed config... 2023-12-26T16:35:55.652 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-26T16:35:55.652 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-26T16:35:55.652 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-26T16:35:55.653 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-26T16:35:55.653 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-26T16:35:55.653 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-26T16:35:55.653 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-26T16:35:55.653 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-26T16:35:55.653 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-12-26T16:35:55.653 DEBUG:teuthology.orchestra.run.smithi046:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-26T16:35:55.685 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 = d700a870-a40c-11ee-95a5-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-26T16:35:55.686 DEBUG:teuthology.orchestra.run.smithi046:mon.smithi046> sudo journalctl -f -n 0 -u ceph-d700a870-a40c-11ee-95a5-87774f69a715@mon.smithi046.service 2023-12-26T16:35:55.728 INFO:tasks.cephadm:Bootstrapping... 2023-12-26T16:35:55.728 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 -v bootstrap --fsid d700a870-a40c-11ee-95a5-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.46 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-26T16:35:56.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-26T16:35:56.171 INFO:teuthology.orchestra.run.smithi046.stderr:-------------------------------------------------------------------------------- 2023-12-26T16:35:56.172 INFO:teuthology.orchestra.run.smithi046.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2', '-v', 'bootstrap', '--fsid', 'd700a870-a40c-11ee-95a5-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.46', '--skip-admin-label'] 2023-12-26T16:35:56.172 INFO:teuthology.orchestra.run.smithi046.stderr:Verifying podman|docker is present... 2023-12-26T16:35:56.172 INFO:teuthology.orchestra.run.smithi046.stderr:Verifying lvm2 is present... 2023-12-26T16:35:56.172 INFO:teuthology.orchestra.run.smithi046.stderr:Verifying time synchronization is in place... 2023-12-26T16:35:56.180 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-26T16:35:56.186 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: inactive 2023-12-26T16:35:56.194 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-26T16:35:56.201 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: inactive 2023-12-26T16:35:56.209 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: masked 2023-12-26T16:35:56.215 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: inactive 2023-12-26T16:35:56.222 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-26T16:35:56.230 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: inactive 2023-12-26T16:35:56.238 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: enabled 2023-12-26T16:35:56.244 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: active 2023-12-26T16:35:56.246 INFO:teuthology.orchestra.run.smithi046.stderr:Unit ntp.service is enabled and running 2023-12-26T16:35:56.246 INFO:teuthology.orchestra.run.smithi046.stderr:Repeating the final host check... 2023-12-26T16:35:56.246 INFO:teuthology.orchestra.run.smithi046.stderr:docker (/usr/bin/docker) is present 2023-12-26T16:35:56.246 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl is present 2023-12-26T16:35:56.246 INFO:teuthology.orchestra.run.smithi046.stderr:lvcreate is present 2023-12-26T16:35:56.251 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-26T16:35:56.257 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: inactive 2023-12-26T16:35:56.265 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-26T16:35:56.271 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: inactive 2023-12-26T16:35:56.279 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: masked 2023-12-26T16:35:56.286 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: inactive 2023-12-26T16:35:56.293 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-26T16:35:56.300 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: inactive 2023-12-26T16:35:56.307 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: enabled 2023-12-26T16:35:56.315 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: active 2023-12-26T16:35:56.316 INFO:teuthology.orchestra.run.smithi046.stderr:Unit ntp.service is enabled and running 2023-12-26T16:35:56.316 INFO:teuthology.orchestra.run.smithi046.stderr:Host looks OK 2023-12-26T16:35:56.316 INFO:teuthology.orchestra.run.smithi046.stderr:Cluster fsid: d700a870-a40c-11ee-95a5-87774f69a715 2023-12-26T16:35:56.317 INFO:teuthology.orchestra.run.smithi046.stderr:Acquiring lock 139819570829728 on /run/cephadm/d700a870-a40c-11ee-95a5-87774f69a715.lock 2023-12-26T16:35:56.317 INFO:teuthology.orchestra.run.smithi046.stderr:Lock 139819570829728 acquired on /run/cephadm/d700a870-a40c-11ee-95a5-87774f69a715.lock 2023-12-26T16:35:56.318 INFO:teuthology.orchestra.run.smithi046.stderr:Verifying IP 172.21.15.46 port 3300 ... 2023-12-26T16:35:56.318 INFO:teuthology.orchestra.run.smithi046.stderr:Verifying IP 172.21.15.46 port 6789 ... 2023-12-26T16:35:56.318 INFO:teuthology.orchestra.run.smithi046.stderr:Base mon IP(s) is [172.21.15.46:3300, 172.21.15.46:6789], mon addrv is [v2:172.21.15.46:3300,v1:172.21.15.46:6789] 2023-12-26T16:35:56.323 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/sbin/ip: default via 172.21.15.254 dev ens1f0 2023-12-26T16:35:56.323 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-26T16:35:56.323 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.46 2023-12-26T16:35:56.328 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-26T16:35:56.328 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-26T16:35:56.328 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1781sec hoplimit 64 pref medium 2023-12-26T16:35:56.332 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-26T16:35:56.332 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2023-12-26T16:35:56.332 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-26T16:35:56.332 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/sbin/ip: 3: ens1f0: mtu 1500 state UP qlen 1000 2023-12-26T16:35:56.332 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:febd:15f8/64 scope link 2023-12-26T16:35:56.332 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-26T16:35:56.333 INFO:teuthology.orchestra.run.smithi046.stderr:Mon IP `172.21.15.46` is in CIDR network `172.21.0.0/20` 2023-12-26T16:35:56.334 INFO:teuthology.orchestra.run.smithi046.stderr:Mon IP `172.21.15.46` is in CIDR network `172.21.0.0/20` 2023-12-26T16:35:56.334 INFO:teuthology.orchestra.run.smithi046.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-26T16:35:56.334 INFO:teuthology.orchestra.run.smithi046.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-26T16:35:56.335 INFO:teuthology.orchestra.run.smithi046.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2... 2023-12-26T16:35:56.722 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2: Pulling from ceph-ci/ceph 2023-12-26T16:35:56.730 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: 46af8f5390d4: Pulling fs layer 2023-12-26T16:35:56.731 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: 7f86ad6c71fd: Pulling fs layer 2023-12-26T16:36:04.479 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: 46af8f5390d4: Verifying Checksum 2023-12-26T16:36:04.479 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: 46af8f5390d4: Download complete 2023-12-26T16:36:08.383 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: 46af8f5390d4: Pull complete 2023-12-26T16:36:17.163 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: 7f86ad6c71fd: Verifying Checksum 2023-12-26T16:36:17.163 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: 7f86ad6c71fd: Download complete 2023-12-26T16:36:29.942 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: 7f86ad6c71fd: Pull complete 2023-12-26T16:36:30.084 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: Digest: sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a 2023-12-26T16:36:30.135 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 2023-12-26T16:36:30.175 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 2023-12-26T16:36:42.676 INFO:teuthology.orchestra.run.smithi046.stderr:ceph: ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable) 2023-12-26T16:36:43.219 INFO:teuthology.orchestra.run.smithi046.stderr:Ceph version: ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable) 2023-12-26T16:36:43.219 INFO:teuthology.orchestra.run.smithi046.stderr:Extracting ceph user uid/gid from container image... 2023-12-26T16:36:44.050 INFO:teuthology.orchestra.run.smithi046.stderr:stat: 167 167 2023-12-26T16:36:44.699 INFO:teuthology.orchestra.run.smithi046.stderr:Creating initial keys... 2023-12-26T16:36:45.490 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-authtool: AQAdAYtlVq2NHhAALfpSkckgPn+1Gw+dvUazAQ== 2023-12-26T16:36:46.799 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-authtool: AQAeAYtl+qTuMBAAs94DiCHaMCqk1GXZIfBjpw== 2023-12-26T16:36:48.170 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-authtool: AQAgAYtlSE98CxAAcdGmjFEI5l7uSSeAtNZmug== 2023-12-26T16:36:48.722 INFO:teuthology.orchestra.run.smithi046.stderr:Creating initial monmap... 2023-12-26T16:36:49.517 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-26T16:36:49.517 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to d700a870-a40c-11ee-95a5-87774f69a715 2023-12-26T16:36:49.517 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-26T16:36:50.100 INFO:teuthology.orchestra.run.smithi046.stderr:monmaptool for smithi046 [v2:172.21.15.46:3300,v1:172.21.15.46:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-26T16:36:50.100 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/monmaptool: set fsid to d700a870-a40c-11ee-95a5-87774f69a715 2023-12-26T16:36:50.100 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-26T16:36:50.100 INFO:teuthology.orchestra.run.smithi046.stderr: 2023-12-26T16:36:50.100 INFO:teuthology.orchestra.run.smithi046.stderr:Creating mon... 2023-12-26T16:36:50.864 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.880+0000 7fb4f4b8d880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-26T16:36:50.865 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.880+0000 7fb4f4b8d880 1 imported monmap: 2023-12-26T16:36:50.865 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-26T16:36:50.865 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: fsid d700a870-a40c-11ee-95a5-87774f69a715 2023-12-26T16:36:50.865 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: last_changed 2023-12-26T16:36:49.539219+0000 2023-12-26T16:36:50.866 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: created 2023-12-26T16:36:49.539219+0000 2023-12-26T16:36:50.866 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-26T16:36:50.866 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-26T16:36:50.866 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.smithi046 2023-12-26T16:36:50.866 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2023-12-26T16:36:50.893 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.880+0000 7fb4f4b8d880 0 /usr/bin/ceph-mon: set fsid to d700a870-a40c-11ee-95a5-87774f69a715 2023-12-26T16:36:50.893 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: RocksDB version: 6.8.1 2023-12-26T16:36:50.893 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2023-12-26T16:36:50.893 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-26T16:36:50.893 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Compile date Dec 21 2023 2023-12-26T16:36:50.893 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: DB SUMMARY 2023-12-26T16:36:50.893 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2023-12-26T16:36:50.893 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi046/store.db dir, Total Num: 0, files: 2023-12-26T16:36:50.893 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2023-12-26T16:36:50.893 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi046/store.db: 2023-12-26T16:36:50.893 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2023-12-26T16:36:50.893 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.error_if_exists: 0 2023-12-26T16:36:50.893 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.create_if_missing: 1 2023-12-26T16:36:50.894 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.paranoid_checks: 1 2023-12-26T16:36:50.894 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.env: 0x564792dc2080 2023-12-26T16:36:50.894 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.fs: Posix File System 2023-12-26T16:36:50.894 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.info_log: 0x564795185380 2023-12-26T16:36:50.894 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-26T16:36:50.894 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.statistics: (nil) 2023-12-26T16:36:50.894 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.use_fsync: 0 2023-12-26T16:36:50.894 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_log_file_size: 0 2023-12-26T16:36:50.894 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-26T16:36:50.894 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-26T16:36:50.894 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-26T16:36:50.894 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-26T16:36:50.894 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.allow_fallocate: 1 2023-12-26T16:36:50.894 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-26T16:36:50.894 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-26T16:36:50.895 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.use_direct_reads: 0 2023-12-26T16:36:50.895 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-26T16:36:50.895 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-26T16:36:50.895 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.db_log_dir: 2023-12-26T16:36:50.895 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi046/store.db 2023-12-26T16:36:50.895 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-26T16:36:50.895 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_subcompactions: 1 2023-12-26T16:36:50.895 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_background_flushes: -1 2023-12-26T16:36:50.895 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-26T16:36:50.895 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-26T16:36:50.895 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-26T16:36:50.895 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-26T16:36:50.895 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-26T16:36:50.895 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-26T16:36:50.896 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-26T16:36:50.896 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.write_buffer_manager: 0x56479518b980 2023-12-26T16:36:50.896 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-26T16:36:50.896 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-26T16:36:50.896 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-26T16:36:50.896 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-26T16:36:50.896 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-26T16:36:50.896 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-26T16:36:50.896 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-26T16:36:50.896 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-26T16:36:50.896 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-26T16:36:50.896 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.unordered_write: 0 2023-12-26T16:36:50.896 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-26T16:36:50.896 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-26T16:36:50.897 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-26T16:36:50.897 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-26T16:36:50.897 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.row_cache: None 2023-12-26T16:36:50.897 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.wal_filter: None 2023-12-26T16:36:50.897 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-26T16:36:50.897 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-26T16:36:50.897 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.preserve_deletes: 0 2023-12-26T16:36:50.897 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.two_write_queues: 0 2023-12-26T16:36:50.897 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-26T16:36:50.897 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.atomic_flush: 0 2023-12-26T16:36:50.897 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-26T16:36:50.897 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-26T16:36:50.897 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-26T16:36:50.897 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.log_readahead_size: 0 2023-12-26T16:36:50.898 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-26T16:36:50.898 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_background_jobs: 2 2023-12-26T16:36:50.898 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_background_compactions: -1 2023-12-26T16:36:50.898 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-26T16:36:50.898 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-26T16:36:50.898 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-26T16:36:50.898 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-26T16:36:50.898 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-26T16:36:50.898 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-26T16:36:50.898 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-26T16:36:50.898 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-26T16:36:50.898 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_open_files: -1 2023-12-26T16:36:50.898 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-26T16:36:50.898 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-26T16:36:50.898 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-26T16:36:50.898 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-26T16:36:50.899 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Compression algorithms supported: 2023-12-26T16:36:50.899 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-26T16:36:50.899 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: kZSTD supported: 0 2023-12-26T16:36:50.899 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: kXpressCompression supported: 0 2023-12-26T16:36:50.899 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-26T16:36:50.899 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: kLZ4Compression supported: 1 2023-12-26T16:36:50.899 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: kBZip2Compression supported: 0 2023-12-26T16:36:50.899 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: kZlibCompression supported: 1 2023-12-26T16:36:50.899 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: kSnappyCompression supported: 1 2023-12-26T16:36:50.899 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-26T16:36:50.899 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-26T16:36:50.899 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2023-12-26T16:36:50.899 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi046/store.db/MANIFEST-000001 2023-12-26T16:36:50.899 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2023-12-26T16:36:50.899 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-26T16:36:50.900 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2023-12-26T16:36:50.900 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-26T16:36:50.900 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.merge_operator: 2023-12-26T16:36:50.900 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.compaction_filter: None 2023-12-26T16:36:50.900 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-26T16:36:50.900 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-26T16:36:50.900 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-26T16:36:50.900 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564795099d30) 2023-12-26T16:36:50.900 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-26T16:36:50.900 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-26T16:36:50.900 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-26T16:36:50.900 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-26T16:36:50.900 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-26T16:36:50.900 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-26T16:36:50.900 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-26T16:36:50.900 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-26T16:36:50.901 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-26T16:36:50.901 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-26T16:36:50.901 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-26T16:36:50.901 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_cache: 0x5647950d0d10 2023-12-26T16:36:50.901 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-26T16:36:50.901 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-26T16:36:50.901 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-26T16:36:50.901 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-26T16:36:50.901 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-26T16:36:50.901 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-26T16:36:50.901 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-26T16:36:50.901 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-26T16:36:50.901 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-26T16:36:50.901 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-26T16:36:50.901 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-26T16:36:50.902 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-26T16:36:50.902 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-26T16:36:50.902 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-26T16:36:50.902 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-26T16:36:50.902 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-26T16:36:50.902 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-26T16:36:50.902 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-26T16:36:50.902 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-26T16:36:50.902 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-26T16:36:50.902 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-26T16:36:50.902 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-26T16:36:50.902 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2023-12-26T16:36:50.902 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-26T16:36:50.902 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-26T16:36:50.902 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.compression: NoCompression 2023-12-26T16:36:50.903 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-26T16:36:50.903 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-26T16:36:50.903 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-26T16:36:50.903 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.num_levels: 7 2023-12-26T16:36:50.903 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-26T16:36:50.903 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-26T16:36:50.903 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-26T16:36:50.903 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-26T16:36:50.903 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-26T16:36:50.903 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-26T16:36:50.903 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-26T16:36:50.903 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-26T16:36:50.903 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-26T16:36:50.903 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-26T16:36:50.904 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-26T16:36:50.904 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-26T16:36:50.904 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-26T16:36:50.904 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-26T16:36:50.904 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-26T16:36:50.904 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-26T16:36:50.904 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-26T16:36:50.904 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-26T16:36:50.904 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-26T16:36:50.904 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-26T16:36:50.904 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-26T16:36:50.904 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-26T16:36:50.904 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-26T16:36:50.904 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-26T16:36:50.904 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-26T16:36:50.904 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-26T16:36:50.905 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-26T16:36:50.905 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-26T16:36:50.905 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-26T16:36:50.905 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-26T16:36:50.905 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-26T16:36:50.905 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-26T16:36:50.905 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-26T16:36:50.905 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-26T16:36:50.905 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-26T16:36:50.905 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-26T16:36:50.905 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-26T16:36:50.905 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-26T16:36:50.905 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-26T16:36:50.905 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-26T16:36:50.905 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-26T16:36:50.905 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-26T16:36:50.906 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-26T16:36:50.906 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-26T16:36:50.906 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-26T16:36:50.906 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-26T16:36:50.906 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-26T16:36:50.906 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.table_properties_collectors: 2023-12-26T16:36:50.906 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.inplace_update_support: 0 2023-12-26T16:36:50.906 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-26T16:36:50.906 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-26T16:36:50.906 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-26T16:36:50.906 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-26T16:36:50.906 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.bloom_locality: 0 2023-12-26T16:36:50.906 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.max_successive_merges: 0 2023-12-26T16:36:50.906 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-26T16:36:50.906 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-26T16:36:50.906 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-26T16:36:50.906 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-26T16:36:50.907 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.ttl: 2592000 2023-12-26T16:36:50.907 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-26T16:36:50.907 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi046/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-26T16:36:50.907 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2023-12-26T16:36:50.907 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.884+0000 7fb4f4b8d880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-26T16:36:50.907 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2023-12-26T16:36:50.907 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.888+0000 7fb4f4b8d880 4 rocksdb: DB pointer 0x564795199800 2023-12-26T16:36:50.907 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.888+0000 7fb4dda14700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-26T16:36:50.907 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.888+0000 7fb4dda14700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-26T16:36:50.907 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-26T16:36:50.907 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T16:36:50.907 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-26T16:36:50.907 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-26T16:36:50.907 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-26T16:36:50.907 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-26T16:36:50.907 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-26T16:36:50.908 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-26T16:36:50.908 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2023-12-26T16:36:50.908 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-26T16:36:50.908 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T16:36:50.908 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T16:36:50.908 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-26T16:36:50.908 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-26T16:36:50.908 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2023-12-26T16:36:50.908 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-26T16:36:50.908 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T16:36:50.908 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T16:36:50.908 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T16:36:50.908 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-26T16:36:50.908 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-26T16:36:50.908 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-26T16:36:50.909 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-26T16:36:50.909 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-26T16:36:50.909 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T16:36:50.909 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T16:36:50.909 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-26T16:36:50.909 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2023-12-26T16:36:50.909 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-26T16:36:50.909 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2023-12-26T16:36:50.909 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-26T16:36:50.909 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T16:36:50.909 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T16:36:50.909 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-26T16:36:50.909 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-26T16:36:50.909 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2023-12-26T16:36:50.909 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-26T16:36:50.910 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T16:36:50.910 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T16:36:50.910 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T16:36:50.910 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-26T16:36:50.910 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-26T16:36:50.910 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-26T16:36:50.910 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-26T16:36:50.910 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-26T16:36:50.910 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T16:36:50.910 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T16:36:50.910 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-26T16:36:50.910 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2023-12-26T16:36:50.910 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-26T16:36:50.910 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2023-12-26T16:36:50.910 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.888+0000 7fb4f4b8d880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-26T16:36:50.911 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.888+0000 7fb4f4b8d880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-26T16:36:50.911 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2023-12-26T16:36:50.892+0000 7fb4f4b8d880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi046 for mon.smithi046 2023-12-26T16:36:51.398 INFO:teuthology.orchestra.run.smithi046.stderr:create mon.smithi046 on 2023-12-26T16:36:51.651 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-12-26T16:36:51.869 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d700a870-a40c-11ee-95a5-87774f69a715.target -> /etc/systemd/system/ceph-d700a870-a40c-11ee-95a5-87774f69a715.target. 2023-12-26T16:36:51.870 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-d700a870-a40c-11ee-95a5-87774f69a715.target -> /etc/systemd/system/ceph-d700a870-a40c-11ee-95a5-87774f69a715.target. 2023-12-26T16:36:52.318 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Failed to reset failed state of unit ceph-d700a870-a40c-11ee-95a5-87774f69a715@mon.smithi046.service: Unit ceph-d700a870-a40c-11ee-95a5-87774f69a715@mon.smithi046.service not loaded. 2023-12-26T16:36:52.326 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Created symlink /etc/systemd/system/ceph-d700a870-a40c-11ee-95a5-87774f69a715.target.wants/ceph-d700a870-a40c-11ee-95a5-87774f69a715@mon.smithi046.service -> /etc/systemd/system/ceph-d700a870-a40c-11ee-95a5-87774f69a715@.service. 2023-12-26T16:36:52.552 INFO:teuthology.orchestra.run.smithi046.stderr:firewalld does not appear to be present 2023-12-26T16:36:52.552 INFO:teuthology.orchestra.run.smithi046.stderr:Not possible to enable service . firewalld.service is not available 2023-12-26T16:36:52.552 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for mon to start... 2023-12-26T16:36:52.552 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for mon... 2023-12-26T16:36:54.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:36:53 smithi046 bash[24299]: cluster 2023-12-26T16:36:53.869564+0000 mon.smithi046 (mon.0) 1 : cluster [INF] mon.smithi046 is new leader, mons smithi046 in quorum (ranks 0) 2023-12-26T16:36:54.088 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: cluster: 2023-12-26T16:36:54.090 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: id: d700a870-a40c-11ee-95a5-87774f69a715 2023-12-26T16:36:54.090 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-26T16:36:54.090 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2023-12-26T16:36:54.090 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: services: 2023-12-26T16:36:54.090 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi046 (age 0.237028s) 2023-12-26T16:36:54.090 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-26T16:36:54.090 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-26T16:36:54.090 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2023-12-26T16:36:54.090 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: data: 2023-12-26T16:36:54.090 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-26T16:36:54.090 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-26T16:36:54.090 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-26T16:36:54.091 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: pgs: 2023-12-26T16:36:54.091 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2023-12-26T16:36:54.681 INFO:teuthology.orchestra.run.smithi046.stderr:mon is available 2023-12-26T16:36:54.682 INFO:teuthology.orchestra.run.smithi046.stderr:Assimilating anything we can from ceph.conf... 2023-12-26T16:36:55.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:36:54 smithi046 bash[24299]: cluster 2023-12-26T16:36:53.872695+0000 mon.smithi046 (mon.0) 2 : cluster [INF] mon.smithi046 is new leader, mons smithi046 in quorum (ranks 0) 2023-12-26T16:36:55.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:36:54 smithi046 bash[24299]: cluster 2023-12-26T16:36:53.872884+0000 mon.smithi046 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi046=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0]} removed_ranks: {} 2023-12-26T16:36:55.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:36:54 smithi046 bash[24299]: cluster 2023-12-26T16:36:53.875043+0000 mon.smithi046 (mon.0) 4 : cluster [DBG] fsmap 2023-12-26T16:36:55.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:36:54 smithi046 bash[24299]: cluster 2023-12-26T16:36:53.877056+0000 mon.smithi046 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-26T16:36:55.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:36:54 smithi046 bash[24299]: cluster 2023-12-26T16:36:53.877508+0000 mon.smithi046 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-26T16:36:55.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:36:54 smithi046 bash[24299]: audit 2023-12-26T16:36:54.109632+0000 mon.smithi046 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.46:0/2607817537' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-26T16:36:55.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2023-12-26T16:36:55.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: [global] 2023-12-26T16:36:55.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: fsid = d700a870-a40c-11ee-95a5-87774f69a715 2023-12-26T16:36:55.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.46:3300,v1:172.21.15.46:6789] 2023-12-26T16:36:55.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-26T16:36:55.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-26T16:36:55.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-26T16:36:55.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-26T16:36:55.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2023-12-26T16:36:55.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: [mgr] 2023-12-26T16:36:55.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-26T16:36:55.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2023-12-26T16:36:55.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: [osd] 2023-12-26T16:36:55.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-26T16:36:55.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-26T16:36:56.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:36:55 smithi046 bash[24299]: audit 2023-12-26T16:36:55.769140+0000 mon.smithi046 (mon.0) 8 : audit [INF] from='client.? 172.21.15.46:0/868401272' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-26T16:36:56.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:36:55 smithi046 bash[24299]: audit 2023-12-26T16:36:55.775142+0000 mon.smithi046 (mon.0) 9 : audit [INF] from='client.? 172.21.15.46:0/868401272' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-26T16:36:56.425 INFO:teuthology.orchestra.run.smithi046.stderr:Generating new minimal ceph.conf... 2023-12-26T16:36:57.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:36:57 smithi046 bash[24299]: audit 2023-12-26T16:36:57.478578+0000 mon.smithi046 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.46:0/4144859981' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:36:58.101 INFO:teuthology.orchestra.run.smithi046.stderr:Restarting the monitor... 2023-12-26T16:36:58.452 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:36:58 smithi046 systemd[1]: Stopping Ceph mon.smithi046 for d700a870-a40c-11ee-95a5-87774f69a715... 2023-12-26T16:36:58.452 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:36:58 smithi046 bash[24683]: Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-mon.smithi046 2023-12-26T16:36:58.452 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:36:58 smithi046 bash[24299]: debug 2023-12-26T16:36:58.316+0000 7fc07dfc5700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi046 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-26T16:36:58.452 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:36:58 smithi046 bash[24299]: debug 2023-12-26T16:36:58.316+0000 7fc07dfc5700 -1 mon.smithi046@0(leader) e1 *** Got Signal Terminated *** 2023-12-26T16:36:58.971 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:36:58 smithi046 bash[24717]: ceph-d700a870-a40c-11ee-95a5-87774f69a715-mon-smithi046 2023-12-26T16:36:58.991 INFO:teuthology.orchestra.run.smithi046.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-26T16:36:59.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:36:59 smithi046 bash[24779]: Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-mon-smithi046 2023-12-26T16:36:59.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:36:59 smithi046 systemd[1]: ceph-d700a870-a40c-11ee-95a5-87774f69a715@mon.smithi046.service: Succeeded. 2023-12-26T16:36:59.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:36:59 smithi046 systemd[1]: Stopped Ceph mon.smithi046 for d700a870-a40c-11ee-95a5-87774f69a715. 2023-12-26T16:36:59.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:36:59 smithi046 systemd[1]: Started Ceph mon.smithi046 for d700a870-a40c-11ee-95a5-87774f69a715. 2023-12-26T16:37:00.520 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.260+0000 7f2bf4937880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-26T16:37:00.521 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.260+0000 7f2bf4937880 0 ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable), process ceph-mon, pid 7 2023-12-26T16:37:00.521 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.260+0000 7f2bf4937880 0 pidfile_write: ignore empty --pid-file 2023-12-26T16:37:00.521 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.264+0000 7f2bf4937880 0 load: jerasure load: lrc load: isa 2023-12-26T16:37:00.521 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: RocksDB version: 6.8.1 2023-12-26T16:37:00.521 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-26T16:37:00.521 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Compile date Dec 21 2023 2023-12-26T16:37:00.521 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: DB SUMMARY 2023-12-26T16:37:00.521 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: CURRENT file: CURRENT 2023-12-26T16:37:00.521 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-26T16:37:00.521 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-26T16:37:00.521 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi046/store.db dir, Total Num: 1, files: 000004.sst 2023-12-26T16:37:00.521 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi046/store.db: 000006.log size: 86525 ; 2023-12-26T16:37:00.522 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.error_if_exists: 0 2023-12-26T16:37:00.522 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.create_if_missing: 0 2023-12-26T16:37:00.522 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.paranoid_checks: 1 2023-12-26T16:37:00.522 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.env: 0x55b70c1c2080 2023-12-26T16:37:00.522 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.fs: Posix File System 2023-12-26T16:37:00.522 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.info_log: 0x55b70ce5c520 2023-12-26T16:37:00.522 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-26T16:37:00.522 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.statistics: (nil) 2023-12-26T16:37:00.522 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.use_fsync: 0 2023-12-26T16:37:00.522 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_log_file_size: 0 2023-12-26T16:37:00.522 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-26T16:37:00.522 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-26T16:37:00.522 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-26T16:37:00.522 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-26T16:37:00.523 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.allow_fallocate: 1 2023-12-26T16:37:00.524 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-26T16:37:00.524 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-26T16:37:00.524 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.use_direct_reads: 0 2023-12-26T16:37:00.524 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-26T16:37:00.524 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-26T16:37:00.524 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.db_log_dir: 2023-12-26T16:37:00.524 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi046/store.db 2023-12-26T16:37:00.524 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-26T16:37:00.524 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_subcompactions: 1 2023-12-26T16:37:00.524 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_background_flushes: -1 2023-12-26T16:37:00.524 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-26T16:37:00.524 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-26T16:37:00.524 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-26T16:37:00.524 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-26T16:37:00.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-26T16:37:00.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-26T16:37:00.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-26T16:37:00.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.write_buffer_manager: 0x55b70daaa480 2023-12-26T16:37:00.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-26T16:37:00.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-26T16:37:00.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-26T16:37:00.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-26T16:37:00.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-26T16:37:00.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-26T16:37:00.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-26T16:37:00.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-26T16:37:00.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-26T16:37:00.525 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.unordered_write: 0 2023-12-26T16:37:00.526 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-26T16:37:00.526 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-26T16:37:00.526 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-26T16:37:00.526 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-26T16:37:00.526 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.row_cache: None 2023-12-26T16:37:00.526 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.wal_filter: None 2023-12-26T16:37:00.526 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-26T16:37:00.526 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-26T16:37:00.526 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.preserve_deletes: 0 2023-12-26T16:37:00.526 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.two_write_queues: 0 2023-12-26T16:37:00.526 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-26T16:37:00.526 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.atomic_flush: 0 2023-12-26T16:37:00.526 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-26T16:37:00.526 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-26T16:37:00.526 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-26T16:37:00.526 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.log_readahead_size: 0 2023-12-26T16:37:00.526 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-26T16:37:00.527 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_background_jobs: 2 2023-12-26T16:37:00.527 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_background_compactions: -1 2023-12-26T16:37:00.527 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-26T16:37:00.527 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-26T16:37:00.527 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-26T16:37:00.527 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-26T16:37:00.527 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-26T16:37:00.527 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-26T16:37:00.527 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-26T16:37:00.527 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-26T16:37:00.527 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_open_files: -1 2023-12-26T16:37:00.527 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-26T16:37:00.527 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-26T16:37:00.527 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-26T16:37:00.527 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-26T16:37:00.527 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Compression algorithms supported: 2023-12-26T16:37:00.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-26T16:37:00.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: kZSTD supported: 0 2023-12-26T16:37:00.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: kXpressCompression supported: 0 2023-12-26T16:37:00.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-26T16:37:00.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: kLZ4Compression supported: 1 2023-12-26T16:37:00.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: kBZip2Compression supported: 0 2023-12-26T16:37:00.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: kZlibCompression supported: 1 2023-12-26T16:37:00.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: kSnappyCompression supported: 1 2023-12-26T16:37:00.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-26T16:37:00.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi046/store.db/MANIFEST-000005 2023-12-26T16:37:00.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-26T16:37:00.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-26T16:37:00.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.merge_operator: 2023-12-26T16:37:00.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.compaction_filter: None 2023-12-26T16:37:00.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-26T16:37:00.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-26T16:37:00.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-26T16:37:00.529 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b70cdffd28) 2023-12-26T16:37:00.529 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: cache_index_and_filter_blocks: 1 2023-12-26T16:37:00.529 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-26T16:37:00.529 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-26T16:37:00.529 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: pin_top_level_index_and_filter: 1 2023-12-26T16:37:00.529 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: index_type: 0 2023-12-26T16:37:00.529 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: data_block_index_type: 0 2023-12-26T16:37:00.529 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: index_shortening: 1 2023-12-26T16:37:00.529 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: data_block_hash_table_util_ratio: 0.750000 2023-12-26T16:37:00.529 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: hash_index_allow_collision: 1 2023-12-26T16:37:00.529 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: checksum: 1 2023-12-26T16:37:00.529 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: no_block_cache: 0 2023-12-26T16:37:00.529 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: block_cache: 0x55b70ce36f10 2023-12-26T16:37:00.530 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: block_cache_name: BinnedLRUCache 2023-12-26T16:37:00.530 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: block_cache_options: 2023-12-26T16:37:00.530 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: capacity : 536870912 2023-12-26T16:37:00.530 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: num_shard_bits : 4 2023-12-26T16:37:00.530 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: strict_capacity_limit : 0 2023-12-26T16:37:00.530 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: high_pri_pool_ratio: 0.000 2023-12-26T16:37:00.530 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: block_cache_compressed: (nil) 2023-12-26T16:37:00.530 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: persistent_cache: (nil) 2023-12-26T16:37:00.530 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: block_size: 4096 2023-12-26T16:37:00.530 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: block_size_deviation: 10 2023-12-26T16:37:00.530 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: block_restart_interval: 16 2023-12-26T16:37:00.530 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: index_block_restart_interval: 1 2023-12-26T16:37:00.530 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: metadata_block_size: 4096 2023-12-26T16:37:00.530 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: partition_filters: 0 2023-12-26T16:37:00.530 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: use_delta_encoding: 1 2023-12-26T16:37:00.531 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-26T16:37:00.531 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: whole_key_filtering: 1 2023-12-26T16:37:00.531 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: verify_compression: 0 2023-12-26T16:37:00.531 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: read_amp_bytes_per_bit: 0 2023-12-26T16:37:00.531 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: format_version: 2 2023-12-26T16:37:00.531 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: enable_index_compression: 1 2023-12-26T16:37:00.531 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: block_align: 0 2023-12-26T16:37:00.531 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-26T16:37:00.531 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-26T16:37:00.531 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.compression: NoCompression 2023-12-26T16:37:00.531 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-26T16:37:00.531 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-26T16:37:00.531 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-26T16:37:00.531 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.num_levels: 7 2023-12-26T16:37:00.532 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-26T16:37:00.532 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-26T16:37:00.532 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-26T16:37:00.532 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-26T16:37:00.532 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-26T16:37:00.532 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-26T16:37:00.532 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-26T16:37:00.532 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-26T16:37:00.532 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-26T16:37:00.532 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-26T16:37:00.532 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-26T16:37:00.532 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-26T16:37:00.532 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-26T16:37:00.532 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-26T16:37:00.533 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-26T16:37:00.533 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-26T16:37:00.533 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-26T16:37:00.533 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-26T16:37:00.533 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-26T16:37:00.533 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-26T16:37:00.533 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-26T16:37:00.533 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-26T16:37:00.533 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-26T16:37:00.533 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-26T16:37:00.533 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-26T16:37:00.533 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-26T16:37:00.533 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-26T16:37:00.533 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-26T16:37:00.533 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-26T16:37:00.533 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-26T16:37:00.534 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-26T16:37:00.534 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-26T16:37:00.534 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-26T16:37:00.534 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-26T16:37:00.534 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-26T16:37:00.534 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-26T16:37:00.534 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-26T16:37:00.534 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-26T16:37:00.534 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-26T16:37:00.534 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-26T16:37:00.534 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-26T16:37:00.534 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-26T16:37:00.534 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-26T16:37:00.534 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-26T16:37:00.535 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-26T16:37:00.535 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-26T16:37:00.535 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-26T16:37:00.535 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.table_properties_collectors: 2023-12-26T16:37:00.535 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.inplace_update_support: 0 2023-12-26T16:37:00.535 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-26T16:37:00.535 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-26T16:37:00.535 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-26T16:37:00.535 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-26T16:37:00.535 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.bloom_locality: 0 2023-12-26T16:37:00.535 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.max_successive_merges: 0 2023-12-26T16:37:00.535 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-26T16:37:00.535 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-26T16:37:00.535 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-26T16:37:00.535 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-26T16:37:00.536 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.ttl: 2592000 2023-12-26T16:37:00.536 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-26T16:37:00.536 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi046/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-26T16:37:00.536 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-26T16:37:00.536 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703608620273086, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-26T16:37:00.536 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-26T16:37:00.536 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-26T16:37:00.536 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703608620274271, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83398, "table_properties": {"data_size": 81665, "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": 76177, "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": 1703608620, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-26T16:37:00.536 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-26T16:37:00.536 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.268+0000 7f2bf4937880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703608620274790, "job": 1, "event": "recovery_finished"} 2023-12-26T16:37:00.536 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.272+0000 7f2bf4937880 4 rocksdb: DB pointer 0x55b70ceff800 2023-12-26T16:37:00.536 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.272+0000 7f2bdb73d700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-26T16:37:00.536 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.272+0000 7f2bdb73d700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-26T16:37:00.536 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: ** DB Stats ** 2023-12-26T16:37:00.537 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T16:37:00.537 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-26T16:37:00.537 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-26T16:37:00.537 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-26T16:37:00.537 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-26T16:37:00.537 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-26T16:37:00.537 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-26T16:37:00.538 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: ** Compaction Stats [default] ** 2023-12-26T16:37:00.538 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T16:37:00.538 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T16:37:00.538 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 100.8 0.00 0.00 1 0.001 0 0 2023-12-26T16:37:00.538 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 100.8 0.00 0.00 1 0.001 0 0 2023-12-26T16:37:00.538 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 100.8 0.00 0.00 1 0.001 0 0 2023-12-26T16:37:00.538 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: ** Compaction Stats [default] ** 2023-12-26T16:37:00.538 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T16:37:00.538 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T16:37:00.538 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 100.8 0.00 0.00 1 0.001 0 0 2023-12-26T16:37:00.538 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T16:37:00.538 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-26T16:37:00.538 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-26T16:37:00.539 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: AddFile(Total Files): cumulative 0, interval 0 2023-12-26T16:37:00.539 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-26T16:37:00.539 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: AddFile(Keys): cumulative 0, interval 0 2023-12-26T16:37:00.539 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Cumulative compaction: 0.00 GB write, 19.15 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T16:37:00.539 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Interval compaction: 0.00 GB write, 19.15 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T16:37:00.539 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-26T16:37:00.539 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: ** File Read Latency Histogram By Level [default] ** 2023-12-26T16:37:00.539 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: ** Compaction Stats [default] ** 2023-12-26T16:37:00.539 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T16:37:00.539 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T16:37:00.539 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 100.8 0.00 0.00 1 0.001 0 0 2023-12-26T16:37:00.539 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 100.8 0.00 0.00 1 0.001 0 0 2023-12-26T16:37:00.539 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-26T16:37:00.539 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: ** Compaction Stats [default] ** 2023-12-26T16:37:00.540 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T16:37:00.540 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T16:37:00.540 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 100.8 0.00 0.00 1 0.001 0 0 2023-12-26T16:37:00.540 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T16:37:00.540 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-26T16:37:00.540 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-26T16:37:00.540 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: AddFile(Total Files): cumulative 0, interval 0 2023-12-26T16:37:00.540 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-26T16:37:00.540 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: AddFile(Keys): cumulative 0, interval 0 2023-12-26T16:37:00.540 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Cumulative compaction: 0.00 GB write, 18.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T16:37:00.540 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T16:37:00.540 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-26T16:37:00.540 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: ** File Read Latency Histogram By Level [default] ** 2023-12-26T16:37:00.540 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.272+0000 7f2bf4937880 0 starting mon.smithi046 rank 0 at public addrs [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] at bind addrs [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi046 fsid d700a870-a40c-11ee-95a5-87774f69a715 2023-12-26T16:37:00.540 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.272+0000 7f2bf4937880 1 mon.smithi046@-1(???) e1 preinit fsid d700a870-a40c-11ee-95a5-87774f69a715 2023-12-26T16:37:00.540 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.272+0000 7f2bf4937880 0 mon.smithi046@-1(???).mds e1 new map 2023-12-26T16:37:00.541 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.272+0000 7f2bf4937880 0 mon.smithi046@-1(???).mds e1 print_map 2023-12-26T16:37:00.541 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: e1 2023-12-26T16:37:00.541 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-26T16:37:00.541 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-26T16:37:00.541 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: legacy client fscid: -1 2023-12-26T16:37:00.541 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: 2023-12-26T16:37:00.541 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: No filesystems configured 2023-12-26T16:37:00.541 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.272+0000 7f2bf4937880 0 mon.smithi046@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-26T16:37:00.541 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.272+0000 7f2bf4937880 0 mon.smithi046@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-26T16:37:00.541 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.272+0000 7f2bf4937880 0 mon.smithi046@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-26T16:37:00.541 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.272+0000 7f2bf4937880 0 mon.smithi046@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-26T16:37:00.541 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: audit 2023-12-26T16:36:57.478578+0000 mon.smithi046 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.46:0/4144859981' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:37:00.541 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: debug 2023-12-26T16:37:00.272+0000 7f2bf4937880 1 mon.smithi046@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-26T16:37:00.541 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: cluster 2023-12-26T16:37:00.299730+0000 mon.smithi046 (mon.0) 1 : cluster [INF] mon.smithi046 is new leader, mons smithi046 in quorum (ranks 0) 2023-12-26T16:37:00.541 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: cluster 2023-12-26T16:37:00.299806+0000 mon.smithi046 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi046=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0]} removed_ranks: {} 2023-12-26T16:37:00.542 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: cluster 2023-12-26T16:37:00.300273+0000 mon.smithi046 (mon.0) 3 : cluster [DBG] fsmap 2023-12-26T16:37:00.542 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: cluster 2023-12-26T16:37:00.300325+0000 mon.smithi046 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-26T16:37:00.542 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:00 smithi046 bash[24815]: cluster 2023-12-26T16:37:00.300799+0000 mon.smithi046 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-26T16:37:01.185 INFO:teuthology.orchestra.run.smithi046.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-26T16:37:01.185 INFO:teuthology.orchestra.run.smithi046.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-26T16:37:01.185 INFO:teuthology.orchestra.run.smithi046.stderr:Creating mgr... 2023-12-26T16:37:01.186 INFO:teuthology.orchestra.run.smithi046.stderr:Verifying port 9283 ... 2023-12-26T16:37:01.419 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Failed to reset failed state of unit ceph-d700a870-a40c-11ee-95a5-87774f69a715@mgr.smithi046.hnrily.service: Unit ceph-d700a870-a40c-11ee-95a5-87774f69a715@mgr.smithi046.hnrily.service not loaded. 2023-12-26T16:37:01.428 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Created symlink /etc/systemd/system/ceph-d700a870-a40c-11ee-95a5-87774f69a715.target.wants/ceph-d700a870-a40c-11ee-95a5-87774f69a715@mgr.smithi046.hnrily.service -> /etc/systemd/system/ceph-d700a870-a40c-11ee-95a5-87774f69a715@.service. 2023-12-26T16:37:01.664 INFO:teuthology.orchestra.run.smithi046.stderr:firewalld does not appear to be present 2023-12-26T16:37:01.664 INFO:teuthology.orchestra.run.smithi046.stderr:Not possible to enable service . firewalld.service is not available 2023-12-26T16:37:01.664 INFO:teuthology.orchestra.run.smithi046.stderr:firewalld does not appear to be present 2023-12-26T16:37:01.664 INFO:teuthology.orchestra.run.smithi046.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-26T16:37:01.664 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for mgr to start... 2023-12-26T16:37:01.664 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for mgr... 2023-12-26T16:37:01.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:01 smithi046 bash[24815]: audit 2023-12-26T16:37:00.511864+0000 mon.smithi046 (mon.0) 6 : audit [INF] from='client.? 172.21.15.46:0/1469399750' entity='client.admin' 2023-12-26T16:37:03.146 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2023-12-26T16:37:03.146 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: { 2023-12-26T16:37:03.147 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "fsid": "d700a870-a40c-11ee-95a5-87774f69a715", 2023-12-26T16:37:03.147 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "health": { 2023-12-26T16:37:03.147 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-26T16:37:03.148 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "checks": {}, 2023-12-26T16:37:03.148 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mutes": [] 2023-12-26T16:37:03.148 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2023-12-26T16:37:03.148 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-26T16:37:03.148 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum": [ 2023-12-26T16:37:03.149 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 0 2023-12-26T16:37:03.150 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2023-12-26T16:37:03.150 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-26T16:37:03.150 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "smithi046" 2023-12-26T16:37:03.150 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2023-12-26T16:37:03.150 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-26T16:37:03.150 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "monmap": { 2023-12-26T16:37:03.150 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T16:37:03.150 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-26T16:37:03.150 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-26T16:37:03.150 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2023-12-26T16:37:03.150 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osdmap": { 2023-12-26T16:37:03.150 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T16:37:03.150 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-26T16:37:03.150 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-26T16:37:03.150 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-26T16:37:03.151 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-26T16:37:03.155 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-26T16:37:03.155 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-26T16:37:03.155 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2023-12-26T16:37:03.155 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "pgmap": { 2023-12-26T16:37:03.155 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-26T16:37:03.155 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-26T16:37:03.155 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-26T16:37:03.155 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-26T16:37:03.155 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-26T16:37:03.156 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-26T16:37:03.156 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-26T16:37:03.156 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-26T16:37:03.156 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2023-12-26T16:37:03.156 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "fsmap": { 2023-12-26T16:37:03.156 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T16:37:03.156 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-26T16:37:03.156 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-26T16:37:03.156 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2023-12-26T16:37:03.156 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-26T16:37:03.156 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "available": false, 2023-12-26T16:37:03.156 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-26T16:37:03.156 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "modules": [ 2023-12-26T16:37:03.156 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "iostat", 2023-12-26T16:37:03.156 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "nfs", 2023-12-26T16:37:03.156 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "restful" 2023-12-26T16:37:03.157 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2023-12-26T16:37:03.157 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "services": {} 2023-12-26T16:37:03.157 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2023-12-26T16:37:03.157 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "servicemap": { 2023-12-26T16:37:03.157 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T16:37:03.157 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "modified": "2023-12-26T16:36:53.874028+0000", 2023-12-26T16:37:03.157 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "services": {} 2023-12-26T16:37:03.157 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2023-12-26T16:37:03.157 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-26T16:37:03.157 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: } 2023-12-26T16:37:03.324 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:03 smithi046 bash[24815]: audit 2023-12-26T16:37:03.167128+0000 mon.smithi046 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.46:0/2462893859' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-26T16:37:03.793 INFO:teuthology.orchestra.run.smithi046.stderr:mgr not available, waiting (1/15)... 2023-12-26T16:37:06.949 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2023-12-26T16:37:06.949 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: { 2023-12-26T16:37:06.953 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "fsid": "d700a870-a40c-11ee-95a5-87774f69a715", 2023-12-26T16:37:06.953 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "health": { 2023-12-26T16:37:06.953 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-26T16:37:06.953 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "checks": {}, 2023-12-26T16:37:06.953 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mutes": [] 2023-12-26T16:37:06.953 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2023-12-26T16:37:06.953 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-26T16:37:06.953 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum": [ 2023-12-26T16:37:06.953 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 0 2023-12-26T16:37:06.953 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2023-12-26T16:37:06.954 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-26T16:37:06.954 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "smithi046" 2023-12-26T16:37:06.954 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2023-12-26T16:37:06.954 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-12-26T16:37:06.954 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "monmap": { 2023-12-26T16:37:06.954 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T16:37:06.954 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-26T16:37:06.954 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-26T16:37:06.954 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2023-12-26T16:37:06.954 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osdmap": { 2023-12-26T16:37:06.954 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T16:37:06.954 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-26T16:37:06.954 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-26T16:37:06.954 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-26T16:37:06.954 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-26T16:37:06.955 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-26T16:37:06.955 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-26T16:37:06.955 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2023-12-26T16:37:06.955 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "pgmap": { 2023-12-26T16:37:06.955 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-26T16:37:06.955 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-26T16:37:06.955 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-26T16:37:06.955 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-26T16:37:06.955 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-26T16:37:06.956 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-26T16:37:06.956 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-26T16:37:06.956 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-26T16:37:06.956 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2023-12-26T16:37:06.956 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "fsmap": { 2023-12-26T16:37:06.957 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T16:37:06.957 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-26T16:37:06.957 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-26T16:37:06.957 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2023-12-26T16:37:06.957 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-26T16:37:06.958 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "available": false, 2023-12-26T16:37:06.958 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-26T16:37:06.958 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "modules": [ 2023-12-26T16:37:06.959 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "iostat", 2023-12-26T16:37:06.959 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "nfs", 2023-12-26T16:37:06.959 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "restful" 2023-12-26T16:37:06.959 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2023-12-26T16:37:06.959 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "services": {} 2023-12-26T16:37:06.959 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2023-12-26T16:37:06.959 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "servicemap": { 2023-12-26T16:37:06.959 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T16:37:06.959 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "modified": "2023-12-26T16:36:53.874028+0000", 2023-12-26T16:37:06.959 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "services": {} 2023-12-26T16:37:06.959 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2023-12-26T16:37:06.959 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-26T16:37:06.959 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: } 2023-12-26T16:37:07.003 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:07 smithi046 bash[24815]: audit 2023-12-26T16:37:06.970370+0000 mon.smithi046 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.46:0/3601496969' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-26T16:37:07.584 INFO:teuthology.orchestra.run.smithi046.stderr:mgr not available, waiting (2/15)... 2023-12-26T16:37:10.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:09 smithi046 bash[24815]: cluster 2023-12-26T16:37:09.664729+0000 mon.smithi046 (mon.0) 9 : cluster [INF] Activating manager daemon smithi046.hnrily 2023-12-26T16:37:10.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:09 smithi046 bash[24815]: cluster 2023-12-26T16:37:09.669498+0000 mon.smithi046 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi046.hnrily(active, starting, since 0.00485461s) 2023-12-26T16:37:10.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:09 smithi046 bash[24815]: audit 2023-12-26T16:37:09.670836+0000 mon.smithi046 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.46:0/1650714103' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T16:37:10.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:09 smithi046 bash[24815]: audit 2023-12-26T16:37:09.671337+0000 mon.smithi046 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.46:0/1650714103' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T16:37:10.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:09 smithi046 bash[24815]: audit 2023-12-26T16:37:09.671814+0000 mon.smithi046 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.46:0/1650714103' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T16:37:10.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:09 smithi046 bash[24815]: audit 2023-12-26T16:37:09.672207+0000 mon.smithi046 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.46:0/1650714103' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-12-26T16:37:10.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:09 smithi046 bash[24815]: audit 2023-12-26T16:37:09.672693+0000 mon.smithi046 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.46:0/1650714103' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mgr metadata", "who": "smithi046.hnrily", "id": "smithi046.hnrily"}]: dispatch 2023-12-26T16:37:10.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:09 smithi046 bash[24815]: cluster 2023-12-26T16:37:09.697645+0000 mon.smithi046 (mon.0) 16 : cluster [INF] Manager daemon smithi046.hnrily is now available 2023-12-26T16:37:10.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:09 smithi046 bash[24815]: audit 2023-12-26T16:37:09.707973+0000 mon.smithi046 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.46:0/1650714103' entity='mgr.smithi046.hnrily' 2023-12-26T16:37:11.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:10 smithi046 bash[24815]: audit 2023-12-26T16:37:09.718631+0000 mon.smithi046 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.46:0/1650714103' entity='mgr.smithi046.hnrily' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.hnrily/mirror_snapshot_schedule"}]: dispatch 2023-12-26T16:37:11.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:10 smithi046 bash[24815]: audit 2023-12-26T16:37:09.722372+0000 mon.smithi046 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.46:0/1650714103' entity='mgr.smithi046.hnrily' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.hnrily/trash_purge_schedule"}]: dispatch 2023-12-26T16:37:11.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:10 smithi046 bash[24815]: audit 2023-12-26T16:37:09.724715+0000 mon.smithi046 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.46:0/1650714103' entity='mgr.smithi046.hnrily' 2023-12-26T16:37:11.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:10 smithi046 bash[24815]: audit 2023-12-26T16:37:09.727565+0000 mon.smithi046 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.46:0/1650714103' entity='mgr.smithi046.hnrily' 2023-12-26T16:37:11.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:10 smithi046 bash[24815]: cluster 2023-12-26T16:37:10.671634+0000 mon.smithi046 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi046.hnrily(active, since 1.00699s) 2023-12-26T16:37:11.131 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2023-12-26T16:37:11.131 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: { 2023-12-26T16:37:11.131 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "fsid": "d700a870-a40c-11ee-95a5-87774f69a715", 2023-12-26T16:37:11.131 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "health": { 2023-12-26T16:37:11.132 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-26T16:37:11.132 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "checks": {}, 2023-12-26T16:37:11.132 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mutes": [] 2023-12-26T16:37:11.132 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2023-12-26T16:37:11.132 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-26T16:37:11.132 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum": [ 2023-12-26T16:37:11.133 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 0 2023-12-26T16:37:11.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2023-12-26T16:37:11.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-26T16:37:11.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "smithi046" 2023-12-26T16:37:11.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2023-12-26T16:37:11.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-26T16:37:11.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "monmap": { 2023-12-26T16:37:11.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T16:37:11.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-26T16:37:11.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-26T16:37:11.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2023-12-26T16:37:11.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osdmap": { 2023-12-26T16:37:11.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T16:37:11.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-26T16:37:11.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-26T16:37:11.134 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-26T16:37:11.135 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-26T16:37:11.138 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-26T16:37:11.138 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-26T16:37:11.138 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2023-12-26T16:37:11.138 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "pgmap": { 2023-12-26T16:37:11.138 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-26T16:37:11.138 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-26T16:37:11.138 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-26T16:37:11.138 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-26T16:37:11.138 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-26T16:37:11.138 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-26T16:37:11.138 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-26T16:37:11.138 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-26T16:37:11.138 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2023-12-26T16:37:11.138 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "fsmap": { 2023-12-26T16:37:11.139 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T16:37:11.139 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-26T16:37:11.139 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-26T16:37:11.139 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2023-12-26T16:37:11.139 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-26T16:37:11.139 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "available": true, 2023-12-26T16:37:11.139 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-26T16:37:11.139 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "modules": [ 2023-12-26T16:37:11.139 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "iostat", 2023-12-26T16:37:11.139 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "nfs", 2023-12-26T16:37:11.139 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "restful" 2023-12-26T16:37:11.139 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2023-12-26T16:37:11.139 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "services": {} 2023-12-26T16:37:11.139 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2023-12-26T16:37:11.139 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "servicemap": { 2023-12-26T16:37:11.139 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-26T16:37:11.140 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "modified": "2023-12-26T16:36:53.874028+0000", 2023-12-26T16:37:11.140 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "services": {} 2023-12-26T16:37:11.140 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2023-12-26T16:37:11.140 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-26T16:37:11.140 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: } 2023-12-26T16:37:11.781 INFO:teuthology.orchestra.run.smithi046.stderr:mgr is available 2023-12-26T16:37:12.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:11 smithi046 bash[24815]: audit 2023-12-26T16:37:11.151924+0000 mon.smithi046 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.46:0/4291679596' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-26T16:37:12.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:12 smithi046 bash[24815]: cluster 2023-12-26T16:37:11.720657+0000 mon.smithi046 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi046.hnrily(active, since 2s) 2023-12-26T16:37:13.059 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2023-12-26T16:37:13.059 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: [global] 2023-12-26T16:37:13.059 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: fsid = d700a870-a40c-11ee-95a5-87774f69a715 2023-12-26T16:37:13.059 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-26T16:37:13.059 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-26T16:37:13.059 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-26T16:37:13.059 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-26T16:37:13.059 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2023-12-26T16:37:13.059 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: [mgr] 2023-12-26T16:37:13.059 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-26T16:37:13.060 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2023-12-26T16:37:13.060 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: [osd] 2023-12-26T16:37:13.060 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-26T16:37:13.060 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-26T16:37:13.669 INFO:teuthology.orchestra.run.smithi046.stderr:Enabling cephadm module... 2023-12-26T16:37:14.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:13 smithi046 bash[24815]: audit 2023-12-26T16:37:13.078392+0000 mon.smithi046 (mon.0) 25 : audit [INF] from='client.? 172.21.15.46:0/3860535796' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-26T16:37:15.436 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:15 smithi046 bash[24815]: audit 2023-12-26T16:37:15.091190+0000 mon.smithi046 (mon.0) 26 : audit [INF] from='client.? 172.21.15.46:0/28285951' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-26T16:37:16.487 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:16 smithi046 bash[24815]: audit 2023-12-26T16:37:15.147432+0000 mon.smithi046 (mon.0) 27 : audit [INF] from='client.? 172.21.15.46:0/28285951' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-26T16:37:16.487 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:16 smithi046 bash[24815]: cluster 2023-12-26T16:37:15.147586+0000 mon.smithi046 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi046.hnrily(active, since 5s) 2023-12-26T16:37:17.317 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: { 2023-12-26T16:37:17.317 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-26T16:37:17.317 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "available": true, 2023-12-26T16:37:17.317 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "active_name": "smithi046.hnrily", 2023-12-26T16:37:17.317 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-26T16:37:17.318 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: } 2023-12-26T16:37:17.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:17 smithi046 bash[24815]: audit 2023-12-26T16:37:17.338191+0000 mon.smithi046 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.46:0/3398259891' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-26T16:37:17.947 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for the mgr to restart... 2023-12-26T16:37:17.947 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for mgr epoch 5... 2023-12-26T16:37:22.325 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:22 smithi046 bash[24815]: cluster 2023-12-26T16:37:22.106022+0000 mon.smithi046 (mon.0) 30 : cluster [INF] Active manager daemon smithi046.hnrily restarted 2023-12-26T16:37:22.325 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:22 smithi046 bash[24815]: cluster 2023-12-26T16:37:22.106637+0000 mon.smithi046 (mon.0) 31 : cluster [INF] Activating manager daemon smithi046.hnrily 2023-12-26T16:37:22.325 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:22 smithi046 bash[24815]: cluster 2023-12-26T16:37:22.112919+0000 mon.smithi046 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-26T16:37:22.325 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:22 smithi046 bash[24815]: cluster 2023-12-26T16:37:22.113112+0000 mon.smithi046 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi046.hnrily(active, starting, since 0.00665087s) 2023-12-26T16:37:22.325 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:22 smithi046 bash[24815]: audit 2023-12-26T16:37:22.114643+0000 mon.smithi046 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-12-26T16:37:22.325 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:22 smithi046 bash[24815]: audit 2023-12-26T16:37:22.116025+0000 mon.smithi046 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mgr metadata", "who": "smithi046.hnrily", "id": "smithi046.hnrily"}]: dispatch 2023-12-26T16:37:22.325 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:22 smithi046 bash[24815]: audit 2023-12-26T16:37:22.117006+0000 mon.smithi046 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T16:37:22.325 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:22 smithi046 bash[24815]: audit 2023-12-26T16:37:22.117336+0000 mon.smithi046 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T16:37:22.326 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:22 smithi046 bash[24815]: audit 2023-12-26T16:37:22.117626+0000 mon.smithi046 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T16:37:22.326 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:22 smithi046 bash[24815]: cluster 2023-12-26T16:37:22.139872+0000 mon.smithi046 (mon.0) 39 : cluster [INF] Manager daemon smithi046.hnrily is now available 2023-12-26T16:37:23.110 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: { 2023-12-26T16:37:23.110 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-26T16:37:23.111 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "initialized": true 2023-12-26T16:37:23.111 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: } 2023-12-26T16:37:23.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:23 smithi046 bash[24815]: cephadm 2023-12-26T16:37:22.157750+0000 mgr.smithi046.hnrily (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-26T16:37:23.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:23 smithi046 bash[24815]: audit 2023-12-26T16:37:22.167890+0000 mon.smithi046 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' 2023-12-26T16:37:23.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:23 smithi046 bash[24815]: audit 2023-12-26T16:37:22.304912+0000 mon.smithi046 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' 2023-12-26T16:37:23.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:23 smithi046 bash[24815]: audit 2023-12-26T16:37:22.307219+0000 mon.smithi046 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:37:23.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:23 smithi046 bash[24815]: audit 2023-12-26T16:37:22.312483+0000 mon.smithi046 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:37:23.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:23 smithi046 bash[24815]: audit 2023-12-26T16:37:22.324697+0000 mon.smithi046 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:37:23.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:23 smithi046 bash[24815]: audit 2023-12-26T16:37:22.339972+0000 mon.smithi046 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.hnrily/mirror_snapshot_schedule"}]: dispatch 2023-12-26T16:37:23.576 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:23 smithi046 bash[24815]: audit 2023-12-26T16:37:22.344066+0000 mon.smithi046 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.hnrily/trash_purge_schedule"}]: dispatch 2023-12-26T16:37:23.576 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:23 smithi046 bash[24815]: cluster 2023-12-26T16:37:23.117554+0000 mon.smithi046 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi046.hnrily(active, since 1.01107s) 2023-12-26T16:37:23.760 INFO:teuthology.orchestra.run.smithi046.stderr:mgr epoch 5 is available 2023-12-26T16:37:23.760 INFO:teuthology.orchestra.run.smithi046.stderr:Setting orchestrator backend to cephadm... 2023-12-26T16:37:24.446 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:24 smithi046 bash[24815]: audit 2023-12-26T16:37:23.116648+0000 mgr.smithi046.hnrily (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-26T16:37:24.446 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:24 smithi046 bash[24815]: audit 2023-12-26T16:37:23.131591+0000 mgr.smithi046.hnrily (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-26T16:37:25.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:25 smithi046 bash[24815]: cluster 2023-12-26T16:37:24.172736+0000 mon.smithi046 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi046.hnrily(active, since 2s) 2023-12-26T16:37:25.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:25 smithi046 bash[24815]: audit 2023-12-26T16:37:25.099107+0000 mon.smithi046 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' 2023-12-26T16:37:25.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:25 smithi046 bash[24815]: audit 2023-12-26T16:37:25.149311+0000 mon.smithi046 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:37:26.420 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:26 smithi046 bash[24815]: audit 2023-12-26T16:37:25.089163+0000 mgr.smithi046.hnrily (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:37:26.965 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: value unchanged 2023-12-26T16:37:27.325 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:27 smithi046 bash[24815]: audit 2023-12-26T16:37:26.986832+0000 mgr.smithi046.hnrily (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:37:27.568 INFO:teuthology.orchestra.run.smithi046.stderr:Generating ssh key... 2023-12-26T16:37:29.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:29 smithi046 bash[24815]: audit 2023-12-26T16:37:28.970554+0000 mgr.smithi046.hnrily (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:37:29.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:29 smithi046 bash[24815]: cephadm 2023-12-26T16:37:28.970830+0000 mgr.smithi046.hnrily (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-12-26T16:37:31.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:30 smithi046 bash[24815]: audit 2023-12-26T16:37:29.847165+0000 mon.smithi046 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' 2023-12-26T16:37:31.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:30 smithi046 bash[24815]: audit 2023-12-26T16:37:29.851322+0000 mon.smithi046 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' 2023-12-26T16:37:31.684 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDF76w61lx34o7xn7vzXBGrEDngcC2l8UVm4bm01c68guPxAI7rMO9JqV1uHygP6JJtwPEx80e/a+5QfR1VaS14Jra2qnszyJPvOnO4f2xmA8hO4CJTod9A1R1HR/GmyJXKxdUS03NFpi8rRqz2NCVcjo/btjzvLl+0qOcaS2HtUQAae4nwJbQC7fTLkfqZqGpy1v5WFfbrAoiDbGnOn/Moaf0XLpLM8jrzDx+03o0fHyPHNUDP5rrH+hmVf/wH1Bx8hiLexXIoZc1Iew6TJPPitn3sN3n1ubxBLxpsde51Y9SeioTWx4cZ6XccXt0agZPF7lMFX9xksJNdsKoZ3+spAbCrfJOGa8ghJvmg+OTaCGUYK3Ttfe1nhxPb5V4t736/51n+yDN+XLZKS+HuQmkuO/qUcyoAge+fBC03yE1pFq0xPLOLU+HF9up47Pqyp4AYt/7jqkXVR0xFqBcRiFAb/3z/JDGPz193Pi1fwPGs1OoVZkYmbDSs0kRjPUlXfg8= ceph-d700a870-a40c-11ee-95a5-87774f69a715 2023-12-26T16:37:32.329 INFO:teuthology.orchestra.run.smithi046.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-26T16:37:32.329 INFO:teuthology.orchestra.run.smithi046.stderr:Adding key to root@localhost authorized_keys... 2023-12-26T16:37:32.329 INFO:teuthology.orchestra.run.smithi046.stderr:Adding host smithi046... 2023-12-26T16:37:32.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:32 smithi046 bash[24815]: audit 2023-12-26T16:37:31.705152+0000 mgr.smithi046.hnrily (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:37:34.567 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Added host 'smithi046' with addr '172.21.15.46' 2023-12-26T16:37:34.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:34 smithi046 bash[24815]: audit 2023-12-26T16:37:33.715681+0000 mgr.smithi046.hnrily (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi046", "addr": "172.21.15.46", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:37:35.355 INFO:teuthology.orchestra.run.smithi046.stderr:Deploying mon service with default placement... 2023-12-26T16:37:35.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:35 smithi046 bash[24815]: audit 2023-12-26T16:37:34.587617+0000 mon.smithi046 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' 2023-12-26T16:37:35.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:35 smithi046 bash[24815]: cephadm 2023-12-26T16:37:34.588336+0000 mgr.smithi046.hnrily (mgr.14116) 10 : cephadm [INF] Added host smithi046 2023-12-26T16:37:35.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:35 smithi046 bash[24815]: audit 2023-12-26T16:37:34.598686+0000 mon.smithi046 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:37:37.506 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-26T16:37:38.163 INFO:teuthology.orchestra.run.smithi046.stderr:Deploying mgr service with default placement... 2023-12-26T16:37:38.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:38 smithi046 bash[24815]: audit 2023-12-26T16:37:37.520900+0000 mgr.smithi046.hnrily (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:37:38.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:38 smithi046 bash[24815]: cephadm 2023-12-26T16:37:37.523949+0000 mgr.smithi046.hnrily (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-26T16:37:38.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:38 smithi046 bash[24815]: audit 2023-12-26T16:37:37.527530+0000 mon.smithi046 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' 2023-12-26T16:37:38.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:38 smithi046 bash[24815]: audit 2023-12-26T16:37:37.788818+0000 mon.smithi046 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' 2023-12-26T16:37:38.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:38 smithi046 bash[24815]: audit 2023-12-26T16:37:38.044155+0000 mon.smithi046 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' 2023-12-26T16:37:39.511 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-26T16:37:40.170 INFO:teuthology.orchestra.run.smithi046.stderr:Deploying crash service with default placement... 2023-12-26T16:37:40.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:40 smithi046 bash[24815]: audit 2023-12-26T16:37:39.526070+0000 mgr.smithi046.hnrily (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:37:40.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:40 smithi046 bash[24815]: cephadm 2023-12-26T16:37:39.527228+0000 mgr.smithi046.hnrily (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-26T16:37:40.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:40 smithi046 bash[24815]: audit 2023-12-26T16:37:39.531704+0000 mon.smithi046 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' 2023-12-26T16:37:41.497 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-26T16:37:42.198 INFO:teuthology.orchestra.run.smithi046.stderr:Deploying prometheus service with default placement... 2023-12-26T16:37:42.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:42 smithi046 bash[24815]: audit 2023-12-26T16:37:41.511821+0000 mgr.smithi046.hnrily (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:37:42.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:42 smithi046 bash[24815]: cephadm 2023-12-26T16:37:41.514214+0000 mgr.smithi046.hnrily (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-12-26T16:37:42.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:42 smithi046 bash[24815]: audit 2023-12-26T16:37:41.518095+0000 mon.smithi046 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' 2023-12-26T16:37:42.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:42 smithi046 bash[24815]: cluster 2023-12-26T16:37:42.118988+0000 mgr.smithi046.hnrily (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:37:43.568 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-26T16:37:44.232 INFO:teuthology.orchestra.run.smithi046.stderr:Deploying grafana service with default placement... 2023-12-26T16:37:44.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:44 smithi046 bash[24815]: audit 2023-12-26T16:37:43.106491+0000 mon.smithi046 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' 2023-12-26T16:37:44.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:44 smithi046 bash[24815]: audit 2023-12-26T16:37:43.588736+0000 mon.smithi046 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' 2023-12-26T16:37:45.325 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:45 smithi046 bash[24815]: audit 2023-12-26T16:37:43.583297+0000 mgr.smithi046.hnrily (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:37:45.325 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:45 smithi046 bash[24815]: cephadm 2023-12-26T16:37:43.584438+0000 mgr.smithi046.hnrily (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-26T16:37:45.325 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:45 smithi046 bash[24815]: cluster 2023-12-26T16:37:44.119474+0000 mgr.smithi046.hnrily (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:37:45.670 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-26T16:37:46.290 INFO:teuthology.orchestra.run.smithi046.stderr:Deploying node-exporter service with default placement... 2023-12-26T16:37:47.060 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:46 smithi046 bash[24815]: audit 2023-12-26T16:37:45.684488+0000 mgr.smithi046.hnrily (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:37:47.061 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:46 smithi046 bash[24815]: cephadm 2023-12-26T16:37:45.686617+0000 mgr.smithi046.hnrily (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-26T16:37:47.061 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:46 smithi046 bash[24815]: audit 2023-12-26T16:37:45.691175+0000 mon.smithi046 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' 2023-12-26T16:37:47.061 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:46 smithi046 bash[24815]: cluster 2023-12-26T16:37:46.119862+0000 mgr.smithi046.hnrily (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:37:47.655 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-26T16:37:48.348 INFO:teuthology.orchestra.run.smithi046.stderr:Deploying alertmanager service with default placement... 2023-12-26T16:37:49.051 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:48 smithi046 bash[24815]: audit 2023-12-26T16:37:47.671366+0000 mgr.smithi046.hnrily (mgr.14116) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:37:49.051 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:48 smithi046 bash[24815]: cephadm 2023-12-26T16:37:47.673389+0000 mgr.smithi046.hnrily (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-26T16:37:49.051 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:48 smithi046 bash[24815]: audit 2023-12-26T16:37:47.676180+0000 mon.smithi046 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' 2023-12-26T16:37:49.051 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:48 smithi046 bash[24815]: cluster 2023-12-26T16:37:48.120383+0000 mgr.smithi046.hnrily (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:37:49.665 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-26T16:37:51.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:50 smithi046 bash[24815]: audit 2023-12-26T16:37:49.679569+0000 mgr.smithi046.hnrily (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:37:51.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:50 smithi046 bash[24815]: cephadm 2023-12-26T16:37:49.681768+0000 mgr.smithi046.hnrily (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-26T16:37:51.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:50 smithi046 bash[24815]: audit 2023-12-26T16:37:49.686414+0000 mon.smithi046 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.46:0/2579048386' entity='mgr.smithi046.hnrily' 2023-12-26T16:37:51.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:50 smithi046 bash[24815]: cluster 2023-12-26T16:37:50.120832+0000 mgr.smithi046.hnrily (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:37:53.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:53 smithi046 bash[24815]: cluster 2023-12-26T16:37:52.121116+0000 mgr.smithi046.hnrily (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:37:53.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:53 smithi046 bash[24815]: audit 2023-12-26T16:37:52.241939+0000 mon.smithi046 (mon.0) 65 : audit [INF] from='client.? 172.21.15.46:0/1517252815' entity='client.admin' 2023-12-26T16:37:55.207 INFO:teuthology.orchestra.run.smithi046.stderr:Enabling the dashboard module... 2023-12-26T16:37:55.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:55 smithi046 bash[24815]: cluster 2023-12-26T16:37:54.121523+0000 mgr.smithi046.hnrily (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:37:55.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:55 smithi046 bash[24815]: audit 2023-12-26T16:37:54.515161+0000 mon.smithi046 (mon.0) 66 : audit [INF] from='client.? 172.21.15.46:0/1859728286' entity='client.admin' 2023-12-26T16:37:56.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:56 smithi046 bash[24815]: cluster 2023-12-26T16:37:56.122035+0000 mgr.smithi046.hnrily (mgr.14116) 32 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:37:57.548 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:57 smithi046 bash[24815]: audit 2023-12-26T16:37:56.787952+0000 mon.smithi046 (mon.0) 67 : audit [INF] from='client.? 172.21.15.46:0/1619663703' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-26T16:37:58.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:58 smithi046 bash[24815]: audit 2023-12-26T16:37:57.307729+0000 mon.smithi046 (mon.0) 68 : audit [INF] from='client.? 172.21.15.46:0/1619663703' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-26T16:37:58.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:58 smithi046 bash[24815]: cluster 2023-12-26T16:37:57.307781+0000 mon.smithi046 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi046.hnrily(active, since 35s) 2023-12-26T16:37:59.472 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: { 2023-12-26T16:37:59.472 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-26T16:37:59.472 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "available": true, 2023-12-26T16:37:59.472 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "active_name": "smithi046.hnrily", 2023-12-26T16:37:59.472 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-26T16:37:59.472 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: } 2023-12-26T16:37:59.715 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:37:59 smithi046 bash[24815]: audit 2023-12-26T16:37:59.492542+0000 mon.smithi046 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.46:0/1737653411' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-26T16:38:00.194 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for the mgr to restart... 2023-12-26T16:38:00.194 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for mgr epoch 9... 2023-12-26T16:38:04.335 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:04 smithi046 bash[24815]: cluster 2023-12-26T16:38:04.125547+0000 mon.smithi046 (mon.0) 71 : cluster [INF] Active manager daemon smithi046.hnrily restarted 2023-12-26T16:38:04.335 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:04 smithi046 bash[24815]: cluster 2023-12-26T16:38:04.125977+0000 mon.smithi046 (mon.0) 72 : cluster [INF] Activating manager daemon smithi046.hnrily 2023-12-26T16:38:04.336 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:04 smithi046 bash[24815]: cluster 2023-12-26T16:38:04.132298+0000 mon.smithi046 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-26T16:38:04.336 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:04 smithi046 bash[24815]: cluster 2023-12-26T16:38:04.132462+0000 mon.smithi046 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi046.hnrily(active, starting, since 0.00665205s) 2023-12-26T16:38:04.336 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:04 smithi046 bash[24815]: audit 2023-12-26T16:38:04.134426+0000 mon.smithi046 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-12-26T16:38:04.336 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:04 smithi046 bash[24815]: audit 2023-12-26T16:38:04.135765+0000 mon.smithi046 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mgr metadata", "who": "smithi046.hnrily", "id": "smithi046.hnrily"}]: dispatch 2023-12-26T16:38:04.336 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:04 smithi046 bash[24815]: audit 2023-12-26T16:38:04.136707+0000 mon.smithi046 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T16:38:04.336 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:04 smithi046 bash[24815]: audit 2023-12-26T16:38:04.136967+0000 mon.smithi046 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T16:38:04.336 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:04 smithi046 bash[24815]: audit 2023-12-26T16:38:04.137209+0000 mon.smithi046 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T16:38:04.336 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:04 smithi046 bash[24815]: cluster 2023-12-26T16:38:04.140799+0000 mon.smithi046 (mon.0) 80 : cluster [INF] Manager daemon smithi046.hnrily is now available 2023-12-26T16:38:05.129 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: { 2023-12-26T16:38:05.130 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-26T16:38:05.130 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "initialized": true 2023-12-26T16:38:05.130 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: } 2023-12-26T16:38:05.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:05 smithi046 bash[24815]: audit 2023-12-26T16:38:04.287510+0000 mon.smithi046 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:38:05.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:05 smithi046 bash[24815]: audit 2023-12-26T16:38:04.295556+0000 mon.smithi046 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:38:05.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:05 smithi046 bash[24815]: audit 2023-12-26T16:38:04.336198+0000 mon.smithi046 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.hnrily/mirror_snapshot_schedule"}]: dispatch 2023-12-26T16:38:05.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:05 smithi046 bash[24815]: audit 2023-12-26T16:38:04.341311+0000 mon.smithi046 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.hnrily/trash_purge_schedule"}]: dispatch 2023-12-26T16:38:05.576 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:05 smithi046 bash[24815]: cluster 2023-12-26T16:38:05.136256+0000 mon.smithi046 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi046.hnrily(active, since 1.01045s) 2023-12-26T16:38:05.809 INFO:teuthology.orchestra.run.smithi046.stderr:mgr epoch 9 is available 2023-12-26T16:38:05.809 INFO:teuthology.orchestra.run.smithi046.stderr:Generating a dashboard self-signed certificate... 2023-12-26T16:38:06.548 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:06 smithi046 bash[24815]: audit 2023-12-26T16:38:05.135857+0000 mgr.smithi046.hnrily (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-26T16:38:06.549 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:06 smithi046 bash[24815]: audit 2023-12-26T16:38:05.150657+0000 mgr.smithi046.hnrily (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-26T16:38:07.192 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-26T16:38:07.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:07 smithi046 bash[24815]: cluster 2023-12-26T16:38:06.305504+0000 mon.smithi046 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi046.hnrily(active, since 2s) 2023-12-26T16:38:07.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:07 smithi046 bash[24815]: audit 2023-12-26T16:38:07.209136+0000 mon.smithi046 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' 2023-12-26T16:38:07.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:07 smithi046 bash[24815]: audit 2023-12-26T16:38:07.213270+0000 mon.smithi046 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' 2023-12-26T16:38:07.889 INFO:teuthology.orchestra.run.smithi046.stderr:Creating initial admin user... 2023-12-26T16:38:08.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:08 smithi046 bash[24815]: audit 2023-12-26T16:38:07.146378+0000 mgr.smithi046.hnrily (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:38:09.507 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$cwlACDf0Rs7khRdeahBCLOIEfATT.gcZliU/M89xttjIKb.FFyK0.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1703608689, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-26T16:38:09.713 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:09 smithi046 bash[24815]: audit 2023-12-26T16:38:09.254495+0000 mgr.smithi046.hnrily (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:38:10.145 INFO:teuthology.orchestra.run.smithi046.stderr:Fetching dashboard port number... 2023-12-26T16:38:10.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:10 smithi046 bash[24815]: audit 2023-12-26T16:38:09.525496+0000 mon.smithi046 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' 2023-12-26T16:38:11.479 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 8443 2023-12-26T16:38:11.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:11 smithi046 bash[24815]: cluster 2023-12-26T16:38:10.528800+0000 mon.smithi046 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi046.hnrily(active, since 6s) 2023-12-26T16:38:11.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:11 smithi046 bash[24815]: audit 2023-12-26T16:38:10.902476+0000 mon.smithi046 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' 2023-12-26T16:38:11.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:11 smithi046 bash[24815]: audit 2023-12-26T16:38:11.500345+0000 mon.smithi046 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.46:0/1507024340' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-26T16:38:12.168 INFO:teuthology.orchestra.run.smithi046.stderr:firewalld does not appear to be present 2023-12-26T16:38:12.168 INFO:teuthology.orchestra.run.smithi046.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-26T16:38:12.170 INFO:teuthology.orchestra.run.smithi046.stderr:Ceph Dashboard is now available at: 2023-12-26T16:38:12.170 INFO:teuthology.orchestra.run.smithi046.stderr: 2023-12-26T16:38:12.171 INFO:teuthology.orchestra.run.smithi046.stderr: URL: https://smithi046.front.sepia.ceph.com:8443/ 2023-12-26T16:38:12.171 INFO:teuthology.orchestra.run.smithi046.stderr: User: admin 2023-12-26T16:38:12.171 INFO:teuthology.orchestra.run.smithi046.stderr: Password: 25dgyvqjgd 2023-12-26T16:38:12.171 INFO:teuthology.orchestra.run.smithi046.stderr: 2023-12-26T16:38:12.171 INFO:teuthology.orchestra.run.smithi046.stderr:Enabling autotune for osd_memory_target 2023-12-26T16:38:16.046 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-26T16:38:16.936 INFO:teuthology.orchestra.run.smithi046.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-26T16:38:16.936 INFO:teuthology.orchestra.run.smithi046.stderr: 2023-12-26T16:38:16.936 INFO:teuthology.orchestra.run.smithi046.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-26T16:38:16.936 INFO:teuthology.orchestra.run.smithi046.stderr: 2023-12-26T16:38:16.936 INFO:teuthology.orchestra.run.smithi046.stderr:Or, if you are only running a single cluster on this host: 2023-12-26T16:38:16.936 INFO:teuthology.orchestra.run.smithi046.stderr: 2023-12-26T16:38:16.937 INFO:teuthology.orchestra.run.smithi046.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-26T16:38:16.937 INFO:teuthology.orchestra.run.smithi046.stderr: 2023-12-26T16:38:16.937 INFO:teuthology.orchestra.run.smithi046.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-26T16:38:16.937 INFO:teuthology.orchestra.run.smithi046.stderr: 2023-12-26T16:38:16.937 INFO:teuthology.orchestra.run.smithi046.stderr: ceph telemetry on 2023-12-26T16:38:16.937 INFO:teuthology.orchestra.run.smithi046.stderr: 2023-12-26T16:38:16.937 INFO:teuthology.orchestra.run.smithi046.stderr:For more information see: 2023-12-26T16:38:16.937 INFO:teuthology.orchestra.run.smithi046.stderr: 2023-12-26T16:38:16.937 INFO:teuthology.orchestra.run.smithi046.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-12-26T16:38:16.937 INFO:teuthology.orchestra.run.smithi046.stderr: 2023-12-26T16:38:16.937 INFO:teuthology.orchestra.run.smithi046.stderr:Bootstrap complete. 2023-12-26T16:38:16.972 INFO:tasks.cephadm:Fetching config... 2023-12-26T16:38:16.973 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-12-26T16:38:16.973 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-26T16:38:16.978 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-26T16:38:16.978 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-12-26T16:38:16.978 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-26T16:38:17.027 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-26T16:38:17.028 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-12-26T16:38:17.028 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/keyring of=/dev/stdout 2023-12-26T16:38:17.084 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-26T16:38:17.084 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-12-26T16:38:17.085 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-26T16:38:17.135 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-26T16:38:17.135 DEBUG:teuthology.orchestra.run.smithi046:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDF76w61lx34o7xn7vzXBGrEDngcC2l8UVm4bm01c68guPxAI7rMO9JqV1uHygP6JJtwPEx80e/a+5QfR1VaS14Jra2qnszyJPvOnO4f2xmA8hO4CJTod9A1R1HR/GmyJXKxdUS03NFpi8rRqz2NCVcjo/btjzvLl+0qOcaS2HtUQAae4nwJbQC7fTLkfqZqGpy1v5WFfbrAoiDbGnOn/Moaf0XLpLM8jrzDx+03o0fHyPHNUDP5rrH+hmVf/wH1Bx8hiLexXIoZc1Iew6TJPPitn3sN3n1ubxBLxpsde51Y9SeioTWx4cZ6XccXt0agZPF7lMFX9xksJNdsKoZ3+spAbCrfJOGa8ghJvmg+OTaCGUYK3Ttfe1nhxPb5V4t736/51n+yDN+XLZKS+HuQmkuO/qUcyoAge+fBC03yE1pFq0xPLOLU+HF9up47Pqyp4AYt/7jqkXVR0xFqBcRiFAb/3z/JDGPz193Pi1fwPGs1OoVZkYmbDSs0kRjPUlXfg8= ceph-d700a870-a40c-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-26T16:38:17.199 INFO:teuthology.orchestra.run.smithi046.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDF76w61lx34o7xn7vzXBGrEDngcC2l8UVm4bm01c68guPxAI7rMO9JqV1uHygP6JJtwPEx80e/a+5QfR1VaS14Jra2qnszyJPvOnO4f2xmA8hO4CJTod9A1R1HR/GmyJXKxdUS03NFpi8rRqz2NCVcjo/btjzvLl+0qOcaS2HtUQAae4nwJbQC7fTLkfqZqGpy1v5WFfbrAoiDbGnOn/Moaf0XLpLM8jrzDx+03o0fHyPHNUDP5rrH+hmVf/wH1Bx8hiLexXIoZc1Iew6TJPPitn3sN3n1ubxBLxpsde51Y9SeioTWx4cZ6XccXt0agZPF7lMFX9xksJNdsKoZ3+spAbCrfJOGa8ghJvmg+OTaCGUYK3Ttfe1nhxPb5V4t736/51n+yDN+XLZKS+HuQmkuO/qUcyoAge+fBC03yE1pFq0xPLOLU+HF9up47Pqyp4AYt/7jqkXVR0xFqBcRiFAb/3z/JDGPz193Pi1fwPGs1OoVZkYmbDSs0kRjPUlXfg8= ceph-d700a870-a40c-11ee-95a5-87774f69a715 2023-12-26T16:38:17.211 DEBUG:teuthology.orchestra.run.smithi073:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDF76w61lx34o7xn7vzXBGrEDngcC2l8UVm4bm01c68guPxAI7rMO9JqV1uHygP6JJtwPEx80e/a+5QfR1VaS14Jra2qnszyJPvOnO4f2xmA8hO4CJTod9A1R1HR/GmyJXKxdUS03NFpi8rRqz2NCVcjo/btjzvLl+0qOcaS2HtUQAae4nwJbQC7fTLkfqZqGpy1v5WFfbrAoiDbGnOn/Moaf0XLpLM8jrzDx+03o0fHyPHNUDP5rrH+hmVf/wH1Bx8hiLexXIoZc1Iew6TJPPitn3sN3n1ubxBLxpsde51Y9SeioTWx4cZ6XccXt0agZPF7lMFX9xksJNdsKoZ3+spAbCrfJOGa8ghJvmg+OTaCGUYK3Ttfe1nhxPb5V4t736/51n+yDN+XLZKS+HuQmkuO/qUcyoAge+fBC03yE1pFq0xPLOLU+HF9up47Pqyp4AYt/7jqkXVR0xFqBcRiFAb/3z/JDGPz193Pi1fwPGs1OoVZkYmbDSs0kRjPUlXfg8= ceph-d700a870-a40c-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-26T16:38:17.239 INFO:teuthology.orchestra.run.smithi073.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDF76w61lx34o7xn7vzXBGrEDngcC2l8UVm4bm01c68guPxAI7rMO9JqV1uHygP6JJtwPEx80e/a+5QfR1VaS14Jra2qnszyJPvOnO4f2xmA8hO4CJTod9A1R1HR/GmyJXKxdUS03NFpi8rRqz2NCVcjo/btjzvLl+0qOcaS2HtUQAae4nwJbQC7fTLkfqZqGpy1v5WFfbrAoiDbGnOn/Moaf0XLpLM8jrzDx+03o0fHyPHNUDP5rrH+hmVf/wH1Bx8hiLexXIoZc1Iew6TJPPitn3sN3n1ubxBLxpsde51Y9SeioTWx4cZ6XccXt0agZPF7lMFX9xksJNdsKoZ3+spAbCrfJOGa8ghJvmg+OTaCGUYK3Ttfe1nhxPb5V4t736/51n+yDN+XLZKS+HuQmkuO/qUcyoAge+fBC03yE1pFq0xPLOLU+HF9up47Pqyp4AYt/7jqkXVR0xFqBcRiFAb/3z/JDGPz193Pi1fwPGs1OoVZkYmbDSs0kRjPUlXfg8= ceph-d700a870-a40c-11ee-95a5-87774f69a715 2023-12-26T16:38:17.250 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-26T16:38:17.265 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:17 smithi046 bash[24815]: audit 2023-12-26T16:38:16.064168+0000 mon.smithi046 (mon.0) 93 : audit [INF] from='client.? 172.21.15.46:0/1009927241' entity='client.admin' 2023-12-26T16:38:22.253 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-26T16:38:22.253 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-26T16:38:22.304 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:22 smithi046 bash[24815]: audit 2023-12-26T16:38:21.058863+0000 mon.smithi046 (mon.0) 94 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' 2023-12-26T16:38:22.304 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:22 smithi046 bash[24815]: audit 2023-12-26T16:38:21.247896+0000 mon.smithi046 (mon.0) 95 : audit [INF] from='client.? 172.21.15.46:0/164135055' entity='client.admin' 2023-12-26T16:38:22.304 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:22 smithi046 bash[24815]: audit 2023-12-26T16:38:21.408380+0000 mon.smithi046 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:38:22.304 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:22 smithi046 bash[24815]: audit 2023-12-26T16:38:21.412544+0000 mon.smithi046 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' 2023-12-26T16:38:23.325 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:23 smithi046 bash[24815]: cephadm 2023-12-26T16:38:21.425571+0000 mgr.smithi046.hnrily (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi046 on smithi046 2023-12-26T16:38:25.447 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:25 smithi046 bash[24815]: cluster 2023-12-26T16:38:24.138502+0000 mgr.smithi046.hnrily (mgr.14156) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:38:26.720 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi073 2023-12-26T16:38:26.720 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-26T16:38:26.720 DEBUG:teuthology.orchestra.run.smithi073:> dd of=/etc/ceph/ceph.conf 2023-12-26T16:38:26.728 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-26T16:38:26.728 DEBUG:teuthology.orchestra.run.smithi073:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-26T16:38:26.775 INFO:tasks.cephadm:Adding host smithi073 to orchestrator... 2023-12-26T16:38:26.775 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch host add smithi073 2023-12-26T16:38:27.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:26 smithi046 bash[24815]: audit 2023-12-26T16:38:25.863383+0000 mgr.smithi046.hnrily (mgr.14156) 7 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:38:27.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:26 smithi046 bash[24815]: audit 2023-12-26T16:38:25.868246+0000 mon.smithi046 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' 2023-12-26T16:38:27.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:26 smithi046 bash[24815]: cluster 2023-12-26T16:38:26.138947+0000 mgr.smithi046.hnrily (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:38:29.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:29 smithi046 bash[24815]: cluster 2023-12-26T16:38:28.139399+0000 mgr.smithi046.hnrily (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:38:31.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:31 smithi046 bash[24815]: cluster 2023-12-26T16:38:30.139818+0000 mgr.smithi046.hnrily (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:38:33.486 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:33 smithi046 bash[24815]: cluster 2023-12-26T16:38:32.140300+0000 mgr.smithi046.hnrily (mgr.14156) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:38:35.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:35 smithi046 bash[24815]: cluster 2023-12-26T16:38:34.140715+0000 mgr.smithi046.hnrily (mgr.14156) 12 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:38:35.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:35 smithi046 bash[24815]: audit 2023-12-26T16:38:34.490142+0000 mon.smithi046 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' 2023-12-26T16:38:35.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:35 smithi046 bash[24815]: audit 2023-12-26T16:38:34.492483+0000 mon.smithi046 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-26T16:38:35.576 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:35 smithi046 bash[24815]: audit 2023-12-26T16:38:34.495208+0000 mon.smithi046 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-26T16:38:35.576 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:35 smithi046 bash[24815]: audit 2023-12-26T16:38:34.496511+0000 mon.smithi046 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:38:36.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:36 smithi046 bash[24815]: cephadm 2023-12-26T16:38:34.497359+0000 mgr.smithi046.hnrily (mgr.14156) 13 : cephadm [INF] Deploying daemon crash.smithi046 on smithi046 2023-12-26T16:38:37.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:37 smithi046 bash[24815]: cluster 2023-12-26T16:38:36.141064+0000 mgr.smithi046.hnrily (mgr.14156) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:38:38.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:38 smithi046 bash[24815]: audit 2023-12-26T16:38:37.314817+0000 mon.smithi046 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' 2023-12-26T16:38:38.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:38 smithi046 bash[24815]: audit 2023-12-26T16:38:37.390414+0000 mon.smithi046 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' 2023-12-26T16:38:38.576 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:38 smithi046 bash[24815]: audit 2023-12-26T16:38:37.394649+0000 mon.smithi046 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' 2023-12-26T16:38:38.576 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:38 smithi046 bash[24815]: audit 2023-12-26T16:38:37.397716+0000 mon.smithi046 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-26T16:38:38.576 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:38 smithi046 bash[24815]: audit 2023-12-26T16:38:37.401112+0000 mon.smithi046 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' 2023-12-26T16:38:39.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:39 smithi046 bash[24815]: audit 2023-12-26T16:38:37.398178+0000 mgr.smithi046.hnrily (mgr.14156) 15 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-26T16:38:39.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:39 smithi046 bash[24815]: cephadm 2023-12-26T16:38:37.407507+0000 mgr.smithi046.hnrily (mgr.14156) 16 : cephadm [INF] Deploying daemon grafana.smithi046 on smithi046 2023-12-26T16:38:39.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:39 smithi046 bash[24815]: cluster 2023-12-26T16:38:38.141471+0000 mgr.smithi046.hnrily (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:38:40.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:40 smithi046 bash[24815]: audit 2023-12-26T16:38:39.341202+0000 mon.smithi046 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' 2023-12-26T16:38:41.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:41 smithi046 bash[24815]: cluster 2023-12-26T16:38:40.141758+0000 mgr.smithi046.hnrily (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:38:43.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:43 smithi046 bash[24815]: cluster 2023-12-26T16:38:42.142042+0000 mgr.smithi046.hnrily (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:38:45.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:45 smithi046 bash[24815]: cluster 2023-12-26T16:38:44.142417+0000 mgr.smithi046.hnrily (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:38:47.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:47 smithi046 bash[24815]: cluster 2023-12-26T16:38:46.142773+0000 mgr.smithi046.hnrily (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:38:49.690 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:49 smithi046 bash[24815]: cluster 2023-12-26T16:38:48.143146+0000 mgr.smithi046.hnrily (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:38:51.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:51 smithi046 bash[24815]: cluster 2023-12-26T16:38:50.143540+0000 mgr.smithi046.hnrily (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:38:53.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:53 smithi046 bash[24815]: cluster 2023-12-26T16:38:52.143985+0000 mgr.smithi046.hnrily (mgr.14156) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:38:55.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:55 smithi046 bash[24815]: cluster 2023-12-26T16:38:54.144449+0000 mgr.smithi046.hnrily (mgr.14156) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:38:57.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:57 smithi046 bash[24815]: cluster 2023-12-26T16:38:56.144879+0000 mgr.smithi046.hnrily (mgr.14156) 26 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:38:59.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:58 smithi046 bash[24815]: audit 2023-12-26T16:38:57.854040+0000 mon.smithi046 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' 2023-12-26T16:38:59.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:58 smithi046 bash[24815]: cephadm 2023-12-26T16:38:57.858591+0000 mgr.smithi046.hnrily (mgr.14156) 27 : cephadm [INF] Deploying daemon node-exporter.smithi046 on smithi046 2023-12-26T16:38:59.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:58 smithi046 bash[24815]: cluster 2023-12-26T16:38:58.145359+0000 mgr.smithi046.hnrily (mgr.14156) 28 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:38:59.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:58 smithi046 bash[24815]: audit 2023-12-26T16:38:58.580104+0000 mon.smithi046 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' 2023-12-26T16:38:59.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:38:58 smithi046 bash[24815]: audit 2023-12-26T16:38:58.585922+0000 mon.smithi046 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-26T16:39:00.405 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:00 smithi046 bash[24815]: audit 2023-12-26T16:38:59.348377+0000 mon.smithi046 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:00.405 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:00 smithi046 bash[24815]: audit 2023-12-26T16:38:59.582534+0000 mon.smithi046 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.46:0/3108644849' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-26T16:39:00.406 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:00 smithi046 bash[24815]: cluster 2023-12-26T16:38:59.582636+0000 mon.smithi046 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi046.hnrily(active, since 55s) 2023-12-26T16:39:06.753 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:06 smithi046 bash[24815]: cluster 2023-12-26T16:39:06.549110+0000 mon.smithi046 (mon.0) 115 : cluster [INF] Active manager daemon smithi046.hnrily restarted 2023-12-26T16:39:06.753 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:06 smithi046 bash[24815]: cluster 2023-12-26T16:39:06.549564+0000 mon.smithi046 (mon.0) 116 : cluster [INF] Activating manager daemon smithi046.hnrily 2023-12-26T16:39:06.753 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:06 smithi046 bash[24815]: cluster 2023-12-26T16:39:06.553443+0000 mon.smithi046 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-26T16:39:06.753 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:06 smithi046 bash[24815]: cluster 2023-12-26T16:39:06.553611+0000 mon.smithi046 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi046.hnrily(active, starting, since 0.00422385s) 2023-12-26T16:39:06.753 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:06 smithi046 bash[24815]: audit 2023-12-26T16:39:06.555940+0000 mon.smithi046 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-12-26T16:39:06.753 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:06 smithi046 bash[24815]: audit 2023-12-26T16:39:06.557302+0000 mon.smithi046 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mgr metadata", "who": "smithi046.hnrily", "id": "smithi046.hnrily"}]: dispatch 2023-12-26T16:39:06.753 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:06 smithi046 bash[24815]: audit 2023-12-26T16:39:06.557992+0000 mon.smithi046 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-26T16:39:06.753 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:06 smithi046 bash[24815]: audit 2023-12-26T16:39:06.558203+0000 mon.smithi046 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-26T16:39:06.754 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:06 smithi046 bash[24815]: audit 2023-12-26T16:39:06.558388+0000 mon.smithi046 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-26T16:39:06.754 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:06 smithi046 bash[24815]: cluster 2023-12-26T16:39:06.583479+0000 mon.smithi046 (mon.0) 124 : cluster [INF] Manager daemon smithi046.hnrily is now available 2023-12-26T16:39:07.847 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:07 smithi046 bash[24815]: audit 2023-12-26T16:39:06.725569+0000 mon.smithi046 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:39:07.847 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:07 smithi046 bash[24815]: audit 2023-12-26T16:39:06.729368+0000 mon.smithi046 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:39:07.847 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:07 smithi046 bash[24815]: audit 2023-12-26T16:39:06.767173+0000 mon.smithi046 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:07.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:07 smithi046 bash[24815]: audit 2023-12-26T16:39:06.787053+0000 mon.smithi046 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.hnrily/mirror_snapshot_schedule"}]: dispatch 2023-12-26T16:39:07.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:07 smithi046 bash[24815]: audit 2023-12-26T16:39:06.792812+0000 mon.smithi046 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.hnrily/trash_purge_schedule"}]: dispatch 2023-12-26T16:39:07.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:07 smithi046 bash[24815]: cluster 2023-12-26T16:39:07.559905+0000 mon.smithi046 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi046.hnrily(active, since 1.01051s) 2023-12-26T16:39:09.722 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:09 smithi046 bash[24815]: cluster 2023-12-26T16:39:08.609318+0000 mon.smithi046 (mon.0) 131 : cluster [DBG] mgrmap e17: smithi046.hnrily(active, since 2s) 2023-12-26T16:39:09.898 INFO:teuthology.orchestra.run.smithi073.stdout:Added host 'smithi073' with addr '172.21.15.73' 2023-12-26T16:39:10.671 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-26T16:39:10.790 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:10 smithi046 bash[24815]: audit 2023-12-26T16:39:09.075110+0000 mgr.smithi046.hnrily (mgr.14180) 1 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi073", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:39:10.790 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:10 smithi046 bash[24815]: audit 2023-12-26T16:39:09.918244+0000 mon.smithi046 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:11.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:11 smithi046 bash[24815]: cephadm 2023-12-26T16:39:09.919027+0000 mgr.smithi046.hnrily (mgr.14180) 2 : cephadm [INF] Added host smithi073 2023-12-26T16:39:13.361 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-26T16:39:13.361 INFO:teuthology.orchestra.run.smithi073.stdout:[{"addr": "172.21.15.46", "hostname": "smithi046", "labels": [], "status": ""}, {"addr": "172.21.15.73", "hostname": "smithi073", "labels": [], "status": ""}] 2023-12-26T16:39:13.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:13 smithi046 bash[24815]: audit 2023-12-26T16:39:12.573020+0000 mon.smithi046 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:13.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:13 smithi046 bash[24815]: audit 2023-12-26T16:39:12.850626+0000 mon.smithi046 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:39:13.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:13 smithi046 bash[24815]: audit 2023-12-26T16:39:12.852264+0000 mon.smithi046 (mon.0) 135 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:39:13.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:13 smithi046 bash[24815]: audit 2023-12-26T16:39:12.853371+0000 mon.smithi046 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:39:13.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:13 smithi046 bash[24815]: audit 2023-12-26T16:39:12.913500+0000 mon.smithi046 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:13.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:13 smithi046 bash[24815]: audit 2023-12-26T16:39:12.918653+0000 mon.smithi046 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:14.005 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-26T16:39:14.006 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-26T16:39:14.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:14 smithi046 bash[24815]: cephadm 2023-12-26T16:39:12.855488+0000 mgr.smithi046.hnrily (mgr.14180) 3 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2023-12-26T16:39:14.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:14 smithi046 bash[24815]: cephadm 2023-12-26T16:39:12.880795+0000 mgr.smithi046.hnrily (mgr.14180) 4 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2023-12-26T16:39:14.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:14 smithi046 bash[24815]: cephadm 2023-12-26T16:39:12.943526+0000 mgr.smithi046.hnrily (mgr.14180) 5 : cephadm [INF] Deploying daemon prometheus.smithi046 on smithi046 2023-12-26T16:39:14.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:14 smithi046 bash[24815]: audit 2023-12-26T16:39:13.380889+0000 mgr.smithi046.hnrily (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:39:19.246 INFO:teuthology.orchestra.run.smithi046.stderr:adjusted tunables profile to default 2023-12-26T16:39:19.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:19 smithi046 bash[24815]: audit 2023-12-26T16:39:19.211489+0000 mon.smithi046 (mon.0) 139 : audit [INF] from='client.? 172.21.15.46:0/3742012008' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-26T16:39:20.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:20 smithi046 bash[24815]: audit 2023-12-26T16:39:19.264290+0000 mon.smithi046 (mon.0) 140 : audit [INF] from='client.? 172.21.15.46:0/3742012008' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-26T16:39:20.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:20 smithi046 bash[24815]: cluster 2023-12-26T16:39:19.264351+0000 mon.smithi046 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-26T16:39:21.023 INFO:tasks.cephadm:Adding mon.smithi046 on smithi046 2023-12-26T16:39:21.023 INFO:tasks.cephadm:Adding mon.smithi073 on smithi073 2023-12-26T16:39:21.024 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch apply mon '2;smithi046:172.21.15.46=smithi046;smithi073:172.21.15.73=smithi073' 2023-12-26T16:39:23.883 INFO:teuthology.orchestra.run.smithi073.stdout:Scheduled mon update... 2023-12-26T16:39:24.607 DEBUG:teuthology.orchestra.run.smithi073:mon.smithi073> sudo journalctl -f -n 0 -u ceph-d700a870-a40c-11ee-95a5-87774f69a715@mon.smithi073.service 2023-12-26T16:39:24.609 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T16:39:24.609 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T16:39:24.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-26T16:39:25.145 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:24 smithi046 bash[24815]: audit 2023-12-26T16:39:23.893245+0000 mgr.smithi046.hnrily (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi046:172.21.15.46=smithi046;smithi073:172.21.15.73=smithi073", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:39:25.145 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:24 smithi046 bash[24815]: cephadm 2023-12-26T16:39:23.899127+0000 mgr.smithi046.hnrily (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi046:172.21.15.46=smithi046;smithi073:172.21.15.73=smithi073;count:2 2023-12-26T16:39:25.145 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:24 smithi046 bash[24815]: audit 2023-12-26T16:39:23.904585+0000 mon.smithi046 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:27.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:27 smithi046 bash[24815]: audit 2023-12-26T16:39:26.395903+0000 mon.smithi046 (mon.0) 143 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:27.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:27 smithi046 bash[24815]: audit 2023-12-26T16:39:26.397961+0000 mon.smithi046 (mon.0) 144 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:39:27.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:27 smithi046 bash[24815]: cluster 2023-12-26T16:39:26.560068+0000 mgr.smithi046.hnrily (mgr.14180) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:39:27.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:27 smithi046 bash[24815]: audit 2023-12-26T16:39:26.771036+0000 mon.smithi046 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:27.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:27 smithi046 bash[24815]: audit 2023-12-26T16:39:26.921227+0000 mon.smithi046 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:27.713 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-26T16:39:27.713 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":1,"fsid":"d700a870-a40c-11ee-95a5-87774f69a715","modified":"2023-12-26T16:36:49.539219Z","created":"2023-12-26T16:36:49.539219Z","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":"smithi046","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T16:39:27.716 INFO:teuthology.orchestra.run.smithi073.stderr:dumped monmap epoch 1 2023-12-26T16:39:28.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:28 smithi046 bash[24815]: audit 2023-12-26T16:39:27.734888+0000 mon.smithi046 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.73:0/4260857001' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T16:39:29.314 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T16:39:29.315 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T16:39:29.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:29 smithi046 bash[24815]: cluster 2023-12-26T16:39:28.560556+0000 mgr.smithi046.hnrily (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:39:29.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:29 smithi046 bash[24815]: audit 2023-12-26T16:39:28.793085+0000 mon.smithi046 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:31.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:31 smithi046 bash[24815]: cluster 2023-12-26T16:39:30.561024+0000 mgr.smithi046.hnrily (mgr.14180) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:39:33.481 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-26T16:39:33.481 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":1,"fsid":"d700a870-a40c-11ee-95a5-87774f69a715","modified":"2023-12-26T16:36:49.539219Z","created":"2023-12-26T16:36:49.539219Z","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":"smithi046","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T16:39:33.484 INFO:teuthology.orchestra.run.smithi073.stderr:dumped monmap epoch 1 2023-12-26T16:39:33.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:33 smithi046 bash[24815]: audit 2023-12-26T16:39:32.229758+0000 mon.smithi046 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:33.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:33 smithi046 bash[24815]: cluster 2023-12-26T16:39:32.561436+0000 mgr.smithi046.hnrily (mgr.14180) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:39:34.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:34 smithi046 bash[24815]: audit 2023-12-26T16:39:33.503521+0000 mon.smithi046 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.73:0/2687910613' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T16:39:35.186 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T16:39:35.187 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T16:39:35.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:35 smithi046 bash[24815]: cluster 2023-12-26T16:39:34.561871+0000 mgr.smithi046.hnrily (mgr.14180) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:39:36.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:36 smithi046 bash[24815]: audit 2023-12-26T16:39:35.417246+0000 mon.smithi046 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:36.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:36 smithi046 bash[24815]: audit 2023-12-26T16:39:35.812640+0000 mon.smithi046 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:36.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:36 smithi046 bash[24815]: audit 2023-12-26T16:39:35.814440+0000 mon.smithi046 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd/host:smithi073", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:39:36.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:36 smithi046 bash[24815]: audit 2023-12-26T16:39:35.816536+0000 mon.smithi046 (mon.0) 154 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:39:36.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:36 smithi046 bash[24815]: audit 2023-12-26T16:39:35.818183+0000 mon.smithi046 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:39:36.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:36 smithi046 bash[24815]: audit 2023-12-26T16:39:35.921420+0000 mon.smithi046 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:36.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:36 smithi046 bash[24815]: audit 2023-12-26T16:39:35.926518+0000 mon.smithi046 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:36.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:36 smithi046 bash[24815]: audit 2023-12-26T16:39:35.929772+0000 mon.smithi046 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-26T16:39:36.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:36 smithi046 bash[24815]: audit 2023-12-26T16:39:35.932550+0000 mon.smithi046 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-26T16:39:36.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:36 smithi046 bash[24815]: audit 2023-12-26T16:39:35.933811+0000 mon.smithi046 (mon.0) 160 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:39:37.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:37 smithi046 bash[24815]: cephadm 2023-12-26T16:39:35.820245+0000 mgr.smithi046.hnrily (mgr.14180) 14 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2023-12-26T16:39:37.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:37 smithi046 bash[24815]: cephadm 2023-12-26T16:39:35.867441+0000 mgr.smithi046.hnrily (mgr.14180) 15 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.client.admin.keyring 2023-12-26T16:39:37.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:37 smithi046 bash[24815]: cephadm 2023-12-26T16:39:35.935067+0000 mgr.smithi046.hnrily (mgr.14180) 16 : cephadm [INF] Deploying daemon crash.smithi073 on smithi073 2023-12-26T16:39:37.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:37 smithi046 bash[24815]: cluster 2023-12-26T16:39:36.562316+0000 mgr.smithi046.hnrily (mgr.14180) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:39:39.436 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-26T16:39:39.437 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":1,"fsid":"d700a870-a40c-11ee-95a5-87774f69a715","modified":"2023-12-26T16:36:49.539219Z","created":"2023-12-26T16:36:49.539219Z","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":"smithi046","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T16:39:39.439 INFO:teuthology.orchestra.run.smithi073.stderr:dumped monmap epoch 1 2023-12-26T16:39:40.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:39 smithi046 bash[24815]: cluster 2023-12-26T16:39:38.562796+0000 mgr.smithi046.hnrily (mgr.14180) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:39:40.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:39 smithi046 bash[24815]: audit 2023-12-26T16:39:39.459766+0000 mon.smithi046 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.73:0/2237814695' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T16:39:41.100 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T16:39:41.101 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T16:39:41.323 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:41 smithi046 bash[24815]: audit 2023-12-26T16:39:40.069086+0000 mon.smithi046 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:41.324 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:41 smithi046 bash[24815]: audit 2023-12-26T16:39:40.073365+0000 mon.smithi046 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi073.ypoyfm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T16:39:41.324 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:41 smithi046 bash[24815]: audit 2023-12-26T16:39:40.076952+0000 mon.smithi046 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi073.ypoyfm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-26T16:39:41.324 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:41 smithi046 bash[24815]: audit 2023-12-26T16:39:40.078412+0000 mon.smithi046 (mon.0) 165 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-26T16:39:41.324 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:41 smithi046 bash[24815]: audit 2023-12-26T16:39:40.080083+0000 mon.smithi046 (mon.0) 166 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:39:41.324 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:41 smithi046 bash[24815]: cephadm 2023-12-26T16:39:40.081344+0000 mgr.smithi046.hnrily (mgr.14180) 19 : cephadm [INF] Deploying daemon mgr.smithi073.ypoyfm on smithi073 2023-12-26T16:39:41.324 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:41 smithi046 bash[24815]: cluster 2023-12-26T16:39:40.563230+0000 mgr.smithi046.hnrily (mgr.14180) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:39:43.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:42 smithi046 bash[24815]: audit 2023-12-26T16:39:41.785958+0000 mon.smithi046 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:43.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:42 smithi046 bash[24815]: cluster 2023-12-26T16:39:42.563614+0000 mgr.smithi046.hnrily (mgr.14180) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:39:44.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:44 smithi046 bash[24815]: audit 2023-12-26T16:39:43.465714+0000 mon.smithi046 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:44.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:44 smithi046 bash[24815]: audit 2023-12-26T16:39:43.469754+0000 mon.smithi046 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T16:39:44.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:44 smithi046 bash[24815]: audit 2023-12-26T16:39:43.471049+0000 mon.smithi046 (mon.0) 170 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:39:44.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:44 smithi046 bash[24815]: cephadm 2023-12-26T16:39:43.472101+0000 mgr.smithi046.hnrily (mgr.14180) 22 : cephadm [INF] Deploying daemon mon.smithi073 on smithi073 2023-12-26T16:39:45.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:45 smithi046 bash[24815]: cluster 2023-12-26T16:39:44.564025+0000 mgr.smithi046.hnrily (mgr.14180) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:39:45.888 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-26T16:39:45.888 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":1,"fsid":"d700a870-a40c-11ee-95a5-87774f69a715","modified":"2023-12-26T16:36:49.539219Z","created":"2023-12-26T16:36:49.539219Z","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":"smithi046","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-26T16:39:45.891 INFO:teuthology.orchestra.run.smithi073.stderr:dumped monmap epoch 1 2023-12-26T16:39:46.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:46 smithi046 bash[24815]: audit 2023-12-26T16:39:45.911615+0000 mon.smithi046 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.73:0/1694104752' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T16:39:47.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:47 smithi046 bash[24815]: cluster 2023-12-26T16:39:46.564438+0000 mgr.smithi046.hnrily (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:39:47.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:47 smithi046 bash[24815]: audit 2023-12-26T16:39:46.793303+0000 mon.smithi046 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:48.001 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-26T16:39:48.001 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-26T16:39:48.751 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:48 smithi073 systemd[1]: Started Ceph mon.smithi073 for d700a870-a40c-11ee-95a5-87774f69a715. 2023-12-26T16:39:50.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:49 smithi046 bash[24815]: cluster 2023-12-26T16:39:48.564833+0000 mgr.smithi046.hnrily (mgr.14180) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:39:50.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:49 smithi046 bash[24815]: audit 2023-12-26T16:39:48.751245+0000 mon.smithi046 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:50.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:49 smithi046 bash[24815]: audit 2023-12-26T16:39:49.403050+0000 mon.smithi046 (mon.0) 174 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:50.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:49 smithi046 bash[24815]: audit 2023-12-26T16:39:49.406230+0000 mon.smithi046 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:39:50.621 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.404+0000 7fa33b791880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-26T16:39:50.621 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.404+0000 7fa33b791880 0 ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable), process ceph-mon, pid 7 2023-12-26T16:39:50.621 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.404+0000 7fa33b791880 0 pidfile_write: ignore empty --pid-file 2023-12-26T16:39:50.621 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 0 load: jerasure load: lrc load: isa 2023-12-26T16:39:50.621 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: RocksDB version: 6.8.1 2023-12-26T16:39:50.621 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-26T16:39:50.621 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Compile date Dec 21 2023 2023-12-26T16:39:50.622 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: DB SUMMARY 2023-12-26T16:39:50.622 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: CURRENT file: CURRENT 2023-12-26T16:39:50.622 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-26T16:39:50.622 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-12-26T16:39:50.622 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi073/store.db dir, Total Num: 0, files: 2023-12-26T16:39:50.622 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi073/store.db: 000003.log size: 511 ; 2023-12-26T16:39:50.622 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.error_if_exists: 0 2023-12-26T16:39:50.622 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.create_if_missing: 0 2023-12-26T16:39:50.622 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.paranoid_checks: 1 2023-12-26T16:39:50.622 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.env: 0x55ddc23c2080 2023-12-26T16:39:50.622 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.fs: Posix File System 2023-12-26T16:39:50.622 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.info_log: 0x55ddc403a520 2023-12-26T16:39:50.622 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-26T16:39:50.622 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.statistics: (nil) 2023-12-26T16:39:50.622 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.use_fsync: 0 2023-12-26T16:39:50.623 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_log_file_size: 0 2023-12-26T16:39:50.623 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-26T16:39:50.623 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-26T16:39:50.623 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-26T16:39:50.623 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-26T16:39:50.624 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.allow_fallocate: 1 2023-12-26T16:39:50.624 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-26T16:39:50.624 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-26T16:39:50.624 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.use_direct_reads: 0 2023-12-26T16:39:50.624 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-26T16:39:50.624 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-26T16:39:50.624 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.db_log_dir: 2023-12-26T16:39:50.625 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi073/store.db 2023-12-26T16:39:50.625 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-26T16:39:50.625 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_subcompactions: 1 2023-12-26T16:39:50.625 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_background_flushes: -1 2023-12-26T16:39:50.625 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-26T16:39:50.625 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-26T16:39:50.625 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-26T16:39:50.625 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-26T16:39:50.625 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-26T16:39:50.625 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-26T16:39:50.625 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-26T16:39:50.625 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.write_buffer_manager: 0x55ddc4c88480 2023-12-26T16:39:50.625 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-26T16:39:50.625 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-26T16:39:50.625 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-26T16:39:50.626 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-26T16:39:50.626 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-26T16:39:50.626 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-26T16:39:50.626 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-26T16:39:50.626 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-26T16:39:50.626 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-26T16:39:50.626 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.unordered_write: 0 2023-12-26T16:39:50.626 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-26T16:39:50.626 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-26T16:39:50.626 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-26T16:39:50.626 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-26T16:39:50.626 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.row_cache: None 2023-12-26T16:39:50.626 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.wal_filter: None 2023-12-26T16:39:50.626 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-26T16:39:50.626 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-26T16:39:50.627 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.preserve_deletes: 0 2023-12-26T16:39:50.627 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.two_write_queues: 0 2023-12-26T16:39:50.627 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-26T16:39:50.627 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.atomic_flush: 0 2023-12-26T16:39:50.627 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-26T16:39:50.627 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-26T16:39:50.627 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-26T16:39:50.627 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.log_readahead_size: 0 2023-12-26T16:39:50.627 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-26T16:39:50.627 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_background_jobs: 2 2023-12-26T16:39:50.627 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_background_compactions: -1 2023-12-26T16:39:50.627 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-26T16:39:50.627 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-26T16:39:50.628 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-26T16:39:50.628 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-26T16:39:50.628 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-26T16:39:50.628 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-26T16:39:50.628 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-26T16:39:50.628 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-26T16:39:50.628 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_open_files: -1 2023-12-26T16:39:50.628 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-26T16:39:50.628 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-26T16:39:50.628 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-26T16:39:50.628 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-26T16:39:50.628 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Compression algorithms supported: 2023-12-26T16:39:50.628 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-26T16:39:50.628 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: kZSTD supported: 0 2023-12-26T16:39:50.629 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: kXpressCompression supported: 0 2023-12-26T16:39:50.629 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-26T16:39:50.629 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: kLZ4Compression supported: 1 2023-12-26T16:39:50.629 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: kBZip2Compression supported: 0 2023-12-26T16:39:50.629 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: kZlibCompression supported: 1 2023-12-26T16:39:50.629 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: kSnappyCompression supported: 1 2023-12-26T16:39:50.629 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-26T16:39:50.629 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi073/store.db/MANIFEST-000001 2023-12-26T16:39:50.629 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-26T16:39:50.629 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-26T16:39:50.629 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.merge_operator: 2023-12-26T16:39:50.629 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.compaction_filter: None 2023-12-26T16:39:50.629 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-26T16:39:50.630 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-26T16:39:50.630 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-26T16:39:50.630 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ddc3fddd28) 2023-12-26T16:39:50.630 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: cache_index_and_filter_blocks: 1 2023-12-26T16:39:50.630 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-26T16:39:50.630 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-26T16:39:50.630 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: pin_top_level_index_and_filter: 1 2023-12-26T16:39:50.630 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: index_type: 0 2023-12-26T16:39:50.630 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: data_block_index_type: 0 2023-12-26T16:39:50.630 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: index_shortening: 1 2023-12-26T16:39:50.630 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: data_block_hash_table_util_ratio: 0.750000 2023-12-26T16:39:50.631 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: hash_index_allow_collision: 1 2023-12-26T16:39:50.631 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: checksum: 1 2023-12-26T16:39:50.631 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: no_block_cache: 0 2023-12-26T16:39:50.631 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: block_cache: 0x55ddc4014f10 2023-12-26T16:39:50.631 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: block_cache_name: BinnedLRUCache 2023-12-26T16:39:50.631 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: block_cache_options: 2023-12-26T16:39:50.631 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: capacity : 536870912 2023-12-26T16:39:50.631 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: num_shard_bits : 4 2023-12-26T16:39:50.631 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: strict_capacity_limit : 0 2023-12-26T16:39:50.632 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: high_pri_pool_ratio: 0.000 2023-12-26T16:39:50.632 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: block_cache_compressed: (nil) 2023-12-26T16:39:50.632 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: persistent_cache: (nil) 2023-12-26T16:39:50.632 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: block_size: 4096 2023-12-26T16:39:50.632 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: block_size_deviation: 10 2023-12-26T16:39:50.632 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: block_restart_interval: 16 2023-12-26T16:39:50.632 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: index_block_restart_interval: 1 2023-12-26T16:39:50.632 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: metadata_block_size: 4096 2023-12-26T16:39:50.632 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: partition_filters: 0 2023-12-26T16:39:50.632 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: use_delta_encoding: 1 2023-12-26T16:39:50.632 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-26T16:39:50.632 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: whole_key_filtering: 1 2023-12-26T16:39:50.632 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: verify_compression: 0 2023-12-26T16:39:50.632 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: read_amp_bytes_per_bit: 0 2023-12-26T16:39:50.632 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: format_version: 2 2023-12-26T16:39:50.632 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: enable_index_compression: 1 2023-12-26T16:39:50.633 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: block_align: 0 2023-12-26T16:39:50.633 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-26T16:39:50.633 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-26T16:39:50.633 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.compression: NoCompression 2023-12-26T16:39:50.633 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-26T16:39:50.633 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-26T16:39:50.633 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-26T16:39:50.633 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.num_levels: 7 2023-12-26T16:39:50.633 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-26T16:39:50.633 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-26T16:39:50.633 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-26T16:39:50.633 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-26T16:39:50.633 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-26T16:39:50.634 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-26T16:39:50.634 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-26T16:39:50.634 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-26T16:39:50.634 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-26T16:39:50.634 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-26T16:39:50.634 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-26T16:39:50.634 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-26T16:39:50.634 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-26T16:39:50.634 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-26T16:39:50.634 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-26T16:39:50.634 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-26T16:39:50.634 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-26T16:39:50.634 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-26T16:39:50.634 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-26T16:39:50.635 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-26T16:39:50.635 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-26T16:39:50.635 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-26T16:39:50.635 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-26T16:39:50.635 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-26T16:39:50.635 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-26T16:39:50.635 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-26T16:39:50.635 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-26T16:39:50.635 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-26T16:39:50.635 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-26T16:39:50.635 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-26T16:39:50.635 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-26T16:39:50.635 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-26T16:39:50.635 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-26T16:39:50.635 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-26T16:39:50.635 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-26T16:39:50.636 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-26T16:39:50.636 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-26T16:39:50.636 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-26T16:39:50.636 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-26T16:39:50.636 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-26T16:39:50.636 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-26T16:39:50.636 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-26T16:39:50.636 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-26T16:39:50.636 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-26T16:39:50.636 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-26T16:39:50.636 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-26T16:39:50.636 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-26T16:39:50.636 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.table_properties_collectors: 2023-12-26T16:39:50.636 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.inplace_update_support: 0 2023-12-26T16:39:50.636 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-26T16:39:50.636 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-26T16:39:50.636 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-26T16:39:50.637 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-26T16:39:50.637 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.bloom_locality: 0 2023-12-26T16:39:50.637 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.max_successive_merges: 0 2023-12-26T16:39:50.637 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-26T16:39:50.637 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-26T16:39:50.637 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-26T16:39:50.637 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-26T16:39:50.637 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.ttl: 2592000 2023-12-26T16:39:50.638 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.408+0000 7fa33b791880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-26T16:39:50.638 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.412+0000 7fa33b791880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi073/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-26T16:39:50.638 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.412+0000 7fa33b791880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-26T16:39:50.638 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.412+0000 7fa33b791880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703608790413624, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-12-26T16:39:50.638 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.412+0000 7fa33b791880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-12-26T16:39:50.638 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.412+0000 7fa33b791880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-26T16:39:50.638 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.412+0000 7fa33b791880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703608790414201, "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": 1703608790, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-26T16:39:50.638 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.412+0000 7fa33b791880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-12-26T16:39:50.638 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.412+0000 7fa33b791880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703608790414634, "job": 1, "event": "recovery_finished"} 2023-12-26T16:39:50.638 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.412+0000 7fa33b791880 4 rocksdb: DB pointer 0x55ddc40dd800 2023-12-26T16:39:50.638 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.412+0000 7fa322597700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-26T16:39:50.638 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.412+0000 7fa322597700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-26T16:39:50.638 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: ** DB Stats ** 2023-12-26T16:39:50.638 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T16:39:50.639 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-26T16:39:50.639 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-26T16:39:50.639 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-26T16:39:50.639 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-26T16:39:50.639 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-26T16:39:50.639 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-26T16:39:50.639 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: ** Compaction Stats [default] ** 2023-12-26T16:39:50.639 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T16:39:50.639 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T16:39:50.639 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.7 0.00 0.00 1 0.001 0 0 2023-12-26T16:39:50.639 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.7 0.00 0.00 1 0.001 0 0 2023-12-26T16:39:50.639 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.7 0.00 0.00 1 0.001 0 0 2023-12-26T16:39:50.639 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: ** Compaction Stats [default] ** 2023-12-26T16:39:50.639 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T16:39:50.640 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T16:39:50.640 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.7 0.00 0.00 1 0.001 0 0 2023-12-26T16:39:50.640 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T16:39:50.640 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-26T16:39:50.640 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-26T16:39:50.640 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: AddFile(Total Files): cumulative 0, interval 0 2023-12-26T16:39:50.640 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-26T16:39:50.640 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: AddFile(Keys): cumulative 0, interval 0 2023-12-26T16:39:50.640 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Cumulative compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T16:39:50.640 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Interval compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T16:39:50.640 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-26T16:39:50.640 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: ** File Read Latency Histogram By Level [default] ** 2023-12-26T16:39:50.640 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: ** Compaction Stats [default] ** 2023-12-26T16:39:50.640 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T16:39:50.640 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T16:39:50.640 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.7 0.00 0.00 1 0.001 0 0 2023-12-26T16:39:50.640 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.7 0.00 0.00 1 0.001 0 0 2023-12-26T16:39:50.641 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-26T16:39:50.641 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: ** Compaction Stats [default] ** 2023-12-26T16:39:50.641 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-26T16:39:50.641 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-26T16:39:50.641 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.7 0.00 0.00 1 0.001 0 0 2023-12-26T16:39:50.641 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-26T16:39:50.641 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-26T16:39:50.641 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-26T16:39:50.641 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: AddFile(Total Files): cumulative 0, interval 0 2023-12-26T16:39:50.641 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-26T16:39:50.641 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: AddFile(Keys): cumulative 0, interval 0 2023-12-26T16:39:50.641 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Cumulative compaction: 0.00 GB write, 0.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T16:39:50.641 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-26T16:39:50.641 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-26T16:39:50.641 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: ** File Read Latency Histogram By Level [default] ** 2023-12-26T16:39:50.642 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.412+0000 7fa33b791880 0 mon.smithi073 does not exist in monmap, will attempt to join an existing cluster 2023-12-26T16:39:50.642 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.412+0000 7fa33b791880 0 using public_addr v2:172.21.15.73:0/0 -> [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] 2023-12-26T16:39:50.642 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.412+0000 7fa33b791880 0 starting mon.smithi073 rank -1 at public addrs [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] at bind addrs [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi073 fsid d700a870-a40c-11ee-95a5-87774f69a715 2023-12-26T16:39:50.642 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.416+0000 7fa33b791880 1 mon.smithi073@-1(???) e0 preinit fsid d700a870-a40c-11ee-95a5-87774f69a715 2023-12-26T16:39:50.642 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.456+0000 7fa324d9c700 0 mon.smithi073@-1(synchronizing).mds e1 new map 2023-12-26T16:39:50.642 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.456+0000 7fa324d9c700 0 mon.smithi073@-1(synchronizing).mds e1 print_map 2023-12-26T16:39:50.642 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: e1 2023-12-26T16:39:50.642 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-26T16:39:50.642 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-26T16:39:50.642 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: legacy client fscid: -1 2023-12-26T16:39:50.642 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: 2023-12-26T16:39:50.642 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: No filesystems configured 2023-12-26T16:39:50.642 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.456+0000 7fa324d9c700 1 mon.smithi073@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-26T16:39:50.642 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.456+0000 7fa324d9c700 1 mon.smithi073@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-26T16:39:50.642 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.456+0000 7fa324d9c700 1 mon.smithi073@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-26T16:39:50.642 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.456+0000 7fa324d9c700 1 mon.smithi073@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-26T16:39:50.642 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.456+0000 7fa324d9c700 1 mon.smithi073@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-26T16:39:50.643 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.456+0000 7fa324d9c700 1 mon.smithi073@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-26T16:39:50.643 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.456+0000 7fa324d9c700 1 mon.smithi073@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-26T16:39:50.643 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.460+0000 7fa324d9c700 0 mon.smithi073@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-26T16:39:50.643 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.460+0000 7fa324d9c700 0 mon.smithi073@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-26T16:39:50.643 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.460+0000 7fa324d9c700 0 mon.smithi073@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-26T16:39:50.643 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.460+0000 7fa324d9c700 0 mon.smithi073@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-26T16:39:50.643 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: cluster 2023-12-26T16:39:48.564833+0000 mgr.smithi046.hnrily (mgr.14180) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:39:50.643 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: audit 2023-12-26T16:39:48.751245+0000 mon.smithi046 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:50.643 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: audit 2023-12-26T16:39:49.403050+0000 mon.smithi046 (mon.0) 174 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:50.643 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: audit 2023-12-26T16:39:49.406230+0000 mon.smithi046 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:39:50.643 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:50 smithi073 bash[29040]: debug 2023-12-26T16:39:50.460+0000 7fa324d9c700 1 mon.smithi073@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-26T16:39:55.768 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-26T16:39:55.768 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":2,"fsid":"d700a870-a40c-11ee-95a5-87774f69a715","modified":"2023-12-26T16:39:50.465262Z","created":"2023-12-26T16:36:49.539219Z","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":"smithi046","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-26T16:39:55.771 INFO:teuthology.orchestra.run.smithi073.stderr:dumped monmap epoch 2 2023-12-26T16:39:55.797 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: audit 2023-12-26T16:39:50.465907+0000 mon.smithi046 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-12-26T16:39:55.797 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: audit 2023-12-26T16:39:50.470895+0000 mon.smithi046 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-12-26T16:39:55.797 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: cluster 2023-12-26T16:39:50.471191+0000 mon.smithi046 (mon.0) 178 : cluster [INF] mon.smithi046 calling monitor election 2023-12-26T16:39:55.797 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: audit 2023-12-26T16:39:50.472797+0000 mon.smithi046 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-12-26T16:39:55.797 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: cluster 2023-12-26T16:39:50.565220+0000 mgr.smithi046.hnrily (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:39:55.797 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: audit 2023-12-26T16:39:51.465465+0000 mon.smithi046 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-12-26T16:39:55.797 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: audit 2023-12-26T16:39:52.120135+0000 mon.smithi046 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.73:0/778233818' entity='mgr.smithi073.ypoyfm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi073.ypoyfm/crt"}]: dispatch 2023-12-26T16:39:55.797 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: audit 2023-12-26T16:39:52.465561+0000 mon.smithi046 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-12-26T16:39:55.797 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: cluster 2023-12-26T16:39:52.467922+0000 mon.smithi073 (mon.1) 1 : cluster [INF] mon.smithi073 calling monitor election 2023-12-26T16:39:55.797 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: cluster 2023-12-26T16:39:52.565617+0000 mgr.smithi046.hnrily (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:39:55.797 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: audit 2023-12-26T16:39:53.465873+0000 mon.smithi046 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-12-26T16:39:55.797 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: audit 2023-12-26T16:39:54.465979+0000 mon.smithi046 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-12-26T16:39:55.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: cluster 2023-12-26T16:39:54.566029+0000 mgr.smithi046.hnrily (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:39:55.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: audit 2023-12-26T16:39:55.466493+0000 mon.smithi046 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-12-26T16:39:55.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: cluster 2023-12-26T16:39:55.494454+0000 mon.smithi046 (mon.0) 186 : cluster [INF] mon.smithi046 is new leader, mons smithi046,smithi073 in quorum (ranks 0,1) 2023-12-26T16:39:55.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: cluster 2023-12-26T16:39:55.500370+0000 mon.smithi046 (mon.0) 187 : cluster [DBG] monmap e2: 2 mons at {smithi046=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0],smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0]} removed_ranks: {} 2023-12-26T16:39:55.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: cluster 2023-12-26T16:39:55.501178+0000 mon.smithi046 (mon.0) 188 : cluster [DBG] fsmap 2023-12-26T16:39:55.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: cluster 2023-12-26T16:39:55.501244+0000 mon.smithi046 (mon.0) 189 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-26T16:39:55.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: cluster 2023-12-26T16:39:55.501578+0000 mon.smithi046 (mon.0) 190 : cluster [DBG] mgrmap e17: smithi046.hnrily(active, since 48s) 2023-12-26T16:39:55.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: cluster 2023-12-26T16:39:55.503192+0000 mon.smithi046 (mon.0) 191 : cluster [DBG] Standby manager daemon smithi073.ypoyfm started 2023-12-26T16:39:55.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: audit 2023-12-26T16:39:55.505766+0000 mon.smithi046 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.73:0/778233818' entity='mgr.smithi073.ypoyfm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T16:39:55.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: cluster 2023-12-26T16:39:55.507599+0000 mon.smithi046 (mon.0) 193 : cluster [INF] overall HEALTH_OK 2023-12-26T16:39:55.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: audit 2023-12-26T16:39:55.508397+0000 mon.smithi046 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.73:0/778233818' entity='mgr.smithi073.ypoyfm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi073.ypoyfm/key"}]: dispatch 2023-12-26T16:39:55.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: audit 2023-12-26T16:39:55.509102+0000 mon.smithi046 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.73:0/778233818' entity='mgr.smithi073.ypoyfm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T16:39:55.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: audit 2023-12-26T16:39:55.511627+0000 mon.smithi046 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:55.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: audit 2023-12-26T16:39:55.515174+0000 mon.smithi046 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:55.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: audit 2023-12-26T16:39:55.516772+0000 mon.smithi046 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:39:55.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:55 smithi073 bash[29040]: audit 2023-12-26T16:39:55.518355+0000 mon.smithi046 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:39:55.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: audit 2023-12-26T16:39:50.465907+0000 mon.smithi046 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-12-26T16:39:55.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: audit 2023-12-26T16:39:50.470895+0000 mon.smithi046 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2023-12-26T16:39:55.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: cluster 2023-12-26T16:39:50.471191+0000 mon.smithi046 (mon.0) 178 : cluster [INF] mon.smithi046 calling monitor election 2023-12-26T16:39:55.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: audit 2023-12-26T16:39:50.472797+0000 mon.smithi046 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-12-26T16:39:55.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: cluster 2023-12-26T16:39:50.565220+0000 mgr.smithi046.hnrily (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:39:55.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: audit 2023-12-26T16:39:51.465465+0000 mon.smithi046 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-12-26T16:39:55.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: audit 2023-12-26T16:39:52.120135+0000 mon.smithi046 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.73:0/778233818' entity='mgr.smithi073.ypoyfm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi073.ypoyfm/crt"}]: dispatch 2023-12-26T16:39:55.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: audit 2023-12-26T16:39:52.465561+0000 mon.smithi046 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-12-26T16:39:55.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: cluster 2023-12-26T16:39:52.467922+0000 mon.smithi073 (mon.1) 1 : cluster [INF] mon.smithi073 calling monitor election 2023-12-26T16:39:55.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: cluster 2023-12-26T16:39:52.565617+0000 mgr.smithi046.hnrily (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:39:55.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: audit 2023-12-26T16:39:53.465873+0000 mon.smithi046 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-12-26T16:39:55.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: audit 2023-12-26T16:39:54.465979+0000 mon.smithi046 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-12-26T16:39:55.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: cluster 2023-12-26T16:39:54.566029+0000 mgr.smithi046.hnrily (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:39:55.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: audit 2023-12-26T16:39:55.466493+0000 mon.smithi046 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-12-26T16:39:55.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: cluster 2023-12-26T16:39:55.494454+0000 mon.smithi046 (mon.0) 186 : cluster [INF] mon.smithi046 is new leader, mons smithi046,smithi073 in quorum (ranks 0,1) 2023-12-26T16:39:55.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: cluster 2023-12-26T16:39:55.500370+0000 mon.smithi046 (mon.0) 187 : cluster [DBG] monmap e2: 2 mons at {smithi046=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0],smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0]} removed_ranks: {} 2023-12-26T16:39:55.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: cluster 2023-12-26T16:39:55.501178+0000 mon.smithi046 (mon.0) 188 : cluster [DBG] fsmap 2023-12-26T16:39:55.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: cluster 2023-12-26T16:39:55.501244+0000 mon.smithi046 (mon.0) 189 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-26T16:39:55.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: cluster 2023-12-26T16:39:55.501578+0000 mon.smithi046 (mon.0) 190 : cluster [DBG] mgrmap e17: smithi046.hnrily(active, since 48s) 2023-12-26T16:39:55.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: cluster 2023-12-26T16:39:55.503192+0000 mon.smithi046 (mon.0) 191 : cluster [DBG] Standby manager daemon smithi073.ypoyfm started 2023-12-26T16:39:55.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: audit 2023-12-26T16:39:55.505766+0000 mon.smithi046 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.73:0/778233818' entity='mgr.smithi073.ypoyfm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-26T16:39:55.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: cluster 2023-12-26T16:39:55.507599+0000 mon.smithi046 (mon.0) 193 : cluster [INF] overall HEALTH_OK 2023-12-26T16:39:55.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: audit 2023-12-26T16:39:55.508397+0000 mon.smithi046 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.73:0/778233818' entity='mgr.smithi073.ypoyfm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi073.ypoyfm/key"}]: dispatch 2023-12-26T16:39:55.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: audit 2023-12-26T16:39:55.509102+0000 mon.smithi046 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.73:0/778233818' entity='mgr.smithi073.ypoyfm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-26T16:39:55.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: audit 2023-12-26T16:39:55.511627+0000 mon.smithi046 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:55.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: audit 2023-12-26T16:39:55.515174+0000 mon.smithi046 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:55.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: audit 2023-12-26T16:39:55.516772+0000 mon.smithi046 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:39:55.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:55 smithi046 bash[24815]: audit 2023-12-26T16:39:55.518355+0000 mon.smithi046 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:39:56.510 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-26T16:39:56.510 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-26T16:39:56.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:56 smithi046 bash[24815]: cephadm 2023-12-26T16:39:55.520715+0000 mgr.smithi046.hnrily (mgr.14180) 30 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2023-12-26T16:39:56.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:56 smithi046 bash[24815]: cephadm 2023-12-26T16:39:55.521278+0000 mgr.smithi046.hnrily (mgr.14180) 31 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2023-12-26T16:39:56.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:56 smithi046 bash[24815]: audit 2023-12-26T16:39:55.554714+0000 mon.smithi046 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:56.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:56 smithi046 bash[24815]: audit 2023-12-26T16:39:55.559181+0000 mon.smithi046 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:56.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:56 smithi046 bash[24815]: cluster 2023-12-26T16:39:55.569851+0000 mon.smithi046 (mon.0) 202 : cluster [DBG] mgrmap e18: smithi046.hnrily(active, since 49s), standbys: smithi073.ypoyfm 2023-12-26T16:39:56.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:56 smithi046 bash[24815]: audit 2023-12-26T16:39:55.572711+0000 mon.smithi046 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:56.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:56 smithi046 bash[24815]: audit 2023-12-26T16:39:55.573204+0000 mon.smithi046 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mgr metadata", "who": "smithi073.ypoyfm", "id": "smithi073.ypoyfm"}]: dispatch 2023-12-26T16:39:56.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:56 smithi046 bash[24815]: cephadm 2023-12-26T16:39:55.577007+0000 mgr.smithi046.hnrily (mgr.14180) 32 : cephadm [INF] Reconfiguring mon.smithi046 (unknown last config time)... 2023-12-26T16:39:56.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:56 smithi046 bash[24815]: audit 2023-12-26T16:39:55.577415+0000 mon.smithi046 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T16:39:56.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:56 smithi046 bash[24815]: audit 2023-12-26T16:39:55.578460+0000 mon.smithi046 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T16:39:56.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:56 smithi046 bash[24815]: audit 2023-12-26T16:39:55.579469+0000 mon.smithi046 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:39:56.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:56 smithi046 bash[24815]: cephadm 2023-12-26T16:39:55.580341+0000 mgr.smithi046.hnrily (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon mon.smithi046 on smithi046 2023-12-26T16:39:56.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:56 smithi046 bash[24815]: audit 2023-12-26T16:39:55.790905+0000 mon.smithi046 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.73:0/697872953' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T16:39:56.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:56 smithi046 bash[24815]: audit 2023-12-26T16:39:56.466481+0000 mon.smithi046 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-12-26T16:39:56.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:56 smithi073 bash[29040]: cephadm 2023-12-26T16:39:55.520715+0000 mgr.smithi046.hnrily (mgr.14180) 30 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2023-12-26T16:39:56.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:56 smithi073 bash[29040]: cephadm 2023-12-26T16:39:55.521278+0000 mgr.smithi046.hnrily (mgr.14180) 31 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2023-12-26T16:39:56.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:56 smithi073 bash[29040]: audit 2023-12-26T16:39:55.554714+0000 mon.smithi046 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:56.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:56 smithi073 bash[29040]: audit 2023-12-26T16:39:55.559181+0000 mon.smithi046 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:56.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:56 smithi073 bash[29040]: cluster 2023-12-26T16:39:55.569851+0000 mon.smithi046 (mon.0) 202 : cluster [DBG] mgrmap e18: smithi046.hnrily(active, since 49s), standbys: smithi073.ypoyfm 2023-12-26T16:39:56.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:56 smithi073 bash[29040]: audit 2023-12-26T16:39:55.572711+0000 mon.smithi046 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:56.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:56 smithi073 bash[29040]: audit 2023-12-26T16:39:55.573204+0000 mon.smithi046 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mgr metadata", "who": "smithi073.ypoyfm", "id": "smithi073.ypoyfm"}]: dispatch 2023-12-26T16:39:56.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:56 smithi073 bash[29040]: cephadm 2023-12-26T16:39:55.577007+0000 mgr.smithi046.hnrily (mgr.14180) 32 : cephadm [INF] Reconfiguring mon.smithi046 (unknown last config time)... 2023-12-26T16:39:56.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:56 smithi073 bash[29040]: audit 2023-12-26T16:39:55.577415+0000 mon.smithi046 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T16:39:56.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:56 smithi073 bash[29040]: audit 2023-12-26T16:39:55.578460+0000 mon.smithi046 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T16:39:56.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:56 smithi073 bash[29040]: audit 2023-12-26T16:39:55.579469+0000 mon.smithi046 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:39:56.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:56 smithi073 bash[29040]: cephadm 2023-12-26T16:39:55.580341+0000 mgr.smithi046.hnrily (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon mon.smithi046 on smithi046 2023-12-26T16:39:56.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:56 smithi073 bash[29040]: audit 2023-12-26T16:39:55.790905+0000 mon.smithi046 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.73:0/697872953' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-26T16:39:56.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:56 smithi073 bash[29040]: audit 2023-12-26T16:39:56.466481+0000 mon.smithi046 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-12-26T16:39:57.732 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:57 smithi046 bash[24815]: cluster 2023-12-26T16:39:56.566471+0000 mgr.smithi046.hnrily (mgr.14180) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:39:57.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:57 smithi073 bash[29040]: cluster 2023-12-26T16:39:56.566471+0000 mgr.smithi046.hnrily (mgr.14180) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:39:59.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:59 smithi046 bash[24815]: audit 2023-12-26T16:39:58.508134+0000 mon.smithi046 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:59.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:59 smithi046 bash[24815]: cephadm 2023-12-26T16:39:58.509208+0000 mgr.smithi046.hnrily (mgr.14180) 35 : cephadm [INF] Reconfiguring mgr.smithi046.hnrily (unknown last config time)... 2023-12-26T16:39:59.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:59 smithi046 bash[24815]: audit 2023-12-26T16:39:58.509702+0000 mon.smithi046 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi046.hnrily", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T16:39:59.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:59 smithi046 bash[24815]: audit 2023-12-26T16:39:58.511065+0000 mon.smithi046 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-26T16:39:59.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:59 smithi046 bash[24815]: audit 2023-12-26T16:39:58.512274+0000 mon.smithi046 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:39:59.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:59 smithi046 bash[24815]: cephadm 2023-12-26T16:39:58.513295+0000 mgr.smithi046.hnrily (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon mgr.smithi046.hnrily on smithi046 2023-12-26T16:39:59.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:39:59 smithi046 bash[24815]: cluster 2023-12-26T16:39:58.566933+0000 mgr.smithi046.hnrily (mgr.14180) 37 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:39:59.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:59 smithi073 bash[29040]: audit 2023-12-26T16:39:58.508134+0000 mon.smithi046 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:39:59.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:59 smithi073 bash[29040]: cephadm 2023-12-26T16:39:58.509208+0000 mgr.smithi046.hnrily (mgr.14180) 35 : cephadm [INF] Reconfiguring mgr.smithi046.hnrily (unknown last config time)... 2023-12-26T16:39:59.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:59 smithi073 bash[29040]: audit 2023-12-26T16:39:58.509702+0000 mon.smithi046 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi046.hnrily", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T16:39:59.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:59 smithi073 bash[29040]: audit 2023-12-26T16:39:58.511065+0000 mon.smithi046 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-26T16:39:59.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:59 smithi073 bash[29040]: audit 2023-12-26T16:39:58.512274+0000 mon.smithi046 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:39:59.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:59 smithi073 bash[29040]: cephadm 2023-12-26T16:39:58.513295+0000 mgr.smithi046.hnrily (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon mgr.smithi046.hnrily on smithi046 2023-12-26T16:39:59.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:39:59 smithi073 bash[29040]: cluster 2023-12-26T16:39:58.566933+0000 mgr.smithi046.hnrily (mgr.14180) 37 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:00.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:00 smithi046 bash[24815]: cluster 2023-12-26T16:40:00.000159+0000 mon.smithi046 (mon.0) 214 : cluster [INF] overall HEALTH_OK 2023-12-26T16:40:00.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:00 smithi073 bash[29040]: cluster 2023-12-26T16:40:00.000159+0000 mon.smithi046 (mon.0) 214 : cluster [INF] overall HEALTH_OK 2023-12-26T16:40:01.259 INFO:teuthology.orchestra.run.smithi046.stdout:# minimal ceph.conf for d700a870-a40c-11ee-95a5-87774f69a715 2023-12-26T16:40:01.259 INFO:teuthology.orchestra.run.smithi046.stdout:[global] 2023-12-26T16:40:01.260 INFO:teuthology.orchestra.run.smithi046.stdout: fsid = d700a870-a40c-11ee-95a5-87774f69a715 2023-12-26T16:40:01.260 INFO:teuthology.orchestra.run.smithi046.stdout: mon_host = [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] 2023-12-26T16:40:01.623 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:01 smithi046 bash[24815]: cluster 2023-12-26T16:40:00.567426+0000 mgr.smithi046.hnrily (mgr.14180) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:01.623 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:01 smithi046 bash[24815]: audit 2023-12-26T16:40:01.283543+0000 mon.smithi046 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.46:0/2380627764' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:40:01.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:01 smithi073 bash[29040]: cluster 2023-12-26T16:40:00.567426+0000 mgr.smithi046.hnrily (mgr.14180) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:01.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:01 smithi073 bash[29040]: audit 2023-12-26T16:40:01.283543+0000 mon.smithi046 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.46:0/2380627764' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:40:02.487 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-26T16:40:02.487 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-12-26T16:40:02.487 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.conf 2023-12-26T16:40:02.498 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-12-26T16:40:02.498 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-26T16:40:02.555 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-26T16:40:02.555 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/ceph/ceph.conf 2023-12-26T16:40:02.571 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-26T16:40:02.571 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-26T16:40:02.626 INFO:tasks.cephadm:Deploying OSDs... 2023-12-26T16:40:02.626 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-12-26T16:40:02.626 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/scratch_devs of=/dev/stdout 2023-12-26T16:40:02.633 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-26T16:40:02.633 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/nvme1n1 2023-12-26T16:40:02.686 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/nvme1n1 2023-12-26T16:40:02.686 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-26T16:40:02.686 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 522 Links: 1 Device type: 103,2 2023-12-26T16:40:02.686 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-26T16:40:02.686 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2023-12-26 16:38:22.870510806 +0000 2023-12-26T16:40:02.686 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2023-12-26 16:38:22.746513665 +0000 2023-12-26T16:40:02.686 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2023-12-26 16:38:22.746513665 +0000 2023-12-26T16:40:02.686 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2023-12-26T16:40:02.686 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-26T16:40:02.737 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:02 smithi046 bash[24815]: audit 2023-12-26T16:40:01.558682+0000 mon.smithi046 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:02.737 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:02 smithi046 bash[24815]: cephadm 2023-12-26T16:40:01.560124+0000 mgr.smithi046.hnrily (mgr.14180) 39 : cephadm [INF] Reconfiguring alertmanager.smithi046 (dependencies changed)... 2023-12-26T16:40:02.737 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:02 smithi046 bash[24815]: cephadm 2023-12-26T16:40:01.572839+0000 mgr.smithi046.hnrily (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon alertmanager.smithi046 on smithi046 2023-12-26T16:40:02.739 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2023-12-26T16:40:02.740 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2023-12-26T16:40:02.740 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000358982 s, 1.4 MB/s 2023-12-26T16:40:02.741 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-26T16:40:02.793 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/nvme2n1 2023-12-26T16:40:02.845 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/nvme2n1 2023-12-26T16:40:02.845 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-26T16:40:02.846 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 530 Links: 1 Device type: 103,4 2023-12-26T16:40:02.846 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-26T16:40:02.846 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2023-12-26 16:38:22.890510345 +0000 2023-12-26T16:40:02.846 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2023-12-26 16:38:22.746513665 +0000 2023-12-26T16:40:02.846 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2023-12-26 16:38:22.746513665 +0000 2023-12-26T16:40:02.846 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2023-12-26T16:40:02.846 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-26T16:40:02.903 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2023-12-26T16:40:02.904 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2023-12-26T16:40:02.904 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000209689 s, 2.4 MB/s 2023-12-26T16:40:02.904 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-26T16:40:02.956 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/nvme3n1 2023-12-26T16:40:02.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:02 smithi073 bash[29040]: audit 2023-12-26T16:40:01.558682+0000 mon.smithi046 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:02.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:02 smithi073 bash[29040]: cephadm 2023-12-26T16:40:01.560124+0000 mgr.smithi046.hnrily (mgr.14180) 39 : cephadm [INF] Reconfiguring alertmanager.smithi046 (dependencies changed)... 2023-12-26T16:40:02.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:02 smithi073 bash[29040]: cephadm 2023-12-26T16:40:01.572839+0000 mgr.smithi046.hnrily (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon alertmanager.smithi046 on smithi046 2023-12-26T16:40:03.006 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/nvme3n1 2023-12-26T16:40:03.006 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-26T16:40:03.006 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 538 Links: 1 Device type: 103,6 2023-12-26T16:40:03.006 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-26T16:40:03.006 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2023-12-26 16:38:22.902510067 +0000 2023-12-26T16:40:03.006 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2023-12-26 16:38:22.746513665 +0000 2023-12-26T16:40:03.006 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2023-12-26 16:38:22.746513665 +0000 2023-12-26T16:40:03.006 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2023-12-26T16:40:03.007 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-26T16:40:03.056 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2023-12-26T16:40:03.057 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2023-12-26T16:40:03.057 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000340006 s, 1.5 MB/s 2023-12-26T16:40:03.058 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-26T16:40:03.108 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/nvme4n1 2023-12-26T16:40:03.156 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/nvme4n1 2023-12-26T16:40:03.157 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-26T16:40:03.157 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 546 Links: 1 Device type: 103,8 2023-12-26T16:40:03.157 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-26T16:40:03.157 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2023-12-26 16:38:22.918509699 +0000 2023-12-26T16:40:03.157 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2023-12-26 16:38:22.750513573 +0000 2023-12-26T16:40:03.157 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2023-12-26 16:38:22.750513573 +0000 2023-12-26T16:40:03.157 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2023-12-26T16:40:03.157 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-26T16:40:03.213 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2023-12-26T16:40:03.213 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2023-12-26T16:40:03.213 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000297659 s, 1.7 MB/s 2023-12-26T16:40:03.214 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-26T16:40:03.272 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-26T16:40:03.272 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/scratch_devs of=/dev/stdout 2023-12-26T16:40:03.280 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-26T16:40:03.280 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/nvme1n1 2023-12-26T16:40:03.332 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/nvme1n1 2023-12-26T16:40:03.332 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-26T16:40:03.332 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 526 Links: 1 Device type: 103,2 2023-12-26T16:40:03.332 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-26T16:40:03.332 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-12-26 16:39:33.996908958 +0000 2023-12-26T16:40:03.333 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-12-26 16:39:33.872911962 +0000 2023-12-26T16:40:03.333 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-12-26 16:39:33.872911962 +0000 2023-12-26T16:40:03.333 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-12-26T16:40:03.333 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-26T16:40:03.390 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-12-26T16:40:03.390 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-12-26T16:40:03.391 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000530752 s, 965 kB/s 2023-12-26T16:40:03.391 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-26T16:40:03.445 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/nvme2n1 2023-12-26T16:40:03.495 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/nvme2n1 2023-12-26T16:40:03.495 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-26T16:40:03.495 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 534 Links: 1 Device type: 103,4 2023-12-26T16:40:03.495 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-26T16:40:03.495 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-12-26 16:39:34.012908571 +0000 2023-12-26T16:40:03.496 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-12-26 16:39:33.876911865 +0000 2023-12-26T16:40:03.496 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-12-26 16:39:33.876911865 +0000 2023-12-26T16:40:03.496 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-12-26T16:40:03.496 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-26T16:40:03.548 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-12-26T16:40:03.548 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-12-26T16:40:03.548 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.00039666 s, 1.3 MB/s 2023-12-26T16:40:03.549 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-26T16:40:03.601 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/nvme3n1 2023-12-26T16:40:03.651 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/nvme3n1 2023-12-26T16:40:03.651 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-26T16:40:03.651 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 542 Links: 1 Device type: 103,6 2023-12-26T16:40:03.651 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-26T16:40:03.652 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-12-26 16:39:34.032908086 +0000 2023-12-26T16:40:03.652 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-12-26 16:39:33.876911865 +0000 2023-12-26T16:40:03.652 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-12-26 16:39:33.876911865 +0000 2023-12-26T16:40:03.652 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-12-26T16:40:03.652 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-26T16:40:03.708 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:03 smithi073 bash[29040]: cluster 2023-12-26T16:40:02.567838+0000 mgr.smithi046.hnrily (mgr.14180) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:03.710 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-12-26T16:40:03.710 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-12-26T16:40:03.710 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000462274 s, 1.1 MB/s 2023-12-26T16:40:03.712 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-26T16:40:03.768 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/nvme4n1 2023-12-26T16:40:03.819 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/nvme4n1 2023-12-26T16:40:03.819 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-26T16:40:03.819 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 550 Links: 1 Device type: 103,8 2023-12-26T16:40:03.819 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-26T16:40:03.819 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-12-26 16:39:34.048907700 +0000 2023-12-26T16:40:03.819 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-12-26 16:39:33.876911865 +0000 2023-12-26T16:40:03.819 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-12-26 16:39:33.876911865 +0000 2023-12-26T16:40:03.819 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-12-26T16:40:03.819 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-26T16:40:03.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:03 smithi046 bash[24815]: cluster 2023-12-26T16:40:02.567838+0000 mgr.smithi046.hnrily (mgr.14180) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:03.874 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-12-26T16:40:03.875 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-12-26T16:40:03.875 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000482849 s, 1.1 MB/s 2023-12-26T16:40:03.876 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-26T16:40:03.933 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch apply osd --all-available-devices 2023-12-26T16:40:05.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:05 smithi073 bash[29040]: cluster 2023-12-26T16:40:04.568304+0000 mgr.smithi046.hnrily (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:06.007 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:05 smithi046 bash[24815]: cluster 2023-12-26T16:40:04.568304+0000 mgr.smithi046.hnrily (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:07.129 INFO:teuthology.orchestra.run.smithi073.stdout:Scheduled osd.all-available-devices update... 2023-12-26T16:40:07.466 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:07 smithi073 bash[29040]: audit 2023-12-26T16:40:06.268534+0000 mon.smithi046 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:07.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:07 smithi073 bash[29040]: cephadm 2023-12-26T16:40:06.269588+0000 mgr.smithi046.hnrily (mgr.14180) 43 : cephadm [INF] Reconfiguring crash.smithi046 (monmap changed)... 2023-12-26T16:40:07.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:07 smithi073 bash[29040]: audit 2023-12-26T16:40:06.270167+0000 mon.smithi046 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-26T16:40:07.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:07 smithi073 bash[29040]: audit 2023-12-26T16:40:06.271581+0000 mon.smithi046 (mon.0) 219 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:40:07.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:07 smithi073 bash[29040]: cephadm 2023-12-26T16:40:06.272479+0000 mgr.smithi046.hnrily (mgr.14180) 44 : cephadm [INF] Reconfiguring daemon crash.smithi046 on smithi046 2023-12-26T16:40:07.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:07 smithi073 bash[29040]: cluster 2023-12-26T16:40:06.568740+0000 mgr.smithi046.hnrily (mgr.14180) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:07.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:07 smithi073 bash[29040]: audit 2023-12-26T16:40:07.152362+0000 mon.smithi046 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:07.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:07 smithi046 bash[24815]: audit 2023-12-26T16:40:06.268534+0000 mon.smithi046 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:07.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:07 smithi046 bash[24815]: cephadm 2023-12-26T16:40:06.269588+0000 mgr.smithi046.hnrily (mgr.14180) 43 : cephadm [INF] Reconfiguring crash.smithi046 (monmap changed)... 2023-12-26T16:40:07.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:07 smithi046 bash[24815]: audit 2023-12-26T16:40:06.270167+0000 mon.smithi046 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-26T16:40:07.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:07 smithi046 bash[24815]: audit 2023-12-26T16:40:06.271581+0000 mon.smithi046 (mon.0) 219 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:40:07.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:07 smithi046 bash[24815]: cephadm 2023-12-26T16:40:06.272479+0000 mgr.smithi046.hnrily (mgr.14180) 44 : cephadm [INF] Reconfiguring daemon crash.smithi046 on smithi046 2023-12-26T16:40:07.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:07 smithi046 bash[24815]: cluster 2023-12-26T16:40:06.568740+0000 mgr.smithi046.hnrily (mgr.14180) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:07.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:07 smithi046 bash[24815]: audit 2023-12-26T16:40:07.152362+0000 mon.smithi046 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:07.858 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-26T16:40:07.858 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-26T16:40:08.323 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:08 smithi046 bash[24815]: audit 2023-12-26T16:40:07.140586+0000 mgr.smithi046.hnrily (mgr.14180) 46 : audit [DBG] from='client.24105 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:40:08.323 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:08 smithi046 bash[24815]: cephadm 2023-12-26T16:40:07.145586+0000 mgr.smithi046.hnrily (mgr.14180) 47 : cephadm [INF] Marking host: smithi046 for OSDSpec preview refresh. 2023-12-26T16:40:08.323 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:08 smithi046 bash[24815]: cephadm 2023-12-26T16:40:07.145764+0000 mgr.smithi046.hnrily (mgr.14180) 48 : cephadm [INF] Marking host: smithi073 for OSDSpec preview refresh. 2023-12-26T16:40:08.323 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:08 smithi046 bash[24815]: cephadm 2023-12-26T16:40:07.146552+0000 mgr.smithi046.hnrily (mgr.14180) 49 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-26T16:40:08.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:08 smithi073 bash[29040]: audit 2023-12-26T16:40:07.140586+0000 mgr.smithi046.hnrily (mgr.14180) 46 : audit [DBG] from='client.24105 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:40:08.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:08 smithi073 bash[29040]: cephadm 2023-12-26T16:40:07.145586+0000 mgr.smithi046.hnrily (mgr.14180) 47 : cephadm [INF] Marking host: smithi046 for OSDSpec preview refresh. 2023-12-26T16:40:08.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:08 smithi073 bash[29040]: cephadm 2023-12-26T16:40:07.145764+0000 mgr.smithi046.hnrily (mgr.14180) 48 : cephadm [INF] Marking host: smithi073 for OSDSpec preview refresh. 2023-12-26T16:40:08.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:08 smithi073 bash[29040]: cephadm 2023-12-26T16:40:07.146552+0000 mgr.smithi046.hnrily (mgr.14180) 49 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-26T16:40:09.477 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:09 smithi046 bash[24815]: cluster 2023-12-26T16:40:08.569237+0000 mgr.smithi046.hnrily (mgr.14180) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:09.478 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:09 smithi046 bash[24815]: audit 2023-12-26T16:40:08.912364+0000 mon.smithi046 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:09.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:09 smithi073 bash[29040]: cluster 2023-12-26T16:40:08.569237+0000 mgr.smithi046.hnrily (mgr.14180) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:09.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:09 smithi073 bash[29040]: audit 2023-12-26T16:40:08.912364+0000 mon.smithi046 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:10.557 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:10 smithi046 bash[24815]: cephadm 2023-12-26T16:40:08.913362+0000 mgr.smithi046.hnrily (mgr.14180) 51 : cephadm [INF] Reconfiguring grafana.smithi046 (dependencies changed)... 2023-12-26T16:40:10.557 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:10 smithi046 bash[24815]: cephadm 2023-12-26T16:40:08.956015+0000 mgr.smithi046.hnrily (mgr.14180) 52 : cephadm [INF] Reconfiguring daemon grafana.smithi046 on smithi046 2023-12-26T16:40:10.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:10 smithi073 bash[29040]: cephadm 2023-12-26T16:40:08.913362+0000 mgr.smithi046.hnrily (mgr.14180) 51 : cephadm [INF] Reconfiguring grafana.smithi046 (dependencies changed)... 2023-12-26T16:40:10.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:10 smithi073 bash[29040]: cephadm 2023-12-26T16:40:08.956015+0000 mgr.smithi046.hnrily (mgr.14180) 52 : cephadm [INF] Reconfiguring daemon grafana.smithi046 on smithi046 2023-12-26T16:40:11.323 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:11 smithi046 bash[24815]: cluster 2023-12-26T16:40:10.569553+0000 mgr.smithi046.hnrily (mgr.14180) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:11.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:11 smithi073 bash[29040]: cluster 2023-12-26T16:40:10.569553+0000 mgr.smithi046.hnrily (mgr.14180) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:12.697 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:40:13.583 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-26T16:40:13.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:13 smithi046 bash[24815]: cluster 2023-12-26T16:40:12.569852+0000 mgr.smithi046.hnrily (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:13.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:13 smithi046 bash[24815]: audit 2023-12-26T16:40:12.721034+0000 mon.smithi046 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.46:0/566818283' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:40:13.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:13 smithi073 bash[29040]: cluster 2023-12-26T16:40:12.569852+0000 mgr.smithi046.hnrily (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:13.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:13 smithi073 bash[29040]: audit 2023-12-26T16:40:12.721034+0000 mon.smithi046 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.46:0/566818283' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:40:14.583 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-26T16:40:15.732 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:15 smithi046 bash[24815]: cluster 2023-12-26T16:40:14.570258+0000 mgr.smithi046.hnrily (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:15.732 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:15 smithi046 bash[24815]: audit 2023-12-26T16:40:15.485218+0000 mon.smithi046 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:15.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:15 smithi073 bash[29040]: cluster 2023-12-26T16:40:14.570258+0000 mgr.smithi046.hnrily (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:15.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:15 smithi073 bash[29040]: audit 2023-12-26T16:40:15.485218+0000 mon.smithi046 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:16.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:16 smithi046 bash[24815]: cephadm 2023-12-26T16:40:15.486353+0000 mgr.smithi046.hnrily (mgr.14180) 56 : cephadm [INF] Reconfiguring prometheus.smithi046 (dependencies changed)... 2023-12-26T16:40:16.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:16 smithi046 bash[24815]: cephadm 2023-12-26T16:40:15.492024+0000 mgr.smithi046.hnrily (mgr.14180) 57 : cephadm [INF] Reconfiguring daemon prometheus.smithi046 on smithi046 2023-12-26T16:40:16.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:16 smithi073 bash[29040]: cephadm 2023-12-26T16:40:15.486353+0000 mgr.smithi046.hnrily (mgr.14180) 56 : cephadm [INF] Reconfiguring prometheus.smithi046 (dependencies changed)... 2023-12-26T16:40:16.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:16 smithi073 bash[29040]: cephadm 2023-12-26T16:40:15.492024+0000 mgr.smithi046.hnrily (mgr.14180) 57 : cephadm [INF] Reconfiguring daemon prometheus.smithi046 on smithi046 2023-12-26T16:40:17.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:17 smithi073 bash[29040]: cluster 2023-12-26T16:40:16.570697+0000 mgr.smithi046.hnrily (mgr.14180) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:18.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:17 smithi046 bash[24815]: cluster 2023-12-26T16:40:16.570697+0000 mgr.smithi046.hnrily (mgr.14180) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:19.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:19 smithi046 bash[24815]: cluster 2023-12-26T16:40:18.571179+0000 mgr.smithi046.hnrily (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:19.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:19 smithi073 bash[29040]: cluster 2023-12-26T16:40:18.571179+0000 mgr.smithi046.hnrily (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:20.454 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:40:21.518 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:21 smithi046 bash[24815]: audit 2023-12-26T16:40:20.478685+0000 mon.smithi046 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.46:0/3681758869' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:40:21.518 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:21 smithi046 bash[24815]: cluster 2023-12-26T16:40:20.571625+0000 mgr.smithi046.hnrily (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:21.519 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-26T16:40:21.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:21 smithi073 bash[29040]: audit 2023-12-26T16:40:20.478685+0000 mon.smithi046 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.46:0/3681758869' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:40:21.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:21 smithi073 bash[29040]: cluster 2023-12-26T16:40:20.571625+0000 mgr.smithi046.hnrily (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:22.521 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-26T16:40:23.747 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:23 smithi073 bash[29040]: audit 2023-12-26T16:40:22.511332+0000 mon.smithi046 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:23.747 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:23 smithi073 bash[29040]: cephadm 2023-12-26T16:40:22.512699+0000 mgr.smithi046.hnrily (mgr.14180) 61 : cephadm [INF] Reconfiguring crash.smithi073 (monmap changed)... 2023-12-26T16:40:23.747 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:23 smithi073 bash[29040]: audit 2023-12-26T16:40:22.513280+0000 mon.smithi046 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-26T16:40:23.747 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:23 smithi073 bash[29040]: audit 2023-12-26T16:40:22.514728+0000 mon.smithi046 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:40:23.747 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:23 smithi073 bash[29040]: cephadm 2023-12-26T16:40:22.515837+0000 mgr.smithi046.hnrily (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon crash.smithi073 on smithi073 2023-12-26T16:40:23.747 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:23 smithi073 bash[29040]: cluster 2023-12-26T16:40:22.572032+0000 mgr.smithi046.hnrily (mgr.14180) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:23.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:23 smithi046 bash[24815]: audit 2023-12-26T16:40:22.511332+0000 mon.smithi046 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:23.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:23 smithi046 bash[24815]: cephadm 2023-12-26T16:40:22.512699+0000 mgr.smithi046.hnrily (mgr.14180) 61 : cephadm [INF] Reconfiguring crash.smithi073 (monmap changed)... 2023-12-26T16:40:23.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:23 smithi046 bash[24815]: audit 2023-12-26T16:40:22.513280+0000 mon.smithi046 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-26T16:40:23.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:23 smithi046 bash[24815]: audit 2023-12-26T16:40:22.514728+0000 mon.smithi046 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:40:23.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:23 smithi046 bash[24815]: cephadm 2023-12-26T16:40:22.515837+0000 mgr.smithi046.hnrily (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon crash.smithi073 on smithi073 2023-12-26T16:40:23.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:23 smithi046 bash[24815]: cluster 2023-12-26T16:40:22.572032+0000 mgr.smithi046.hnrily (mgr.14180) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:25.675 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:25 smithi073 bash[29040]: audit 2023-12-26T16:40:24.427859+0000 mon.smithi046 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:25.675 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:25 smithi073 bash[29040]: cephadm 2023-12-26T16:40:24.428709+0000 mgr.smithi046.hnrily (mgr.14180) 64 : cephadm [INF] Reconfiguring mgr.smithi073.ypoyfm (monmap changed)... 2023-12-26T16:40:25.675 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:25 smithi073 bash[29040]: audit 2023-12-26T16:40:24.429095+0000 mon.smithi046 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi073.ypoyfm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T16:40:25.675 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:25 smithi073 bash[29040]: audit 2023-12-26T16:40:24.430456+0000 mon.smithi046 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-26T16:40:25.675 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:25 smithi073 bash[29040]: audit 2023-12-26T16:40:24.431622+0000 mon.smithi046 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:40:25.675 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:25 smithi073 bash[29040]: cephadm 2023-12-26T16:40:24.432564+0000 mgr.smithi046.hnrily (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon mgr.smithi073.ypoyfm on smithi073 2023-12-26T16:40:25.675 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:25 smithi073 bash[29040]: cluster 2023-12-26T16:40:24.572527+0000 mgr.smithi046.hnrily (mgr.14180) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:25.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:25 smithi046 bash[24815]: audit 2023-12-26T16:40:24.427859+0000 mon.smithi046 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:25.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:25 smithi046 bash[24815]: cephadm 2023-12-26T16:40:24.428709+0000 mgr.smithi046.hnrily (mgr.14180) 64 : cephadm [INF] Reconfiguring mgr.smithi073.ypoyfm (monmap changed)... 2023-12-26T16:40:25.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:25 smithi046 bash[24815]: audit 2023-12-26T16:40:24.429095+0000 mon.smithi046 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi073.ypoyfm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-26T16:40:25.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:25 smithi046 bash[24815]: audit 2023-12-26T16:40:24.430456+0000 mon.smithi046 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-26T16:40:25.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:25 smithi046 bash[24815]: audit 2023-12-26T16:40:24.431622+0000 mon.smithi046 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:40:25.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:25 smithi046 bash[24815]: cephadm 2023-12-26T16:40:24.432564+0000 mgr.smithi046.hnrily (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon mgr.smithi073.ypoyfm on smithi073 2023-12-26T16:40:25.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:25 smithi046 bash[24815]: cluster 2023-12-26T16:40:24.572527+0000 mgr.smithi046.hnrily (mgr.14180) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:25.975 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:40:26.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:26 smithi046 bash[24815]: audit 2023-12-26T16:40:25.999574+0000 mon.smithi046 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.46:0/4132141553' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:40:26.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:26 smithi046 bash[24815]: audit 2023-12-26T16:40:26.151413+0000 mon.smithi046 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:26.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:26 smithi046 bash[24815]: audit 2023-12-26T16:40:26.153254+0000 mon.smithi046 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T16:40:26.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:26 smithi046 bash[24815]: audit 2023-12-26T16:40:26.154617+0000 mon.smithi046 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T16:40:26.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:26 smithi046 bash[24815]: audit 2023-12-26T16:40:26.155906+0000 mon.smithi046 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:40:26.675 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-26T16:40:26.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:26 smithi073 bash[29040]: audit 2023-12-26T16:40:25.999574+0000 mon.smithi046 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.46:0/4132141553' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:40:26.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:26 smithi073 bash[29040]: audit 2023-12-26T16:40:26.151413+0000 mon.smithi046 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:26.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:26 smithi073 bash[29040]: audit 2023-12-26T16:40:26.153254+0000 mon.smithi046 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-26T16:40:26.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:26 smithi073 bash[29040]: audit 2023-12-26T16:40:26.154617+0000 mon.smithi046 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-26T16:40:26.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:26 smithi073 bash[29040]: audit 2023-12-26T16:40:26.155906+0000 mon.smithi046 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:40:27.676 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-26T16:40:27.690 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:27 smithi046 bash[24815]: cephadm 2023-12-26T16:40:26.152711+0000 mgr.smithi046.hnrily (mgr.14180) 67 : cephadm [INF] Reconfiguring mon.smithi073 (monmap changed)... 2023-12-26T16:40:27.691 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:27 smithi046 bash[24815]: cephadm 2023-12-26T16:40:26.156984+0000 mgr.smithi046.hnrily (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon mon.smithi073 on smithi073 2023-12-26T16:40:27.691 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:27 smithi046 bash[24815]: cluster 2023-12-26T16:40:26.572989+0000 mgr.smithi046.hnrily (mgr.14180) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:27.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:27 smithi073 bash[29040]: cephadm 2023-12-26T16:40:26.152711+0000 mgr.smithi046.hnrily (mgr.14180) 67 : cephadm [INF] Reconfiguring mon.smithi073 (monmap changed)... 2023-12-26T16:40:27.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:27 smithi073 bash[29040]: cephadm 2023-12-26T16:40:26.156984+0000 mgr.smithi046.hnrily (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon mon.smithi073 on smithi073 2023-12-26T16:40:27.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:27 smithi073 bash[29040]: cluster 2023-12-26T16:40:26.572989+0000 mgr.smithi046.hnrily (mgr.14180) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:29.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:28 smithi073 bash[29040]: audit 2023-12-26T16:40:27.964487+0000 mon.smithi046 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:29.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:28 smithi073 bash[29040]: audit 2023-12-26T16:40:27.969208+0000 mon.smithi046 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-26T16:40:29.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:28 smithi073 bash[29040]: audit 2023-12-26T16:40:27.969700+0000 mgr.smithi046.hnrily (mgr.14180) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-26T16:40:29.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:28 smithi073 bash[29040]: audit 2023-12-26T16:40:27.971466+0000 mon.smithi046 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi046.front.sepia.ceph.com:9093"}]: dispatch 2023-12-26T16:40:29.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:28 smithi073 bash[29040]: audit 2023-12-26T16:40:27.972071+0000 mgr.smithi046.hnrily (mgr.14180) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi046.front.sepia.ceph.com:9093"}]: dispatch 2023-12-26T16:40:29.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:28 smithi073 bash[29040]: audit 2023-12-26T16:40:27.978821+0000 mon.smithi046 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:29.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:28 smithi073 bash[29040]: audit 2023-12-26T16:40:27.987625+0000 mon.smithi046 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-26T16:40:29.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:28 smithi073 bash[29040]: audit 2023-12-26T16:40:27.988147+0000 mgr.smithi046.hnrily (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-26T16:40:29.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:28 smithi073 bash[29040]: audit 2023-12-26T16:40:27.992434+0000 mon.smithi046 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046.front.sepia.ceph.com:3000"}]: dispatch 2023-12-26T16:40:29.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:28 smithi073 bash[29040]: audit 2023-12-26T16:40:27.992857+0000 mgr.smithi046.hnrily (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046.front.sepia.ceph.com:3000"}]: dispatch 2023-12-26T16:40:29.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:28 smithi073 bash[29040]: audit 2023-12-26T16:40:27.999132+0000 mon.smithi046 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:29.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:28 smithi073 bash[29040]: audit 2023-12-26T16:40:28.004807+0000 mon.smithi046 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-26T16:40:29.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:28 smithi073 bash[29040]: audit 2023-12-26T16:40:28.005381+0000 mgr.smithi046.hnrily (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-26T16:40:29.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:28 smithi073 bash[29040]: audit 2023-12-26T16:40:28.012250+0000 mon.smithi046 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi046.front.sepia.ceph.com:9095"}]: dispatch 2023-12-26T16:40:29.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:28 smithi073 bash[29040]: audit 2023-12-26T16:40:28.012713+0000 mgr.smithi046.hnrily (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi046.front.sepia.ceph.com:9095"}]: dispatch 2023-12-26T16:40:29.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:28 smithi073 bash[29040]: audit 2023-12-26T16:40:28.017700+0000 mon.smithi046 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:29.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:28 smithi073 bash[29040]: audit 2023-12-26T16:40:28.024840+0000 mon.smithi046 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:40:29.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:28 smithi073 bash[29040]: cluster 2023-12-26T16:40:28.573452+0000 mgr.smithi046.hnrily (mgr.14180) 76 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:29.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:28 smithi046 bash[24815]: audit 2023-12-26T16:40:27.964487+0000 mon.smithi046 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:29.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:28 smithi046 bash[24815]: audit 2023-12-26T16:40:27.969208+0000 mon.smithi046 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-26T16:40:29.221 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:28 smithi046 bash[24815]: audit 2023-12-26T16:40:27.969700+0000 mgr.smithi046.hnrily (mgr.14180) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-26T16:40:29.221 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:28 smithi046 bash[24815]: audit 2023-12-26T16:40:27.971466+0000 mon.smithi046 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi046.front.sepia.ceph.com:9093"}]: dispatch 2023-12-26T16:40:29.221 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:28 smithi046 bash[24815]: audit 2023-12-26T16:40:27.972071+0000 mgr.smithi046.hnrily (mgr.14180) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi046.front.sepia.ceph.com:9093"}]: dispatch 2023-12-26T16:40:29.221 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:28 smithi046 bash[24815]: audit 2023-12-26T16:40:27.978821+0000 mon.smithi046 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:29.221 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:28 smithi046 bash[24815]: audit 2023-12-26T16:40:27.987625+0000 mon.smithi046 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-26T16:40:29.221 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:28 smithi046 bash[24815]: audit 2023-12-26T16:40:27.988147+0000 mgr.smithi046.hnrily (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-26T16:40:29.221 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:28 smithi046 bash[24815]: audit 2023-12-26T16:40:27.992434+0000 mon.smithi046 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046.front.sepia.ceph.com:3000"}]: dispatch 2023-12-26T16:40:29.221 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:28 smithi046 bash[24815]: audit 2023-12-26T16:40:27.992857+0000 mgr.smithi046.hnrily (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046.front.sepia.ceph.com:3000"}]: dispatch 2023-12-26T16:40:29.221 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:28 smithi046 bash[24815]: audit 2023-12-26T16:40:27.999132+0000 mon.smithi046 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:29.221 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:28 smithi046 bash[24815]: audit 2023-12-26T16:40:28.004807+0000 mon.smithi046 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-26T16:40:29.221 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:28 smithi046 bash[24815]: audit 2023-12-26T16:40:28.005381+0000 mgr.smithi046.hnrily (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-26T16:40:29.221 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:28 smithi046 bash[24815]: audit 2023-12-26T16:40:28.012250+0000 mon.smithi046 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi046.front.sepia.ceph.com:9095"}]: dispatch 2023-12-26T16:40:29.221 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:28 smithi046 bash[24815]: audit 2023-12-26T16:40:28.012713+0000 mgr.smithi046.hnrily (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi046.front.sepia.ceph.com:9095"}]: dispatch 2023-12-26T16:40:29.222 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:28 smithi046 bash[24815]: audit 2023-12-26T16:40:28.017700+0000 mon.smithi046 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:29.222 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:28 smithi046 bash[24815]: audit 2023-12-26T16:40:28.024840+0000 mon.smithi046 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:40:29.222 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:28 smithi046 bash[24815]: cluster 2023-12-26T16:40:28.573452+0000 mgr.smithi046.hnrily (mgr.14180) 76 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:30.884 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:40:31.567 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:31 smithi046 bash[24815]: cluster 2023-12-26T16:40:30.573925+0000 mgr.smithi046.hnrily (mgr.14180) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:31.567 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:31 smithi046 bash[24815]: audit 2023-12-26T16:40:30.908762+0000 mon.smithi046 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.46:0/3698431657' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:40:31.568 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-26T16:40:31.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:31 smithi073 bash[29040]: cluster 2023-12-26T16:40:30.573925+0000 mgr.smithi046.hnrily (mgr.14180) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:31.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:31 smithi073 bash[29040]: audit 2023-12-26T16:40:30.908762+0000 mon.smithi046 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.46:0/3698431657' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:40:32.569 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-26T16:40:33.902 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:33 smithi046 bash[24815]: cluster 2023-12-26T16:40:32.574278+0000 mgr.smithi046.hnrily (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:33.902 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:33 smithi046 bash[24815]: audit 2023-12-26T16:40:33.312529+0000 mon.smithi046 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:33.902 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:33 smithi046 bash[24815]: audit 2023-12-26T16:40:33.319239+0000 mon.smithi046 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:33.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:33 smithi073 bash[29040]: cluster 2023-12-26T16:40:32.574278+0000 mgr.smithi046.hnrily (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:33.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:33 smithi073 bash[29040]: audit 2023-12-26T16:40:33.312529+0000 mon.smithi046 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:33.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:33 smithi073 bash[29040]: audit 2023-12-26T16:40:33.319239+0000 mon.smithi046 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:35.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:35 smithi073 bash[29040]: audit 2023-12-26T16:40:34.044352+0000 mon.smithi046 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:35.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:35 smithi073 bash[29040]: audit 2023-12-26T16:40:34.320040+0000 mon.smithi046 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:35.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:35 smithi073 bash[29040]: audit 2023-12-26T16:40:34.321734+0000 mon.smithi046 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:40:35.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:35 smithi073 bash[29040]: audit 2023-12-26T16:40:34.322919+0000 mon.smithi046 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:40:35.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:35 smithi073 bash[29040]: audit 2023-12-26T16:40:34.330552+0000 mon.smithi046 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:35.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:35 smithi073 bash[29040]: audit 2023-12-26T16:40:34.335685+0000 mon.smithi046 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:40:35.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:35 smithi073 bash[29040]: audit 2023-12-26T16:40:34.341596+0000 mon.smithi046 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T16:40:35.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:35 smithi073 bash[29040]: audit 2023-12-26T16:40:34.343534+0000 mon.smithi046 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T16:40:35.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:35 smithi073 bash[29040]: audit 2023-12-26T16:40:34.343986+0000 mon.smithi046 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:40:35.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:35 smithi073 bash[29040]: audit 2023-12-26T16:40:34.344428+0000 mon.smithi046 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:40:35.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:35 smithi073 bash[29040]: cluster 2023-12-26T16:40:34.574711+0000 mgr.smithi046.hnrily (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:35.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:35 smithi046 bash[24815]: audit 2023-12-26T16:40:34.044352+0000 mon.smithi046 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:35.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:35 smithi046 bash[24815]: audit 2023-12-26T16:40:34.320040+0000 mon.smithi046 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:35.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:35 smithi046 bash[24815]: audit 2023-12-26T16:40:34.321734+0000 mon.smithi046 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:40:35.323 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:35 smithi046 bash[24815]: audit 2023-12-26T16:40:34.322919+0000 mon.smithi046 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:40:35.323 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:35 smithi046 bash[24815]: audit 2023-12-26T16:40:34.330552+0000 mon.smithi046 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:40:35.323 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:35 smithi046 bash[24815]: audit 2023-12-26T16:40:34.335685+0000 mon.smithi046 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:40:35.323 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:35 smithi046 bash[24815]: audit 2023-12-26T16:40:34.341596+0000 mon.smithi046 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T16:40:35.323 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:35 smithi046 bash[24815]: audit 2023-12-26T16:40:34.343534+0000 mon.smithi046 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T16:40:35.323 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:35 smithi046 bash[24815]: audit 2023-12-26T16:40:34.343986+0000 mon.smithi046 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:40:35.323 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:35 smithi046 bash[24815]: audit 2023-12-26T16:40:34.344428+0000 mon.smithi046 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:40:35.323 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:35 smithi046 bash[24815]: cluster 2023-12-26T16:40:34.574711+0000 mgr.smithi046.hnrily (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:35.562 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:40:36.254 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-26T16:40:36.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:36 smithi046 bash[24815]: audit 2023-12-26T16:40:35.586663+0000 mon.smithi046 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.46:0/1172630342' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:40:36.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:36 smithi073 bash[29040]: audit 2023-12-26T16:40:35.586663+0000 mon.smithi046 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.46:0/1172630342' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:40:37.255 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-26T16:40:37.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:37 smithi046 bash[24815]: cluster 2023-12-26T16:40:36.575101+0000 mgr.smithi046.hnrily (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:37.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:37 smithi073 bash[29040]: cluster 2023-12-26T16:40:36.575101+0000 mgr.smithi046.hnrily (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:39.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:39 smithi046 bash[24815]: cluster 2023-12-26T16:40:38.575560+0000 mgr.smithi046.hnrily (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:39.901 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:39 smithi073 bash[29040]: cluster 2023-12-26T16:40:38.575560+0000 mgr.smithi046.hnrily (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:40.584 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:40:41.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:41 smithi046 bash[24815]: cluster 2023-12-26T16:40:40.575946+0000 mgr.smithi046.hnrily (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:41.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:41 smithi046 bash[24815]: audit 2023-12-26T16:40:40.609258+0000 mon.smithi046 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.46:0/1104836873' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:40:41.601 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-26T16:40:41.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:41 smithi073 bash[29040]: cluster 2023-12-26T16:40:40.575946+0000 mgr.smithi046.hnrily (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:41.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:41 smithi073 bash[29040]: audit 2023-12-26T16:40:40.609258+0000 mon.smithi046 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.46:0/1104836873' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:40:42.603 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-26T16:40:43.960 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:43 smithi046 bash[24815]: cluster 2023-12-26T16:40:42.576327+0000 mgr.smithi046.hnrily (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:43.960 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:43 smithi046 bash[24815]: audit 2023-12-26T16:40:43.110975+0000 mon.smithi073 (mon.1) 2 : audit [INF] from='client.? 172.21.15.73:0/2772369908' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dbecfd65-5421-44d5-b80e-a18cbc10d3dd"}]: dispatch 2023-12-26T16:40:43.960 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:43 smithi046 bash[24815]: audit 2023-12-26T16:40:43.111906+0000 mon.smithi046 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dbecfd65-5421-44d5-b80e-a18cbc10d3dd"}]: dispatch 2023-12-26T16:40:43.960 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:43 smithi046 bash[24815]: audit 2023-12-26T16:40:43.119320+0000 mon.smithi046 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dbecfd65-5421-44d5-b80e-a18cbc10d3dd"}]': finished 2023-12-26T16:40:43.960 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:43 smithi046 bash[24815]: cluster 2023-12-26T16:40:43.119471+0000 mon.smithi046 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-26T16:40:43.960 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:43 smithi046 bash[24815]: audit 2023-12-26T16:40:43.119669+0000 mon.smithi046 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:40:43.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:43 smithi073 bash[29040]: cluster 2023-12-26T16:40:42.576327+0000 mgr.smithi046.hnrily (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:43.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:43 smithi073 bash[29040]: audit 2023-12-26T16:40:43.110975+0000 mon.smithi073 (mon.1) 2 : audit [INF] from='client.? 172.21.15.73:0/2772369908' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dbecfd65-5421-44d5-b80e-a18cbc10d3dd"}]: dispatch 2023-12-26T16:40:43.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:43 smithi073 bash[29040]: audit 2023-12-26T16:40:43.111906+0000 mon.smithi046 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dbecfd65-5421-44d5-b80e-a18cbc10d3dd"}]: dispatch 2023-12-26T16:40:43.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:43 smithi073 bash[29040]: audit 2023-12-26T16:40:43.119320+0000 mon.smithi046 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dbecfd65-5421-44d5-b80e-a18cbc10d3dd"}]': finished 2023-12-26T16:40:43.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:43 smithi073 bash[29040]: cluster 2023-12-26T16:40:43.119471+0000 mon.smithi046 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-26T16:40:43.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:43 smithi073 bash[29040]: audit 2023-12-26T16:40:43.119669+0000 mon.smithi046 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:40:44.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:44 smithi046 bash[24815]: audit 2023-12-26T16:40:44.031979+0000 mon.smithi046 (mon.0) 267 : audit [INF] from='client.? 172.21.15.46:0/1875498988' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fdc2ac9b-9280-42ee-b4e5-234603d8f272"}]: dispatch 2023-12-26T16:40:44.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:44 smithi046 bash[24815]: audit 2023-12-26T16:40:44.038777+0000 mon.smithi046 (mon.0) 268 : audit [INF] from='client.? 172.21.15.46:0/1875498988' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fdc2ac9b-9280-42ee-b4e5-234603d8f272"}]': finished 2023-12-26T16:40:44.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:44 smithi046 bash[24815]: cluster 2023-12-26T16:40:44.038953+0000 mon.smithi046 (mon.0) 269 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-26T16:40:44.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:44 smithi046 bash[24815]: audit 2023-12-26T16:40:44.039123+0000 mon.smithi046 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:40:44.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:44 smithi046 bash[24815]: audit 2023-12-26T16:40:44.039590+0000 mon.smithi046 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:40:44.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:44 smithi073 bash[29040]: audit 2023-12-26T16:40:44.031979+0000 mon.smithi046 (mon.0) 267 : audit [INF] from='client.? 172.21.15.46:0/1875498988' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fdc2ac9b-9280-42ee-b4e5-234603d8f272"}]: dispatch 2023-12-26T16:40:44.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:44 smithi073 bash[29040]: audit 2023-12-26T16:40:44.038777+0000 mon.smithi046 (mon.0) 268 : audit [INF] from='client.? 172.21.15.46:0/1875498988' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fdc2ac9b-9280-42ee-b4e5-234603d8f272"}]': finished 2023-12-26T16:40:44.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:44 smithi073 bash[29040]: cluster 2023-12-26T16:40:44.038953+0000 mon.smithi046 (mon.0) 269 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-26T16:40:44.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:44 smithi073 bash[29040]: audit 2023-12-26T16:40:44.039123+0000 mon.smithi046 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:40:44.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:44 smithi073 bash[29040]: audit 2023-12-26T16:40:44.039590+0000 mon.smithi046 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:40:45.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:45 smithi073 bash[29040]: cluster 2023-12-26T16:40:44.576785+0000 mgr.smithi046.hnrily (mgr.14180) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:45.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:45 smithi073 bash[29040]: audit 2023-12-26T16:40:44.815104+0000 mon.smithi046 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.73:0/2544591522' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T16:40:46.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:45 smithi046 bash[24815]: cluster 2023-12-26T16:40:44.576785+0000 mgr.smithi046.hnrily (mgr.14180) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:46.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:45 smithi046 bash[24815]: audit 2023-12-26T16:40:44.815104+0000 mon.smithi046 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.73:0/2544591522' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T16:40:46.163 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:40:46.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:46 smithi046 bash[24815]: audit 2023-12-26T16:40:46.187889+0000 mon.smithi046 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.46:0/3765206137' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:40:46.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:46 smithi046 bash[24815]: audit 2023-12-26T16:40:46.392511+0000 mon.smithi046 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.46:0/1742920362' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T16:40:46.900 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1703608844,"num_remapped_pgs":0} 2023-12-26T16:40:46.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:46 smithi073 bash[29040]: audit 2023-12-26T16:40:46.187889+0000 mon.smithi046 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.46:0/3765206137' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:40:46.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:46 smithi073 bash[29040]: audit 2023-12-26T16:40:46.392511+0000 mon.smithi046 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.46:0/1742920362' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T16:40:47.901 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-26T16:40:47.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:47 smithi073 bash[29040]: cluster 2023-12-26T16:40:46.577113+0000 mgr.smithi046.hnrily (mgr.14180) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:47.932 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:47 smithi046 bash[24815]: cluster 2023-12-26T16:40:46.577113+0000 mgr.smithi046.hnrily (mgr.14180) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:48.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:48 smithi073 bash[29040]: audit 2023-12-26T16:40:47.652775+0000 mon.smithi073 (mon.1) 3 : audit [INF] from='client.? 172.21.15.73:0/3486893333' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2d4c1535-216b-4a67-a4e4-271493e5f03d"}]: dispatch 2023-12-26T16:40:48.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:48 smithi073 bash[29040]: audit 2023-12-26T16:40:47.653607+0000 mon.smithi046 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2d4c1535-216b-4a67-a4e4-271493e5f03d"}]: dispatch 2023-12-26T16:40:48.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:48 smithi073 bash[29040]: audit 2023-12-26T16:40:47.659106+0000 mon.smithi046 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2d4c1535-216b-4a67-a4e4-271493e5f03d"}]': finished 2023-12-26T16:40:48.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:48 smithi073 bash[29040]: cluster 2023-12-26T16:40:47.659185+0000 mon.smithi046 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-26T16:40:48.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:48 smithi073 bash[29040]: audit 2023-12-26T16:40:47.659410+0000 mon.smithi046 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:40:48.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:48 smithi073 bash[29040]: audit 2023-12-26T16:40:47.659968+0000 mon.smithi046 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:40:48.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:48 smithi073 bash[29040]: audit 2023-12-26T16:40:47.660228+0000 mon.smithi046 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:40:48.984 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:48 smithi046 bash[24815]: audit 2023-12-26T16:40:47.652775+0000 mon.smithi073 (mon.1) 3 : audit [INF] from='client.? 172.21.15.73:0/3486893333' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2d4c1535-216b-4a67-a4e4-271493e5f03d"}]: dispatch 2023-12-26T16:40:48.984 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:48 smithi046 bash[24815]: audit 2023-12-26T16:40:47.653607+0000 mon.smithi046 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2d4c1535-216b-4a67-a4e4-271493e5f03d"}]: dispatch 2023-12-26T16:40:48.984 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:48 smithi046 bash[24815]: audit 2023-12-26T16:40:47.659106+0000 mon.smithi046 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2d4c1535-216b-4a67-a4e4-271493e5f03d"}]': finished 2023-12-26T16:40:48.984 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:48 smithi046 bash[24815]: cluster 2023-12-26T16:40:47.659185+0000 mon.smithi046 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-26T16:40:48.985 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:48 smithi046 bash[24815]: audit 2023-12-26T16:40:47.659410+0000 mon.smithi046 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:40:48.985 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:48 smithi046 bash[24815]: audit 2023-12-26T16:40:47.659968+0000 mon.smithi046 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:40:48.985 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:48 smithi046 bash[24815]: audit 2023-12-26T16:40:47.660228+0000 mon.smithi046 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:40:49.924 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:49 smithi046 bash[24815]: cluster 2023-12-26T16:40:48.577558+0000 mgr.smithi046.hnrily (mgr.14180) 86 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:49.924 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:49 smithi046 bash[24815]: audit 2023-12-26T16:40:49.189015+0000 mon.smithi046 (mon.0) 281 : audit [INF] from='client.? 172.21.15.46:0/381860053' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "77c47312-c1b4-41c7-a57e-f53ae992f36d"}]: dispatch 2023-12-26T16:40:49.924 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:49 smithi046 bash[24815]: audit 2023-12-26T16:40:49.194845+0000 mon.smithi046 (mon.0) 282 : audit [INF] from='client.? 172.21.15.46:0/381860053' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "77c47312-c1b4-41c7-a57e-f53ae992f36d"}]': finished 2023-12-26T16:40:49.924 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:49 smithi046 bash[24815]: cluster 2023-12-26T16:40:49.194886+0000 mon.smithi046 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-26T16:40:49.924 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:49 smithi046 bash[24815]: audit 2023-12-26T16:40:49.195055+0000 mon.smithi046 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:40:49.924 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:49 smithi046 bash[24815]: audit 2023-12-26T16:40:49.195849+0000 mon.smithi046 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:40:49.924 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:49 smithi046 bash[24815]: audit 2023-12-26T16:40:49.196268+0000 mon.smithi046 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:40:49.925 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:49 smithi046 bash[24815]: audit 2023-12-26T16:40:49.196682+0000 mon.smithi046 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:40:49.925 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:49 smithi046 bash[24815]: audit 2023-12-26T16:40:49.289356+0000 mon.smithi046 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.73:0/1330997311' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T16:40:49.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:49 smithi073 bash[29040]: cluster 2023-12-26T16:40:48.577558+0000 mgr.smithi046.hnrily (mgr.14180) 86 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:49.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:49 smithi073 bash[29040]: audit 2023-12-26T16:40:49.189015+0000 mon.smithi046 (mon.0) 281 : audit [INF] from='client.? 172.21.15.46:0/381860053' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "77c47312-c1b4-41c7-a57e-f53ae992f36d"}]: dispatch 2023-12-26T16:40:49.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:49 smithi073 bash[29040]: audit 2023-12-26T16:40:49.194845+0000 mon.smithi046 (mon.0) 282 : audit [INF] from='client.? 172.21.15.46:0/381860053' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "77c47312-c1b4-41c7-a57e-f53ae992f36d"}]': finished 2023-12-26T16:40:49.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:49 smithi073 bash[29040]: cluster 2023-12-26T16:40:49.194886+0000 mon.smithi046 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-26T16:40:49.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:49 smithi073 bash[29040]: audit 2023-12-26T16:40:49.195055+0000 mon.smithi046 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:40:49.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:49 smithi073 bash[29040]: audit 2023-12-26T16:40:49.195849+0000 mon.smithi046 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:40:49.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:49 smithi073 bash[29040]: audit 2023-12-26T16:40:49.196268+0000 mon.smithi046 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:40:49.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:49 smithi073 bash[29040]: audit 2023-12-26T16:40:49.196682+0000 mon.smithi046 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:40:49.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:49 smithi073 bash[29040]: audit 2023-12-26T16:40:49.289356+0000 mon.smithi046 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.73:0/1330997311' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T16:40:51.230 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:40:51.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:51 smithi046 bash[24815]: cluster 2023-12-26T16:40:50.578054+0000 mgr.smithi046.hnrily (mgr.14180) 87 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:51.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:51 smithi046 bash[24815]: audit 2023-12-26T16:40:51.255185+0000 mon.smithi073 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.46:0/2580135903' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:40:51.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:51 smithi073 bash[29040]: cluster 2023-12-26T16:40:50.578054+0000 mgr.smithi046.hnrily (mgr.14180) 87 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:51.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:51 smithi073 bash[29040]: audit 2023-12-26T16:40:51.255185+0000 mon.smithi073 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.46:0/2580135903' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:40:52.051 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1703608849,"num_remapped_pgs":0} 2023-12-26T16:40:52.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:52 smithi046 bash[24815]: audit 2023-12-26T16:40:51.532287+0000 mon.smithi046 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.46:0/1687283865' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T16:40:52.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:52 smithi046 bash[24815]: audit 2023-12-26T16:40:52.098015+0000 mon.smithi073 (mon.1) 5 : audit [INF] from='client.? 172.21.15.73:0/1083022042' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bb791624-f32c-4d99-9d99-708ce5b22f99"}]: dispatch 2023-12-26T16:40:52.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:52 smithi046 bash[24815]: audit 2023-12-26T16:40:52.099099+0000 mon.smithi046 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bb791624-f32c-4d99-9d99-708ce5b22f99"}]: dispatch 2023-12-26T16:40:52.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:52 smithi046 bash[24815]: audit 2023-12-26T16:40:52.107106+0000 mon.smithi046 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bb791624-f32c-4d99-9d99-708ce5b22f99"}]': finished 2023-12-26T16:40:52.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:52 smithi046 bash[24815]: cluster 2023-12-26T16:40:52.107280+0000 mon.smithi046 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-26T16:40:52.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:52 smithi046 bash[24815]: audit 2023-12-26T16:40:52.107529+0000 mon.smithi046 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:40:52.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:52 smithi046 bash[24815]: audit 2023-12-26T16:40:52.108057+0000 mon.smithi046 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:40:52.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:52 smithi046 bash[24815]: audit 2023-12-26T16:40:52.108476+0000 mon.smithi046 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:40:52.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:52 smithi046 bash[24815]: audit 2023-12-26T16:40:52.108834+0000 mon.smithi046 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:40:52.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:52 smithi046 bash[24815]: audit 2023-12-26T16:40:52.109136+0000 mon.smithi046 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:40:52.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:52 smithi073 bash[29040]: audit 2023-12-26T16:40:51.532287+0000 mon.smithi046 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.46:0/1687283865' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T16:40:52.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:52 smithi073 bash[29040]: audit 2023-12-26T16:40:52.098015+0000 mon.smithi073 (mon.1) 5 : audit [INF] from='client.? 172.21.15.73:0/1083022042' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bb791624-f32c-4d99-9d99-708ce5b22f99"}]: dispatch 2023-12-26T16:40:52.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:52 smithi073 bash[29040]: audit 2023-12-26T16:40:52.099099+0000 mon.smithi046 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bb791624-f32c-4d99-9d99-708ce5b22f99"}]: dispatch 2023-12-26T16:40:52.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:52 smithi073 bash[29040]: audit 2023-12-26T16:40:52.107106+0000 mon.smithi046 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bb791624-f32c-4d99-9d99-708ce5b22f99"}]': finished 2023-12-26T16:40:52.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:52 smithi073 bash[29040]: cluster 2023-12-26T16:40:52.107280+0000 mon.smithi046 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-26T16:40:52.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:52 smithi073 bash[29040]: audit 2023-12-26T16:40:52.107529+0000 mon.smithi046 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:40:52.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:52 smithi073 bash[29040]: audit 2023-12-26T16:40:52.108057+0000 mon.smithi046 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:40:52.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:52 smithi073 bash[29040]: audit 2023-12-26T16:40:52.108476+0000 mon.smithi046 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:40:52.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:52 smithi073 bash[29040]: audit 2023-12-26T16:40:52.108834+0000 mon.smithi046 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:40:52.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:52 smithi073 bash[29040]: audit 2023-12-26T16:40:52.109136+0000 mon.smithi046 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:40:53.053 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-26T16:40:53.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:53 smithi046 bash[24815]: cluster 2023-12-26T16:40:52.578610+0000 mgr.smithi046.hnrily (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:53.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:53 smithi073 bash[29040]: cluster 2023-12-26T16:40:52.578610+0000 mgr.smithi046.hnrily (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:54.458 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:54 smithi046 bash[24815]: audit 2023-12-26T16:40:53.741526+0000 mon.smithi073 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.73:0/2629886854' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T16:40:54.459 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:54 smithi046 bash[24815]: audit 2023-12-26T16:40:54.350836+0000 mon.smithi046 (mon.0) 298 : audit [INF] from='client.? 172.21.15.46:0/1825191639' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d41c2a32-fb81-4dc1-ad44-f58ca15ee236"}]: dispatch 2023-12-26T16:40:54.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:54 smithi073 bash[29040]: audit 2023-12-26T16:40:53.741526+0000 mon.smithi073 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.73:0/2629886854' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T16:40:54.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:54 smithi073 bash[29040]: audit 2023-12-26T16:40:54.350836+0000 mon.smithi046 (mon.0) 298 : audit [INF] from='client.? 172.21.15.46:0/1825191639' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d41c2a32-fb81-4dc1-ad44-f58ca15ee236"}]: dispatch 2023-12-26T16:40:55.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:55 smithi073 bash[29040]: audit 2023-12-26T16:40:54.355082+0000 mon.smithi046 (mon.0) 299 : audit [INF] from='client.? 172.21.15.46:0/1825191639' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d41c2a32-fb81-4dc1-ad44-f58ca15ee236"}]': finished 2023-12-26T16:40:55.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:55 smithi073 bash[29040]: cluster 2023-12-26T16:40:54.355125+0000 mon.smithi046 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-26T16:40:55.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:55 smithi073 bash[29040]: audit 2023-12-26T16:40:54.356159+0000 mon.smithi046 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:40:55.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:55 smithi073 bash[29040]: audit 2023-12-26T16:40:54.356431+0000 mon.smithi046 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:40:55.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:55 smithi073 bash[29040]: audit 2023-12-26T16:40:54.356600+0000 mon.smithi046 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:40:55.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:55 smithi073 bash[29040]: audit 2023-12-26T16:40:54.356769+0000 mon.smithi046 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:40:55.718 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:55 smithi073 bash[29040]: audit 2023-12-26T16:40:54.357014+0000 mon.smithi046 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:40:55.718 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:55 smithi073 bash[29040]: audit 2023-12-26T16:40:54.357210+0000 mon.smithi046 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:40:55.718 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:55 smithi073 bash[29040]: cluster 2023-12-26T16:40:54.579099+0000 mgr.smithi046.hnrily (mgr.14180) 89 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:55.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:55 smithi046 bash[24815]: audit 2023-12-26T16:40:54.355082+0000 mon.smithi046 (mon.0) 299 : audit [INF] from='client.? 172.21.15.46:0/1825191639' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d41c2a32-fb81-4dc1-ad44-f58ca15ee236"}]': finished 2023-12-26T16:40:55.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:55 smithi046 bash[24815]: cluster 2023-12-26T16:40:54.355125+0000 mon.smithi046 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-26T16:40:55.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:55 smithi046 bash[24815]: audit 2023-12-26T16:40:54.356159+0000 mon.smithi046 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:40:55.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:55 smithi046 bash[24815]: audit 2023-12-26T16:40:54.356431+0000 mon.smithi046 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:40:55.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:55 smithi046 bash[24815]: audit 2023-12-26T16:40:54.356600+0000 mon.smithi046 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:40:55.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:55 smithi046 bash[24815]: audit 2023-12-26T16:40:54.356769+0000 mon.smithi046 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:40:55.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:55 smithi046 bash[24815]: audit 2023-12-26T16:40:54.357014+0000 mon.smithi046 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:40:55.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:55 smithi046 bash[24815]: audit 2023-12-26T16:40:54.357210+0000 mon.smithi046 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:40:55.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:55 smithi046 bash[24815]: cluster 2023-12-26T16:40:54.579099+0000 mgr.smithi046.hnrily (mgr.14180) 89 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:56.625 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:40:56.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:56 smithi046 bash[24815]: audit 2023-12-26T16:40:56.544713+0000 mon.smithi073 (mon.1) 7 : audit [INF] from='client.? 172.21.15.73:0/1053809741' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bb6d6cfe-bc19-4ba0-bc86-81a3c21dac71"}]: dispatch 2023-12-26T16:40:56.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:56 smithi046 bash[24815]: audit 2023-12-26T16:40:56.545523+0000 mon.smithi046 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bb6d6cfe-bc19-4ba0-bc86-81a3c21dac71"}]: dispatch 2023-12-26T16:40:56.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:56 smithi046 bash[24815]: audit 2023-12-26T16:40:56.551905+0000 mon.smithi046 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bb6d6cfe-bc19-4ba0-bc86-81a3c21dac71"}]': finished 2023-12-26T16:40:56.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:56 smithi046 bash[24815]: cluster 2023-12-26T16:40:56.551986+0000 mon.smithi046 (mon.0) 309 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-26T16:40:56.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:56 smithi046 bash[24815]: audit 2023-12-26T16:40:56.552196+0000 mon.smithi046 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:40:56.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:56 smithi046 bash[24815]: audit 2023-12-26T16:40:56.552835+0000 mon.smithi046 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:40:56.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:56 smithi046 bash[24815]: audit 2023-12-26T16:40:56.553256+0000 mon.smithi046 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:40:56.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:56 smithi046 bash[24815]: audit 2023-12-26T16:40:56.553772+0000 mon.smithi046 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:40:56.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:56 smithi046 bash[24815]: audit 2023-12-26T16:40:56.554191+0000 mon.smithi046 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:40:56.836 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:56 smithi046 bash[24815]: audit 2023-12-26T16:40:56.554598+0000 mon.smithi046 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:40:56.836 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:56 smithi046 bash[24815]: audit 2023-12-26T16:40:56.555011+0000 mon.smithi046 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:40:56.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:56 smithi073 bash[29040]: audit 2023-12-26T16:40:56.544713+0000 mon.smithi073 (mon.1) 7 : audit [INF] from='client.? 172.21.15.73:0/1053809741' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bb6d6cfe-bc19-4ba0-bc86-81a3c21dac71"}]: dispatch 2023-12-26T16:40:56.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:56 smithi073 bash[29040]: audit 2023-12-26T16:40:56.545523+0000 mon.smithi046 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bb6d6cfe-bc19-4ba0-bc86-81a3c21dac71"}]: dispatch 2023-12-26T16:40:56.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:56 smithi073 bash[29040]: audit 2023-12-26T16:40:56.551905+0000 mon.smithi046 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bb6d6cfe-bc19-4ba0-bc86-81a3c21dac71"}]': finished 2023-12-26T16:40:56.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:56 smithi073 bash[29040]: cluster 2023-12-26T16:40:56.551986+0000 mon.smithi046 (mon.0) 309 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-26T16:40:56.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:56 smithi073 bash[29040]: audit 2023-12-26T16:40:56.552196+0000 mon.smithi046 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:40:56.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:56 smithi073 bash[29040]: audit 2023-12-26T16:40:56.552835+0000 mon.smithi046 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:40:56.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:56 smithi073 bash[29040]: audit 2023-12-26T16:40:56.553256+0000 mon.smithi046 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:40:56.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:56 smithi073 bash[29040]: audit 2023-12-26T16:40:56.553772+0000 mon.smithi046 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:40:56.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:56 smithi073 bash[29040]: audit 2023-12-26T16:40:56.554191+0000 mon.smithi046 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:40:56.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:56 smithi073 bash[29040]: audit 2023-12-26T16:40:56.554598+0000 mon.smithi046 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:40:56.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:56 smithi073 bash[29040]: audit 2023-12-26T16:40:56.555011+0000 mon.smithi046 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:40:57.349 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1703608856,"num_remapped_pgs":0} 2023-12-26T16:40:57.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:57 smithi046 bash[24815]: cluster 2023-12-26T16:40:56.579396+0000 mgr.smithi046.hnrily (mgr.14180) 90 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:57.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:57 smithi046 bash[24815]: audit 2023-12-26T16:40:56.649927+0000 mon.smithi046 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.46:0/1139042918' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:40:57.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:57 smithi046 bash[24815]: audit 2023-12-26T16:40:56.885210+0000 mon.smithi046 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.46:0/1014415679' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T16:40:57.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:57 smithi073 bash[29040]: cluster 2023-12-26T16:40:56.579396+0000 mgr.smithi046.hnrily (mgr.14180) 90 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:57.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:57 smithi073 bash[29040]: audit 2023-12-26T16:40:56.649927+0000 mon.smithi046 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.46:0/1139042918' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:40:57.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:57 smithi073 bash[29040]: audit 2023-12-26T16:40:56.885210+0000 mon.smithi046 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.46:0/1014415679' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T16:40:58.350 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-26T16:40:58.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:58 smithi046 bash[24815]: audit 2023-12-26T16:40:58.186597+0000 mon.smithi073 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.73:0/1375416172' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T16:40:58.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:58 smithi073 bash[29040]: audit 2023-12-26T16:40:58.186597+0000 mon.smithi073 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.73:0/1375416172' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T16:40:59.758 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:40:59 smithi046 bash[24815]: cluster 2023-12-26T16:40:58.579695+0000 mgr.smithi046.hnrily (mgr.14180) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:40:59.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:40:59 smithi073 bash[29040]: cluster 2023-12-26T16:40:58.579695+0000 mgr.smithi046.hnrily (mgr.14180) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:00.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:00 smithi046 bash[24815]: audit 2023-12-26T16:40:59.701956+0000 mon.smithi046 (mon.0) 319 : audit [INF] from='client.? 172.21.15.46:0/2803316371' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a8247e1-087d-4e6d-9e19-87bb6d69403a"}]: dispatch 2023-12-26T16:41:00.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:00 smithi046 bash[24815]: audit 2023-12-26T16:40:59.709123+0000 mon.smithi046 (mon.0) 320 : audit [INF] from='client.? 172.21.15.46:0/2803316371' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a8247e1-087d-4e6d-9e19-87bb6d69403a"}]': finished 2023-12-26T16:41:00.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:00 smithi046 bash[24815]: cluster 2023-12-26T16:40:59.709228+0000 mon.smithi046 (mon.0) 321 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-26T16:41:00.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:00 smithi046 bash[24815]: audit 2023-12-26T16:40:59.709415+0000 mon.smithi046 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:41:00.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:00 smithi046 bash[24815]: audit 2023-12-26T16:40:59.709694+0000 mon.smithi046 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:00.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:00 smithi046 bash[24815]: audit 2023-12-26T16:40:59.709850+0000 mon.smithi046 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:41:00.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:00 smithi046 bash[24815]: audit 2023-12-26T16:40:59.710037+0000 mon.smithi046 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:00.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:00 smithi046 bash[24815]: audit 2023-12-26T16:40:59.710273+0000 mon.smithi046 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:00.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:00 smithi046 bash[24815]: audit 2023-12-26T16:40:59.710530+0000 mon.smithi046 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:00.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:00 smithi046 bash[24815]: audit 2023-12-26T16:40:59.710770+0000 mon.smithi046 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:00.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:00 smithi046 bash[24815]: audit 2023-12-26T16:40:59.711041+0000 mon.smithi046 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:00.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:00 smithi073 bash[29040]: audit 2023-12-26T16:40:59.701956+0000 mon.smithi046 (mon.0) 319 : audit [INF] from='client.? 172.21.15.46:0/2803316371' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a8247e1-087d-4e6d-9e19-87bb6d69403a"}]: dispatch 2023-12-26T16:41:00.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:00 smithi073 bash[29040]: audit 2023-12-26T16:40:59.709123+0000 mon.smithi046 (mon.0) 320 : audit [INF] from='client.? 172.21.15.46:0/2803316371' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a8247e1-087d-4e6d-9e19-87bb6d69403a"}]': finished 2023-12-26T16:41:00.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:00 smithi073 bash[29040]: cluster 2023-12-26T16:40:59.709228+0000 mon.smithi046 (mon.0) 321 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-26T16:41:00.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:00 smithi073 bash[29040]: audit 2023-12-26T16:40:59.709415+0000 mon.smithi046 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:41:00.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:00 smithi073 bash[29040]: audit 2023-12-26T16:40:59.709694+0000 mon.smithi046 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:00.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:00 smithi073 bash[29040]: audit 2023-12-26T16:40:59.709850+0000 mon.smithi046 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:41:00.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:00 smithi073 bash[29040]: audit 2023-12-26T16:40:59.710037+0000 mon.smithi046 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:00.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:00 smithi073 bash[29040]: audit 2023-12-26T16:40:59.710273+0000 mon.smithi046 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:00.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:00 smithi073 bash[29040]: audit 2023-12-26T16:40:59.710530+0000 mon.smithi046 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:00.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:00 smithi073 bash[29040]: audit 2023-12-26T16:40:59.710770+0000 mon.smithi046 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:00.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:00 smithi073 bash[29040]: audit 2023-12-26T16:40:59.711041+0000 mon.smithi046 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:01.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:01 smithi046 bash[24815]: cluster 2023-12-26T16:41:00.580127+0000 mgr.smithi046.hnrily (mgr.14180) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:01.959 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:41:01.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:01 smithi073 bash[29040]: cluster 2023-12-26T16:41:00.580127+0000 mgr.smithi046.hnrily (mgr.14180) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:02.731 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703608859,"num_remapped_pgs":0} 2023-12-26T16:41:02.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:02 smithi073 bash[29040]: audit 2023-12-26T16:41:01.983927+0000 mon.smithi046 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.46:0/1709710884' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:41:02.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:02 smithi073 bash[29040]: audit 2023-12-26T16:41:02.281096+0000 mon.smithi046 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.46:0/3515745516' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T16:41:03.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:02 smithi046 bash[24815]: audit 2023-12-26T16:41:01.983927+0000 mon.smithi046 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.46:0/1709710884' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:41:03.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:02 smithi046 bash[24815]: audit 2023-12-26T16:41:02.281096+0000 mon.smithi046 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.46:0/3515745516' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-26T16:41:03.732 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-26T16:41:03.932 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:03 smithi046 bash[24815]: cluster 2023-12-26T16:41:02.580636+0000 mgr.smithi046.hnrily (mgr.14180) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:03.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:03 smithi073 bash[29040]: cluster 2023-12-26T16:41:02.580636+0000 mgr.smithi046.hnrily (mgr.14180) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:05.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:05 smithi046 bash[24815]: cluster 2023-12-26T16:41:04.581152+0000 mgr.smithi046.hnrily (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:05.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:05 smithi073 bash[29040]: cluster 2023-12-26T16:41:04.581152+0000 mgr.smithi046.hnrily (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:07.201 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:41:07.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:07 smithi073 bash[29040]: cluster 2023-12-26T16:41:06.581639+0000 mgr.smithi046.hnrily (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:07.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:07 smithi073 bash[29040]: audit 2023-12-26T16:41:07.225417+0000 mon.smithi046 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.46:0/3643333576' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:41:07.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:07 smithi046 bash[24815]: cluster 2023-12-26T16:41:06.581639+0000 mgr.smithi046.hnrily (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:07.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:07 smithi046 bash[24815]: audit 2023-12-26T16:41:07.225417+0000 mon.smithi046 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.46:0/3643333576' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:41:07.917 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703608859,"num_remapped_pgs":0} 2023-12-26T16:41:08.919 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-26T16:41:09.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:09 smithi073 bash[29040]: cluster 2023-12-26T16:41:08.582092+0000 mgr.smithi046.hnrily (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:09.962 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:09 smithi046 bash[24815]: cluster 2023-12-26T16:41:08.582092+0000 mgr.smithi046.hnrily (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:10.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:10 smithi046 bash[24815]: audit 2023-12-26T16:41:09.894213+0000 mon.smithi046 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-26T16:41:10.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:10 smithi046 bash[24815]: audit 2023-12-26T16:41:09.895500+0000 mon.smithi046 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:41:10.939 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:10 smithi073 bash[29040]: audit 2023-12-26T16:41:09.894213+0000 mon.smithi046 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-26T16:41:10.939 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:10 smithi073 bash[29040]: audit 2023-12-26T16:41:09.895500+0000 mon.smithi046 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:41:11.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:11 smithi046 bash[24815]: cephadm 2023-12-26T16:41:09.896702+0000 mgr.smithi046.hnrily (mgr.14180) 97 : cephadm [INF] Deploying daemon osd.0 on smithi073 2023-12-26T16:41:11.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:11 smithi046 bash[24815]: cluster 2023-12-26T16:41:10.582521+0000 mgr.smithi046.hnrily (mgr.14180) 98 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:11.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:11 smithi073 bash[29040]: cephadm 2023-12-26T16:41:09.896702+0000 mgr.smithi046.hnrily (mgr.14180) 97 : cephadm [INF] Deploying daemon osd.0 on smithi073 2023-12-26T16:41:11.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:11 smithi073 bash[29040]: cluster 2023-12-26T16:41:10.582521+0000 mgr.smithi046.hnrily (mgr.14180) 98 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:12.635 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:41:13.590 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703608859,"num_remapped_pgs":0} 2023-12-26T16:41:13.835 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:13 smithi073 bash[29040]: cluster 2023-12-26T16:41:12.582938+0000 mgr.smithi046.hnrily (mgr.14180) 99 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:13.835 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:13 smithi073 bash[29040]: audit 2023-12-26T16:41:12.660237+0000 mon.smithi046 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.46:0/3457182582' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:41:13.840 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:13 smithi046 bash[24815]: cluster 2023-12-26T16:41:12.582938+0000 mgr.smithi046.hnrily (mgr.14180) 99 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:13.841 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:13 smithi046 bash[24815]: audit 2023-12-26T16:41:12.660237+0000 mon.smithi046 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.46:0/3457182582' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:41:14.591 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-26T16:41:15.466 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:15 smithi073 bash[29040]: audit 2023-12-26T16:41:14.132467+0000 mon.smithi046 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:41:15.466 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:15 smithi073 bash[29040]: audit 2023-12-26T16:41:14.133442+0000 mon.smithi046 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-26T16:41:15.466 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:15 smithi073 bash[29040]: audit 2023-12-26T16:41:14.134334+0000 mon.smithi046 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:41:15.466 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:15 smithi073 bash[29040]: cephadm 2023-12-26T16:41:14.135095+0000 mgr.smithi046.hnrily (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.2 on smithi073 2023-12-26T16:41:15.466 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:15 smithi073 bash[29040]: cluster 2023-12-26T16:41:14.583362+0000 mgr.smithi046.hnrily (mgr.14180) 101 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:15.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:15 smithi046 bash[24815]: audit 2023-12-26T16:41:14.132467+0000 mon.smithi046 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:41:15.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:15 smithi046 bash[24815]: audit 2023-12-26T16:41:14.133442+0000 mon.smithi046 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-26T16:41:15.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:15 smithi046 bash[24815]: audit 2023-12-26T16:41:14.134334+0000 mon.smithi046 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:41:15.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:15 smithi046 bash[24815]: cephadm 2023-12-26T16:41:14.135095+0000 mgr.smithi046.hnrily (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.2 on smithi073 2023-12-26T16:41:15.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:15 smithi046 bash[24815]: cluster 2023-12-26T16:41:14.583362+0000 mgr.smithi046.hnrily (mgr.14180) 101 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:16.481 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:16 smithi046 bash[24815]: audit 2023-12-26T16:41:15.620222+0000 mon.smithi046 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-26T16:41:16.481 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:16 smithi046 bash[24815]: audit 2023-12-26T16:41:15.621535+0000 mon.smithi046 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:41:16.481 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:16 smithi046 bash[24815]: cephadm 2023-12-26T16:41:15.622589+0000 mgr.smithi046.hnrily (mgr.14180) 102 : cephadm [INF] Deploying daemon osd.1 on smithi046 2023-12-26T16:41:16.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:16 smithi073 bash[29040]: audit 2023-12-26T16:41:15.620222+0000 mon.smithi046 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-26T16:41:16.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:16 smithi073 bash[29040]: audit 2023-12-26T16:41:15.621535+0000 mon.smithi046 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:41:16.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:16 smithi073 bash[29040]: cephadm 2023-12-26T16:41:15.622589+0000 mgr.smithi046.hnrily (mgr.14180) 102 : cephadm [INF] Deploying daemon osd.1 on smithi046 2023-12-26T16:41:17.496 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:17 smithi046 bash[24815]: cluster 2023-12-26T16:41:16.583647+0000 mgr.smithi046.hnrily (mgr.14180) 103 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:17.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:17 smithi073 bash[29040]: cluster 2023-12-26T16:41:16.583647+0000 mgr.smithi046.hnrily (mgr.14180) 103 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:19.036 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:41:19.802 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:19 smithi073 bash[29040]: cluster 2023-12-26T16:41:18.584078+0000 mgr.smithi046.hnrily (mgr.14180) 104 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:19.802 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:19 smithi073 bash[29040]: audit 2023-12-26T16:41:19.061415+0000 mon.smithi046 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.46:0/327030081' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:41:19.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:19 smithi046 bash[24815]: cluster 2023-12-26T16:41:18.584078+0000 mgr.smithi046.hnrily (mgr.14180) 104 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:19.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:19 smithi046 bash[24815]: audit 2023-12-26T16:41:19.061415+0000 mon.smithi046 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.46:0/327030081' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:41:20.138 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703608859,"num_remapped_pgs":0} 2023-12-26T16:41:21.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:20 smithi046 bash[24815]: audit 2023-12-26T16:41:19.801723+0000 mon.smithi046 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:41:21.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:20 smithi046 bash[24815]: audit 2023-12-26T16:41:19.803055+0000 mon.smithi046 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-26T16:41:21.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:20 smithi046 bash[24815]: audit 2023-12-26T16:41:19.804230+0000 mon.smithi046 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:41:21.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:20 smithi046 bash[24815]: cephadm 2023-12-26T16:41:19.805104+0000 mgr.smithi046.hnrily (mgr.14180) 105 : cephadm [INF] Deploying daemon osd.4 on smithi073 2023-12-26T16:41:21.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:20 smithi046 bash[24815]: cluster 2023-12-26T16:41:20.584528+0000 mgr.smithi046.hnrily (mgr.14180) 106 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:21.139 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-26T16:41:21.212 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:20 smithi073 bash[29040]: audit 2023-12-26T16:41:19.801723+0000 mon.smithi046 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:41:21.213 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:20 smithi073 bash[29040]: audit 2023-12-26T16:41:19.803055+0000 mon.smithi046 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-26T16:41:21.213 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:20 smithi073 bash[29040]: audit 2023-12-26T16:41:19.804230+0000 mon.smithi046 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:41:21.213 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:20 smithi073 bash[29040]: cephadm 2023-12-26T16:41:19.805104+0000 mgr.smithi046.hnrily (mgr.14180) 105 : cephadm [INF] Deploying daemon osd.4 on smithi073 2023-12-26T16:41:21.213 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:20 smithi073 bash[29040]: cluster 2023-12-26T16:41:20.584528+0000 mgr.smithi046.hnrily (mgr.14180) 106 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:22.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:22 smithi073 bash[29040]: audit 2023-12-26T16:41:21.777040+0000 mon.smithi046 (mon.0) 345 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:41:22.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:22 smithi073 bash[29040]: audit 2023-12-26T16:41:21.781947+0000 mon.smithi046 (mon.0) 346 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-26T16:41:22.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:22 smithi073 bash[29040]: audit 2023-12-26T16:41:21.782845+0000 mon.smithi046 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:41:22.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:22 smithi073 bash[29040]: cephadm 2023-12-26T16:41:21.783762+0000 mgr.smithi046.hnrily (mgr.14180) 107 : cephadm [INF] Deploying daemon osd.3 on smithi046 2023-12-26T16:41:22.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:22 smithi073 bash[29040]: audit 2023-12-26T16:41:22.131974+0000 mon.smithi073 (mon.1) 9 : audit [INF] from='osd.0 [v2:172.21.15.73:6800/1073370867,v1:172.21.15.73:6801/1073370867]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-26T16:41:22.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:22 smithi073 bash[29040]: audit 2023-12-26T16:41:22.132625+0000 mon.smithi046 (mon.0) 348 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-26T16:41:22.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:22 smithi073 bash[29040]: cluster 2023-12-26T16:41:22.584927+0000 mgr.smithi046.hnrily (mgr.14180) 108 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:23.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:22 smithi046 bash[24815]: audit 2023-12-26T16:41:21.777040+0000 mon.smithi046 (mon.0) 345 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:41:23.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:22 smithi046 bash[24815]: audit 2023-12-26T16:41:21.781947+0000 mon.smithi046 (mon.0) 346 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-26T16:41:23.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:22 smithi046 bash[24815]: audit 2023-12-26T16:41:21.782845+0000 mon.smithi046 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:41:23.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:22 smithi046 bash[24815]: cephadm 2023-12-26T16:41:21.783762+0000 mgr.smithi046.hnrily (mgr.14180) 107 : cephadm [INF] Deploying daemon osd.3 on smithi046 2023-12-26T16:41:23.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:22 smithi046 bash[24815]: audit 2023-12-26T16:41:22.131974+0000 mon.smithi073 (mon.1) 9 : audit [INF] from='osd.0 [v2:172.21.15.73:6800/1073370867,v1:172.21.15.73:6801/1073370867]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-26T16:41:23.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:22 smithi046 bash[24815]: audit 2023-12-26T16:41:22.132625+0000 mon.smithi046 (mon.0) 348 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-26T16:41:23.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:22 smithi046 bash[24815]: cluster 2023-12-26T16:41:22.584927+0000 mgr.smithi046.hnrily (mgr.14180) 108 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:24.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:23 smithi046 bash[24815]: audit 2023-12-26T16:41:22.783125+0000 mon.smithi046 (mon.0) 349 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-26T16:41:24.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:23 smithi046 bash[24815]: cluster 2023-12-26T16:41:22.783177+0000 mon.smithi046 (mon.0) 350 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-26T16:41:24.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:23 smithi046 bash[24815]: audit 2023-12-26T16:41:22.783361+0000 mon.smithi046 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:41:24.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:23 smithi046 bash[24815]: audit 2023-12-26T16:41:22.783782+0000 mon.smithi046 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:24.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:23 smithi046 bash[24815]: audit 2023-12-26T16:41:22.783963+0000 mon.smithi046 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:41:24.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:23 smithi046 bash[24815]: audit 2023-12-26T16:41:22.784128+0000 mon.smithi046 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:24.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:23 smithi046 bash[24815]: audit 2023-12-26T16:41:22.784339+0000 mon.smithi046 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:24.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:23 smithi046 bash[24815]: audit 2023-12-26T16:41:22.784538+0000 mon.smithi046 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:24.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:23 smithi046 bash[24815]: audit 2023-12-26T16:41:22.784745+0000 mon.smithi046 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:24.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:23 smithi046 bash[24815]: audit 2023-12-26T16:41:22.784911+0000 mon.smithi046 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:24.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:23 smithi046 bash[24815]: audit 2023-12-26T16:41:22.786264+0000 mon.smithi073 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.73:6800/1073370867,v1:172.21.15.73:6801/1073370867]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-26T16:41:24.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:23 smithi046 bash[24815]: audit 2023-12-26T16:41:22.786618+0000 mon.smithi046 (mon.0) 359 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-26T16:41:24.167 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:23 smithi073 bash[29040]: audit 2023-12-26T16:41:22.783125+0000 mon.smithi046 (mon.0) 349 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-26T16:41:24.167 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:23 smithi073 bash[29040]: cluster 2023-12-26T16:41:22.783177+0000 mon.smithi046 (mon.0) 350 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-26T16:41:24.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:23 smithi073 bash[29040]: audit 2023-12-26T16:41:22.783361+0000 mon.smithi046 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:41:24.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:23 smithi073 bash[29040]: audit 2023-12-26T16:41:22.783782+0000 mon.smithi046 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:24.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:23 smithi073 bash[29040]: audit 2023-12-26T16:41:22.783963+0000 mon.smithi046 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:41:24.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:23 smithi073 bash[29040]: audit 2023-12-26T16:41:22.784128+0000 mon.smithi046 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:24.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:23 smithi073 bash[29040]: audit 2023-12-26T16:41:22.784339+0000 mon.smithi046 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:24.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:23 smithi073 bash[29040]: audit 2023-12-26T16:41:22.784538+0000 mon.smithi046 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:24.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:23 smithi073 bash[29040]: audit 2023-12-26T16:41:22.784745+0000 mon.smithi046 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:24.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:23 smithi073 bash[29040]: audit 2023-12-26T16:41:22.784911+0000 mon.smithi046 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:24.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:23 smithi073 bash[29040]: audit 2023-12-26T16:41:22.786264+0000 mon.smithi073 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.73:6800/1073370867,v1:172.21.15.73:6801/1073370867]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-26T16:41:24.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:23 smithi073 bash[29040]: audit 2023-12-26T16:41:22.786618+0000 mon.smithi046 (mon.0) 359 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-26T16:41:24.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:24 smithi046 bash[24815]: audit 2023-12-26T16:41:23.784439+0000 mon.smithi046 (mon.0) 360 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-12-26T16:41:24.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:24 smithi046 bash[24815]: cluster 2023-12-26T16:41:23.784499+0000 mon.smithi046 (mon.0) 361 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-26T16:41:24.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:24 smithi046 bash[24815]: audit 2023-12-26T16:41:23.784786+0000 mon.smithi046 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:41:24.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:24 smithi046 bash[24815]: audit 2023-12-26T16:41:23.784999+0000 mon.smithi046 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:24.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:24 smithi046 bash[24815]: audit 2023-12-26T16:41:23.785164+0000 mon.smithi046 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:41:24.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:24 smithi046 bash[24815]: audit 2023-12-26T16:41:23.785286+0000 mon.smithi046 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:24.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:24 smithi046 bash[24815]: audit 2023-12-26T16:41:23.785439+0000 mon.smithi046 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:24.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:24 smithi046 bash[24815]: audit 2023-12-26T16:41:23.785572+0000 mon.smithi046 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:24.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:24 smithi046 bash[24815]: audit 2023-12-26T16:41:23.785719+0000 mon.smithi046 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:24.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:24 smithi046 bash[24815]: audit 2023-12-26T16:41:23.785867+0000 mon.smithi046 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:24.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:24 smithi046 bash[24815]: audit 2023-12-26T16:41:23.792448+0000 mon.smithi046 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:41:24.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:24 smithi046 bash[24815]: cluster 2023-12-26T16:41:24.585216+0000 mgr.smithi046.hnrily (mgr.14180) 109 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:25.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:24 smithi073 bash[29040]: audit 2023-12-26T16:41:23.784439+0000 mon.smithi046 (mon.0) 360 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-12-26T16:41:25.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:24 smithi073 bash[29040]: cluster 2023-12-26T16:41:23.784499+0000 mon.smithi046 (mon.0) 361 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-26T16:41:25.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:24 smithi073 bash[29040]: audit 2023-12-26T16:41:23.784786+0000 mon.smithi046 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:41:25.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:24 smithi073 bash[29040]: audit 2023-12-26T16:41:23.784999+0000 mon.smithi046 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:25.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:24 smithi073 bash[29040]: audit 2023-12-26T16:41:23.785164+0000 mon.smithi046 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:41:25.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:24 smithi073 bash[29040]: audit 2023-12-26T16:41:23.785286+0000 mon.smithi046 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:25.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:24 smithi073 bash[29040]: audit 2023-12-26T16:41:23.785439+0000 mon.smithi046 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:25.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:24 smithi073 bash[29040]: audit 2023-12-26T16:41:23.785572+0000 mon.smithi046 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:25.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:24 smithi073 bash[29040]: audit 2023-12-26T16:41:23.785719+0000 mon.smithi046 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:25.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:24 smithi073 bash[29040]: audit 2023-12-26T16:41:23.785867+0000 mon.smithi046 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:25.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:24 smithi073 bash[29040]: audit 2023-12-26T16:41:23.792448+0000 mon.smithi046 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:41:25.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:24 smithi073 bash[29040]: cluster 2023-12-26T16:41:24.585216+0000 mgr.smithi046.hnrily (mgr.14180) 109 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-26T16:41:25.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:25 smithi073 bash[29040]: cluster 2023-12-26T16:41:23.114000+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T16:41:25.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:25 smithi073 bash[29040]: cluster 2023-12-26T16:41:23.114106+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T16:41:25.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:25 smithi073 bash[29040]: audit 2023-12-26T16:41:24.793502+0000 mon.smithi046 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:41:25.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:25 smithi073 bash[29040]: cluster 2023-12-26T16:41:24.798129+0000 mon.smithi046 (mon.0) 372 : cluster [INF] osd.0 [v2:172.21.15.73:6800/1073370867,v1:172.21.15.73:6801/1073370867] boot 2023-12-26T16:41:25.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:25 smithi073 bash[29040]: cluster 2023-12-26T16:41:24.798533+0000 mon.smithi046 (mon.0) 373 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-26T16:41:25.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:25 smithi073 bash[29040]: audit 2023-12-26T16:41:24.799066+0000 mon.smithi046 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:41:25.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:25 smithi073 bash[29040]: audit 2023-12-26T16:41:24.799709+0000 mon.smithi046 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:25.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:25 smithi073 bash[29040]: audit 2023-12-26T16:41:24.800433+0000 mon.smithi046 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:41:25.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:25 smithi073 bash[29040]: audit 2023-12-26T16:41:24.800688+0000 mon.smithi046 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:25.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:25 smithi073 bash[29040]: audit 2023-12-26T16:41:24.800935+0000 mon.smithi046 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:25.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:25 smithi073 bash[29040]: audit 2023-12-26T16:41:24.801186+0000 mon.smithi046 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:25.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:25 smithi073 bash[29040]: audit 2023-12-26T16:41:24.801425+0000 mon.smithi046 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:25.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:25 smithi073 bash[29040]: audit 2023-12-26T16:41:24.801681+0000 mon.smithi046 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:25.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:25 smithi073 bash[29040]: audit 2023-12-26T16:41:25.560132+0000 mon.smithi046 (mon.0) 382 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:41:25.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:25 smithi073 bash[29040]: audit 2023-12-26T16:41:25.561319+0000 mon.smithi046 (mon.0) 383 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-26T16:41:25.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:25 smithi073 bash[29040]: audit 2023-12-26T16:41:25.562676+0000 mon.smithi046 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:41:25.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:25 smithi073 bash[29040]: cephadm 2023-12-26T16:41:25.563776+0000 mgr.smithi046.hnrily (mgr.14180) 110 : cephadm [INF] Deploying daemon osd.6 on smithi073 2023-12-26T16:41:26.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:25 smithi046 bash[24815]: cluster 2023-12-26T16:41:23.114000+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T16:41:26.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:25 smithi046 bash[24815]: cluster 2023-12-26T16:41:23.114106+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T16:41:26.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:25 smithi046 bash[24815]: audit 2023-12-26T16:41:24.793502+0000 mon.smithi046 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:41:26.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:25 smithi046 bash[24815]: cluster 2023-12-26T16:41:24.798129+0000 mon.smithi046 (mon.0) 372 : cluster [INF] osd.0 [v2:172.21.15.73:6800/1073370867,v1:172.21.15.73:6801/1073370867] boot 2023-12-26T16:41:26.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:25 smithi046 bash[24815]: cluster 2023-12-26T16:41:24.798533+0000 mon.smithi046 (mon.0) 373 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-26T16:41:26.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:25 smithi046 bash[24815]: audit 2023-12-26T16:41:24.799066+0000 mon.smithi046 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-26T16:41:26.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:25 smithi046 bash[24815]: audit 2023-12-26T16:41:24.799709+0000 mon.smithi046 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:26.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:25 smithi046 bash[24815]: audit 2023-12-26T16:41:24.800433+0000 mon.smithi046 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:41:26.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:25 smithi046 bash[24815]: audit 2023-12-26T16:41:24.800688+0000 mon.smithi046 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:26.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:25 smithi046 bash[24815]: audit 2023-12-26T16:41:24.800935+0000 mon.smithi046 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:26.105 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:25 smithi046 bash[24815]: audit 2023-12-26T16:41:24.801186+0000 mon.smithi046 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:26.105 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:25 smithi046 bash[24815]: audit 2023-12-26T16:41:24.801425+0000 mon.smithi046 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:26.105 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:25 smithi046 bash[24815]: audit 2023-12-26T16:41:24.801681+0000 mon.smithi046 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:26.105 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:25 smithi046 bash[24815]: audit 2023-12-26T16:41:25.560132+0000 mon.smithi046 (mon.0) 382 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:41:26.105 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:25 smithi046 bash[24815]: audit 2023-12-26T16:41:25.561319+0000 mon.smithi046 (mon.0) 383 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-26T16:41:26.105 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:25 smithi046 bash[24815]: audit 2023-12-26T16:41:25.562676+0000 mon.smithi046 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:41:26.105 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:25 smithi046 bash[24815]: cephadm 2023-12-26T16:41:25.563776+0000 mgr.smithi046.hnrily (mgr.14180) 110 : cephadm [INF] Deploying daemon osd.6 on smithi073 2023-12-26T16:41:27.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:26 smithi046 bash[24815]: cluster 2023-12-26T16:41:25.805599+0000 mon.smithi046 (mon.0) 385 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-26T16:41:27.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:26 smithi046 bash[24815]: audit 2023-12-26T16:41:25.805768+0000 mon.smithi046 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:27.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:26 smithi046 bash[24815]: audit 2023-12-26T16:41:25.806192+0000 mon.smithi046 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:41:27.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:26 smithi046 bash[24815]: audit 2023-12-26T16:41:25.806537+0000 mon.smithi046 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:27.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:26 smithi046 bash[24815]: audit 2023-12-26T16:41:25.806871+0000 mon.smithi046 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:27.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:26 smithi046 bash[24815]: audit 2023-12-26T16:41:25.807245+0000 mon.smithi046 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:27.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:26 smithi046 bash[24815]: audit 2023-12-26T16:41:25.807615+0000 mon.smithi046 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:27.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:26 smithi046 bash[24815]: audit 2023-12-26T16:41:25.808009+0000 mon.smithi046 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:27.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:26 smithi046 bash[24815]: cluster 2023-12-26T16:41:26.585676+0000 mgr.smithi046.hnrily (mgr.14180) 111 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-26T16:41:27.086 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:26 smithi073 bash[29040]: cluster 2023-12-26T16:41:25.805599+0000 mon.smithi046 (mon.0) 385 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-26T16:41:27.086 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:26 smithi073 bash[29040]: audit 2023-12-26T16:41:25.805768+0000 mon.smithi046 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:27.086 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:26 smithi073 bash[29040]: audit 2023-12-26T16:41:25.806192+0000 mon.smithi046 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:41:27.086 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:26 smithi073 bash[29040]: audit 2023-12-26T16:41:25.806537+0000 mon.smithi046 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:27.086 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:26 smithi073 bash[29040]: audit 2023-12-26T16:41:25.806871+0000 mon.smithi046 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:27.087 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:26 smithi073 bash[29040]: audit 2023-12-26T16:41:25.807245+0000 mon.smithi046 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:27.087 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:26 smithi073 bash[29040]: audit 2023-12-26T16:41:25.807615+0000 mon.smithi046 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:27.087 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:26 smithi073 bash[29040]: audit 2023-12-26T16:41:25.808009+0000 mon.smithi046 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:27.087 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:26 smithi073 bash[29040]: cluster 2023-12-26T16:41:26.585676+0000 mgr.smithi046.hnrily (mgr.14180) 111 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-26T16:41:27.492 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:41:27.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:27 smithi046 bash[24815]: audit 2023-12-26T16:41:27.516691+0000 mon.smithi073 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.46:0/762893004' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:41:28.130 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:27 smithi073 bash[29040]: audit 2023-12-26T16:41:27.516691+0000 mon.smithi073 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.46:0/762893004' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:41:28.506 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1703608884,"num_in_osds":8,"osd_in_since":1703608859,"num_remapped_pgs":0} 2023-12-26T16:41:29.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:28 smithi046 bash[24815]: audit 2023-12-26T16:41:28.017831+0000 mon.smithi073 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.73:6808/3257212761,v1:172.21.15.73:6809/3257212761]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-26T16:41:29.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:28 smithi046 bash[24815]: audit 2023-12-26T16:41:28.018404+0000 mon.smithi046 (mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-26T16:41:29.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:28 smithi046 bash[24815]: cluster 2023-12-26T16:41:28.586169+0000 mgr.smithi046.hnrily (mgr.14180) 112 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-26T16:41:29.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:28 smithi073 bash[29040]: audit 2023-12-26T16:41:28.017831+0000 mon.smithi073 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.73:6808/3257212761,v1:172.21.15.73:6809/3257212761]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-26T16:41:29.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:28 smithi073 bash[29040]: audit 2023-12-26T16:41:28.018404+0000 mon.smithi046 (mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-26T16:41:29.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:28 smithi073 bash[29040]: cluster 2023-12-26T16:41:28.586169+0000 mgr.smithi046.hnrily (mgr.14180) 112 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-26T16:41:29.508 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-26T16:41:30.043 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:29 smithi073 bash[29040]: audit 2023-12-26T16:41:28.823919+0000 mon.smithi046 (mon.0) 394 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-26T16:41:30.044 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:29 smithi073 bash[29040]: cluster 2023-12-26T16:41:28.824050+0000 mon.smithi046 (mon.0) 395 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-26T16:41:30.044 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:29 smithi073 bash[29040]: audit 2023-12-26T16:41:28.824207+0000 mon.smithi046 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:30.044 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:29 smithi073 bash[29040]: audit 2023-12-26T16:41:28.824626+0000 mon.smithi046 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:41:30.044 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:29 smithi073 bash[29040]: audit 2023-12-26T16:41:28.824830+0000 mon.smithi046 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:30.044 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:29 smithi073 bash[29040]: audit 2023-12-26T16:41:28.825054+0000 mon.smithi046 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:30.044 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:29 smithi073 bash[29040]: audit 2023-12-26T16:41:28.825293+0000 mon.smithi046 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:30.044 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:29 smithi073 bash[29040]: audit 2023-12-26T16:41:28.825522+0000 mon.smithi046 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:30.044 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:29 smithi073 bash[29040]: audit 2023-12-26T16:41:28.825748+0000 mon.smithi046 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:30.044 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:29 smithi073 bash[29040]: audit 2023-12-26T16:41:28.829145+0000 mon.smithi073 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.73:6808/3257212761,v1:172.21.15.73:6809/3257212761]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-26T16:41:30.044 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:29 smithi073 bash[29040]: audit 2023-12-26T16:41:28.829740+0000 mon.smithi046 (mon.0) 403 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-26T16:41:30.045 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:29 smithi073 bash[29040]: audit 2023-12-26T16:41:29.468441+0000 mon.smithi046 (mon.0) 404 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:41:30.045 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:29 smithi073 bash[29040]: audit 2023-12-26T16:41:29.469803+0000 mon.smithi046 (mon.0) 405 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-26T16:41:30.045 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:29 smithi073 bash[29040]: audit 2023-12-26T16:41:29.470997+0000 mon.smithi046 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:41:30.045 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:29 smithi073 bash[29040]: cephadm 2023-12-26T16:41:29.472059+0000 mgr.smithi046.hnrily (mgr.14180) 113 : cephadm [INF] Deploying daemon osd.5 on smithi046 2023-12-26T16:41:30.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:29 smithi046 bash[24815]: audit 2023-12-26T16:41:28.823919+0000 mon.smithi046 (mon.0) 394 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-26T16:41:30.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:29 smithi046 bash[24815]: cluster 2023-12-26T16:41:28.824050+0000 mon.smithi046 (mon.0) 395 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-26T16:41:30.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:29 smithi046 bash[24815]: audit 2023-12-26T16:41:28.824207+0000 mon.smithi046 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:30.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:29 smithi046 bash[24815]: audit 2023-12-26T16:41:28.824626+0000 mon.smithi046 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:41:30.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:29 smithi046 bash[24815]: audit 2023-12-26T16:41:28.824830+0000 mon.smithi046 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:30.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:29 smithi046 bash[24815]: audit 2023-12-26T16:41:28.825054+0000 mon.smithi046 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:30.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:29 smithi046 bash[24815]: audit 2023-12-26T16:41:28.825293+0000 mon.smithi046 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:30.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:29 smithi046 bash[24815]: audit 2023-12-26T16:41:28.825522+0000 mon.smithi046 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:30.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:29 smithi046 bash[24815]: audit 2023-12-26T16:41:28.825748+0000 mon.smithi046 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:30.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:29 smithi046 bash[24815]: audit 2023-12-26T16:41:28.829145+0000 mon.smithi073 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.73:6808/3257212761,v1:172.21.15.73:6809/3257212761]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-26T16:41:30.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:29 smithi046 bash[24815]: audit 2023-12-26T16:41:28.829740+0000 mon.smithi046 (mon.0) 403 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-26T16:41:30.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:29 smithi046 bash[24815]: audit 2023-12-26T16:41:29.468441+0000 mon.smithi046 (mon.0) 404 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:41:30.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:29 smithi046 bash[24815]: audit 2023-12-26T16:41:29.469803+0000 mon.smithi046 (mon.0) 405 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-26T16:41:30.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:29 smithi046 bash[24815]: audit 2023-12-26T16:41:29.470997+0000 mon.smithi046 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:41:30.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:29 smithi046 bash[24815]: cephadm 2023-12-26T16:41:29.472059+0000 mgr.smithi046.hnrily (mgr.14180) 113 : cephadm [INF] Deploying daemon osd.5 on smithi046 2023-12-26T16:41:30.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:30 smithi073 bash[29040]: audit 2023-12-26T16:41:29.831864+0000 mon.smithi046 (mon.0) 407 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-12-26T16:41:30.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:30 smithi073 bash[29040]: cluster 2023-12-26T16:41:29.831974+0000 mon.smithi046 (mon.0) 408 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-26T16:41:30.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:30 smithi073 bash[29040]: audit 2023-12-26T16:41:29.832103+0000 mon.smithi046 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:30.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:30 smithi073 bash[29040]: audit 2023-12-26T16:41:29.832434+0000 mon.smithi046 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:41:30.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:30 smithi073 bash[29040]: audit 2023-12-26T16:41:29.832685+0000 mon.smithi046 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:30.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:30 smithi073 bash[29040]: audit 2023-12-26T16:41:29.832921+0000 mon.smithi046 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:30.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:30 smithi073 bash[29040]: audit 2023-12-26T16:41:29.833162+0000 mon.smithi046 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:30.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:30 smithi073 bash[29040]: audit 2023-12-26T16:41:29.833370+0000 mon.smithi046 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:30.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:30 smithi073 bash[29040]: audit 2023-12-26T16:41:29.833557+0000 mon.smithi046 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:30.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:30 smithi073 bash[29040]: audit 2023-12-26T16:41:29.841287+0000 mon.smithi046 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:41:30.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:30 smithi073 bash[29040]: cluster 2023-12-26T16:41:30.586528+0000 mgr.smithi046.hnrily (mgr.14180) 114 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-26T16:41:31.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:30 smithi046 bash[24815]: audit 2023-12-26T16:41:29.831864+0000 mon.smithi046 (mon.0) 407 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-12-26T16:41:31.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:30 smithi046 bash[24815]: cluster 2023-12-26T16:41:29.831974+0000 mon.smithi046 (mon.0) 408 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-26T16:41:31.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:30 smithi046 bash[24815]: audit 2023-12-26T16:41:29.832103+0000 mon.smithi046 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:31.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:30 smithi046 bash[24815]: audit 2023-12-26T16:41:29.832434+0000 mon.smithi046 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:41:31.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:30 smithi046 bash[24815]: audit 2023-12-26T16:41:29.832685+0000 mon.smithi046 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:31.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:30 smithi046 bash[24815]: audit 2023-12-26T16:41:29.832921+0000 mon.smithi046 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:31.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:30 smithi046 bash[24815]: audit 2023-12-26T16:41:29.833162+0000 mon.smithi046 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:31.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:30 smithi046 bash[24815]: audit 2023-12-26T16:41:29.833370+0000 mon.smithi046 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:31.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:30 smithi046 bash[24815]: audit 2023-12-26T16:41:29.833557+0000 mon.smithi046 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:31.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:30 smithi046 bash[24815]: audit 2023-12-26T16:41:29.841287+0000 mon.smithi046 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:41:31.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:30 smithi046 bash[24815]: cluster 2023-12-26T16:41:30.586528+0000 mgr.smithi046.hnrily (mgr.14180) 114 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-26T16:41:32.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:31 smithi046 bash[24815]: cluster 2023-12-26T16:41:29.048071+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T16:41:32.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:31 smithi046 bash[24815]: cluster 2023-12-26T16:41:29.048155+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T16:41:32.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:31 smithi046 bash[24815]: cluster 2023-12-26T16:41:30.835049+0000 mon.smithi046 (mon.0) 417 : cluster [INF] osd.2 [v2:172.21.15.73:6808/3257212761,v1:172.21.15.73:6809/3257212761] boot 2023-12-26T16:41:32.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:31 smithi046 bash[24815]: cluster 2023-12-26T16:41:30.835084+0000 mon.smithi046 (mon.0) 418 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-26T16:41:32.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:31 smithi046 bash[24815]: audit 2023-12-26T16:41:30.835469+0000 mon.smithi046 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:32.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:31 smithi046 bash[24815]: audit 2023-12-26T16:41:30.835884+0000 mon.smithi046 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:41:32.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:31 smithi046 bash[24815]: audit 2023-12-26T16:41:30.836199+0000 mon.smithi046 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:32.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:31 smithi046 bash[24815]: audit 2023-12-26T16:41:30.836470+0000 mon.smithi046 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:32.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:31 smithi046 bash[24815]: audit 2023-12-26T16:41:30.836741+0000 mon.smithi046 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:32.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:31 smithi046 bash[24815]: audit 2023-12-26T16:41:30.837002+0000 mon.smithi046 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:32.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:31 smithi046 bash[24815]: audit 2023-12-26T16:41:30.837264+0000 mon.smithi046 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:32.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:31 smithi046 bash[24815]: audit 2023-12-26T16:41:31.426385+0000 mon.smithi046 (mon.0) 426 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:41:32.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:31 smithi046 bash[24815]: audit 2023-12-26T16:41:31.432617+0000 mon.smithi046 (mon.0) 427 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/4254897053,v1:172.21.15.46:6803/4254897053]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-26T16:41:32.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:31 smithi073 bash[29040]: cluster 2023-12-26T16:41:29.048071+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T16:41:32.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:31 smithi073 bash[29040]: cluster 2023-12-26T16:41:29.048155+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T16:41:32.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:31 smithi073 bash[29040]: cluster 2023-12-26T16:41:30.835049+0000 mon.smithi046 (mon.0) 417 : cluster [INF] osd.2 [v2:172.21.15.73:6808/3257212761,v1:172.21.15.73:6809/3257212761] boot 2023-12-26T16:41:32.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:31 smithi073 bash[29040]: cluster 2023-12-26T16:41:30.835084+0000 mon.smithi046 (mon.0) 418 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-26T16:41:32.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:31 smithi073 bash[29040]: audit 2023-12-26T16:41:30.835469+0000 mon.smithi046 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:32.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:31 smithi073 bash[29040]: audit 2023-12-26T16:41:30.835884+0000 mon.smithi046 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-26T16:41:32.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:31 smithi073 bash[29040]: audit 2023-12-26T16:41:30.836199+0000 mon.smithi046 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:32.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:31 smithi073 bash[29040]: audit 2023-12-26T16:41:30.836470+0000 mon.smithi046 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:32.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:31 smithi073 bash[29040]: audit 2023-12-26T16:41:30.836741+0000 mon.smithi046 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:32.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:31 smithi073 bash[29040]: audit 2023-12-26T16:41:30.837002+0000 mon.smithi046 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:32.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:31 smithi073 bash[29040]: audit 2023-12-26T16:41:30.837264+0000 mon.smithi046 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:32.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:31 smithi073 bash[29040]: audit 2023-12-26T16:41:31.426385+0000 mon.smithi046 (mon.0) 426 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:41:32.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:31 smithi073 bash[29040]: audit 2023-12-26T16:41:31.432617+0000 mon.smithi046 (mon.0) 427 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/4254897053,v1:172.21.15.46:6803/4254897053]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-26T16:41:33.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:32 smithi046 bash[24815]: audit 2023-12-26T16:41:31.844176+0000 mon.smithi046 (mon.0) 428 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/4254897053,v1:172.21.15.46:6803/4254897053]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-26T16:41:33.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:32 smithi046 bash[24815]: cluster 2023-12-26T16:41:31.844274+0000 mon.smithi046 (mon.0) 429 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-12-26T16:41:33.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:32 smithi046 bash[24815]: audit 2023-12-26T16:41:31.844997+0000 mon.smithi046 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:33.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:32 smithi046 bash[24815]: audit 2023-12-26T16:41:31.845631+0000 mon.smithi046 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:33.126 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:32 smithi046 bash[24815]: audit 2023-12-26T16:41:31.846047+0000 mon.smithi046 (mon.0) 432 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/4254897053,v1:172.21.15.46:6803/4254897053]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-12-26T16:41:33.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:32 smithi046 bash[24815]: audit 2023-12-26T16:41:31.846496+0000 mon.smithi046 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:33.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:32 smithi046 bash[24815]: audit 2023-12-26T16:41:31.846917+0000 mon.smithi046 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:33.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:32 smithi046 bash[24815]: audit 2023-12-26T16:41:31.847447+0000 mon.smithi046 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:33.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:32 smithi046 bash[24815]: audit 2023-12-26T16:41:31.847883+0000 mon.smithi046 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:33.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:32 smithi046 bash[24815]: cluster 2023-12-26T16:41:32.587035+0000 mgr.smithi046.hnrily (mgr.14180) 115 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-26T16:41:33.208 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:32 smithi073 bash[29040]: audit 2023-12-26T16:41:31.844176+0000 mon.smithi046 (mon.0) 428 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/4254897053,v1:172.21.15.46:6803/4254897053]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-26T16:41:33.208 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:32 smithi073 bash[29040]: cluster 2023-12-26T16:41:31.844274+0000 mon.smithi046 (mon.0) 429 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-12-26T16:41:33.209 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:32 smithi073 bash[29040]: audit 2023-12-26T16:41:31.844997+0000 mon.smithi046 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:33.209 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:32 smithi073 bash[29040]: audit 2023-12-26T16:41:31.845631+0000 mon.smithi046 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:33.209 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:32 smithi073 bash[29040]: audit 2023-12-26T16:41:31.846047+0000 mon.smithi046 (mon.0) 432 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/4254897053,v1:172.21.15.46:6803/4254897053]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-12-26T16:41:33.209 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:32 smithi073 bash[29040]: audit 2023-12-26T16:41:31.846496+0000 mon.smithi046 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:33.209 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:32 smithi073 bash[29040]: audit 2023-12-26T16:41:31.846917+0000 mon.smithi046 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:33.209 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:32 smithi073 bash[29040]: audit 2023-12-26T16:41:31.847447+0000 mon.smithi046 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:33.209 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:32 smithi073 bash[29040]: audit 2023-12-26T16:41:31.847883+0000 mon.smithi046 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:33.209 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:32 smithi073 bash[29040]: cluster 2023-12-26T16:41:32.587035+0000 mgr.smithi046.hnrily (mgr.14180) 115 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-26T16:41:34.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:33 smithi073 bash[29040]: audit 2023-12-26T16:41:32.847883+0000 mon.smithi046 (mon.0) 437 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/4254897053,v1:172.21.15.46:6803/4254897053]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2023-12-26T16:41:34.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:33 smithi073 bash[29040]: cluster 2023-12-26T16:41:32.848031+0000 mon.smithi046 (mon.0) 438 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-12-26T16:41:34.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:33 smithi073 bash[29040]: audit 2023-12-26T16:41:32.848237+0000 mon.smithi046 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:34.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:33 smithi073 bash[29040]: audit 2023-12-26T16:41:32.849330+0000 mon.smithi046 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:34.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:33 smithi073 bash[29040]: audit 2023-12-26T16:41:32.854068+0000 mon.smithi046 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:34.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:33 smithi073 bash[29040]: audit 2023-12-26T16:41:32.854439+0000 mon.smithi046 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:34.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:33 smithi073 bash[29040]: audit 2023-12-26T16:41:32.854744+0000 mon.smithi046 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:34.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:33 smithi073 bash[29040]: audit 2023-12-26T16:41:32.858702+0000 mon.smithi046 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:34.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:33 smithi073 bash[29040]: audit 2023-12-26T16:41:32.859165+0000 mon.smithi046 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:34.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:33 smithi073 bash[29040]: audit 2023-12-26T16:41:33.709387+0000 mon.smithi073 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.73:6816/1452822376,v1:172.21.15.73:6817/1452822376]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-26T16:41:34.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:33 smithi073 bash[29040]: audit 2023-12-26T16:41:33.710195+0000 mon.smithi046 (mon.0) 446 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-26T16:41:34.261 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:33 smithi046 bash[24815]: audit 2023-12-26T16:41:32.847883+0000 mon.smithi046 (mon.0) 437 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/4254897053,v1:172.21.15.46:6803/4254897053]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2023-12-26T16:41:34.261 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:33 smithi046 bash[24815]: cluster 2023-12-26T16:41:32.848031+0000 mon.smithi046 (mon.0) 438 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-12-26T16:41:34.261 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:33 smithi046 bash[24815]: audit 2023-12-26T16:41:32.848237+0000 mon.smithi046 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:34.261 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:33 smithi046 bash[24815]: audit 2023-12-26T16:41:32.849330+0000 mon.smithi046 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:34.261 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:33 smithi046 bash[24815]: audit 2023-12-26T16:41:32.854068+0000 mon.smithi046 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:34.261 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:33 smithi046 bash[24815]: audit 2023-12-26T16:41:32.854439+0000 mon.smithi046 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:34.261 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:33 smithi046 bash[24815]: audit 2023-12-26T16:41:32.854744+0000 mon.smithi046 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:34.262 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:33 smithi046 bash[24815]: audit 2023-12-26T16:41:32.858702+0000 mon.smithi046 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:34.262 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:33 smithi046 bash[24815]: audit 2023-12-26T16:41:32.859165+0000 mon.smithi046 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:34.262 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:33 smithi046 bash[24815]: audit 2023-12-26T16:41:33.709387+0000 mon.smithi073 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.73:6816/1452822376,v1:172.21.15.73:6817/1452822376]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-26T16:41:34.262 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:33 smithi046 bash[24815]: audit 2023-12-26T16:41:33.710195+0000 mon.smithi046 (mon.0) 446 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-26T16:41:34.864 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:41:35.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:34 smithi046 bash[24815]: cluster 2023-12-26T16:41:32.429600+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T16:41:35.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:34 smithi046 bash[24815]: cluster 2023-12-26T16:41:32.429705+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T16:41:35.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:34 smithi046 bash[24815]: audit 2023-12-26T16:41:33.854904+0000 mon.smithi046 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:35.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:34 smithi046 bash[24815]: cluster 2023-12-26T16:41:33.865063+0000 mon.smithi046 (mon.0) 448 : cluster [INF] osd.1 [v2:172.21.15.46:6802/4254897053,v1:172.21.15.46:6803/4254897053] boot 2023-12-26T16:41:35.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:34 smithi046 bash[24815]: audit 2023-12-26T16:41:33.865128+0000 mon.smithi046 (mon.0) 449 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-26T16:41:35.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:34 smithi046 bash[24815]: cluster 2023-12-26T16:41:33.865229+0000 mon.smithi046 (mon.0) 450 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-26T16:41:35.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:34 smithi046 bash[24815]: audit 2023-12-26T16:41:33.865707+0000 mon.smithi046 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:35.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:34 smithi046 bash[24815]: audit 2023-12-26T16:41:33.866125+0000 mon.smithi046 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:35.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:34 smithi046 bash[24815]: audit 2023-12-26T16:41:33.866338+0000 mon.smithi046 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:35.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:34 smithi046 bash[24815]: audit 2023-12-26T16:41:33.866342+0000 mon.smithi073 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.73:6816/1452822376,v1:172.21.15.73:6817/1452822376]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-26T16:41:35.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:34 smithi046 bash[24815]: audit 2023-12-26T16:41:33.866633+0000 mon.smithi046 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:35.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:34 smithi046 bash[24815]: audit 2023-12-26T16:41:33.866978+0000 mon.smithi046 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:35.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:34 smithi046 bash[24815]: audit 2023-12-26T16:41:33.867281+0000 mon.smithi046 (mon.0) 456 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-26T16:41:35.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:34 smithi046 bash[24815]: audit 2023-12-26T16:41:33.867541+0000 mon.smithi046 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:35.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:34 smithi046 bash[24815]: audit 2023-12-26T16:41:33.867814+0000 mon.smithi046 (mon.0) 458 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-26T16:41:35.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:34 smithi046 bash[24815]: cluster 2023-12-26T16:41:34.587427+0000 mgr.smithi046.hnrily (mgr.14180) 116 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-26T16:41:35.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:34 smithi073 bash[29040]: cluster 2023-12-26T16:41:32.429600+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T16:41:35.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:34 smithi073 bash[29040]: cluster 2023-12-26T16:41:32.429705+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T16:41:35.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:34 smithi073 bash[29040]: audit 2023-12-26T16:41:33.854904+0000 mon.smithi046 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:35.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:34 smithi073 bash[29040]: cluster 2023-12-26T16:41:33.865063+0000 mon.smithi046 (mon.0) 448 : cluster [INF] osd.1 [v2:172.21.15.46:6802/4254897053,v1:172.21.15.46:6803/4254897053] boot 2023-12-26T16:41:35.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:34 smithi073 bash[29040]: audit 2023-12-26T16:41:33.865128+0000 mon.smithi046 (mon.0) 449 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-26T16:41:35.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:34 smithi073 bash[29040]: cluster 2023-12-26T16:41:33.865229+0000 mon.smithi046 (mon.0) 450 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-26T16:41:35.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:34 smithi073 bash[29040]: audit 2023-12-26T16:41:33.865707+0000 mon.smithi046 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-26T16:41:35.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:34 smithi073 bash[29040]: audit 2023-12-26T16:41:33.866125+0000 mon.smithi046 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:35.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:34 smithi073 bash[29040]: audit 2023-12-26T16:41:33.866338+0000 mon.smithi046 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:35.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:34 smithi073 bash[29040]: audit 2023-12-26T16:41:33.866342+0000 mon.smithi073 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.73:6816/1452822376,v1:172.21.15.73:6817/1452822376]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-26T16:41:35.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:34 smithi073 bash[29040]: audit 2023-12-26T16:41:33.866633+0000 mon.smithi046 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:35.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:34 smithi073 bash[29040]: audit 2023-12-26T16:41:33.866978+0000 mon.smithi046 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:35.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:34 smithi073 bash[29040]: audit 2023-12-26T16:41:33.867281+0000 mon.smithi046 (mon.0) 456 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-26T16:41:35.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:34 smithi073 bash[29040]: audit 2023-12-26T16:41:33.867541+0000 mon.smithi046 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:35.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:34 smithi073 bash[29040]: audit 2023-12-26T16:41:33.867814+0000 mon.smithi046 (mon.0) 458 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-26T16:41:35.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:34 smithi073 bash[29040]: cluster 2023-12-26T16:41:34.587427+0000 mgr.smithi046.hnrily (mgr.14180) 116 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-26T16:41:36.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:35 smithi046 bash[24815]: audit 2023-12-26T16:41:34.869097+0000 mon.smithi046 (mon.0) 459 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-12-26T16:41:36.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:35 smithi046 bash[24815]: audit 2023-12-26T16:41:34.869224+0000 mon.smithi046 (mon.0) 460 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-26T16:41:36.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:35 smithi046 bash[24815]: cluster 2023-12-26T16:41:34.869294+0000 mon.smithi046 (mon.0) 461 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-26T16:41:36.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:35 smithi046 bash[24815]: audit 2023-12-26T16:41:34.869714+0000 mon.smithi046 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:36.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:35 smithi046 bash[24815]: audit 2023-12-26T16:41:34.870265+0000 mon.smithi046 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:36.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:35 smithi046 bash[24815]: audit 2023-12-26T16:41:34.870525+0000 mon.smithi046 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:36.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:35 smithi046 bash[24815]: audit 2023-12-26T16:41:34.870803+0000 mon.smithi046 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:36.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:35 smithi046 bash[24815]: audit 2023-12-26T16:41:34.871068+0000 mon.smithi046 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:36.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:35 smithi046 bash[24815]: audit 2023-12-26T16:41:34.872015+0000 mon.smithi046 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-26T16:41:36.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:35 smithi046 bash[24815]: audit 2023-12-26T16:41:34.879703+0000 mon.smithi046 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:36.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:35 smithi046 bash[24815]: audit 2023-12-26T16:41:34.889586+0000 mon.smithi046 (mon.0) 469 : audit [DBG] from='client.? 172.21.15.46:0/1335784635' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:41:36.093 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":24,"num_osds":8,"num_up_osds":3,"osd_up_since":1703608893,"num_in_osds":8,"osd_in_since":1703608859,"num_remapped_pgs":0} 2023-12-26T16:41:36.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:35 smithi073 bash[29040]: audit 2023-12-26T16:41:34.869097+0000 mon.smithi046 (mon.0) 459 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-12-26T16:41:36.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:35 smithi073 bash[29040]: audit 2023-12-26T16:41:34.869224+0000 mon.smithi046 (mon.0) 460 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-26T16:41:36.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:35 smithi073 bash[29040]: cluster 2023-12-26T16:41:34.869294+0000 mon.smithi046 (mon.0) 461 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-26T16:41:36.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:35 smithi073 bash[29040]: audit 2023-12-26T16:41:34.869714+0000 mon.smithi046 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:36.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:35 smithi073 bash[29040]: audit 2023-12-26T16:41:34.870265+0000 mon.smithi046 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:36.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:35 smithi073 bash[29040]: audit 2023-12-26T16:41:34.870525+0000 mon.smithi046 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:36.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:35 smithi073 bash[29040]: audit 2023-12-26T16:41:34.870803+0000 mon.smithi046 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:36.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:35 smithi073 bash[29040]: audit 2023-12-26T16:41:34.871068+0000 mon.smithi046 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:36.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:35 smithi073 bash[29040]: audit 2023-12-26T16:41:34.872015+0000 mon.smithi046 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-26T16:41:36.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:35 smithi073 bash[29040]: audit 2023-12-26T16:41:34.879703+0000 mon.smithi046 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:36.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:35 smithi073 bash[29040]: audit 2023-12-26T16:41:34.889586+0000 mon.smithi046 (mon.0) 469 : audit [DBG] from='client.? 172.21.15.46:0/1335784635' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:41:37.094 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-26T16:41:37.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:36 smithi046 bash[24815]: cluster 2023-12-26T16:41:34.701869+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T16:41:37.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:36 smithi046 bash[24815]: cluster 2023-12-26T16:41:34.701951+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T16:41:37.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:36 smithi046 bash[24815]: audit 2023-12-26T16:41:35.871762+0000 mon.smithi046 (mon.0) 470 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-26T16:41:37.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:36 smithi046 bash[24815]: cluster 2023-12-26T16:41:35.871861+0000 mon.smithi046 (mon.0) 471 : cluster [INF] osd.4 [v2:172.21.15.73:6816/1452822376,v1:172.21.15.73:6817/1452822376] boot 2023-12-26T16:41:37.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:36 smithi046 bash[24815]: cluster 2023-12-26T16:41:35.871894+0000 mon.smithi046 (mon.0) 472 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-12-26T16:41:37.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:36 smithi046 bash[24815]: audit 2023-12-26T16:41:35.872289+0000 mon.smithi046 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:37.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:36 smithi046 bash[24815]: audit 2023-12-26T16:41:35.872589+0000 mon.smithi046 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:37.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:36 smithi046 bash[24815]: audit 2023-12-26T16:41:35.872835+0000 mon.smithi046 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:37.105 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:36 smithi046 bash[24815]: audit 2023-12-26T16:41:35.873037+0000 mon.smithi046 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:37.105 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:36 smithi046 bash[24815]: audit 2023-12-26T16:41:35.873350+0000 mon.smithi046 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:37.105 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:36 smithi046 bash[24815]: cluster 2023-12-26T16:41:36.587896+0000 mgr.smithi046.hnrily (mgr.14180) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-26T16:41:37.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:36 smithi073 bash[29040]: cluster 2023-12-26T16:41:34.701869+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T16:41:37.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:36 smithi073 bash[29040]: cluster 2023-12-26T16:41:34.701951+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T16:41:37.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:36 smithi073 bash[29040]: audit 2023-12-26T16:41:35.871762+0000 mon.smithi046 (mon.0) 470 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-26T16:41:37.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:36 smithi073 bash[29040]: cluster 2023-12-26T16:41:35.871861+0000 mon.smithi046 (mon.0) 471 : cluster [INF] osd.4 [v2:172.21.15.73:6816/1452822376,v1:172.21.15.73:6817/1452822376] boot 2023-12-26T16:41:37.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:36 smithi073 bash[29040]: cluster 2023-12-26T16:41:35.871894+0000 mon.smithi046 (mon.0) 472 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-12-26T16:41:37.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:36 smithi073 bash[29040]: audit 2023-12-26T16:41:35.872289+0000 mon.smithi046 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:37.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:36 smithi073 bash[29040]: audit 2023-12-26T16:41:35.872589+0000 mon.smithi046 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-26T16:41:37.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:36 smithi073 bash[29040]: audit 2023-12-26T16:41:35.872835+0000 mon.smithi046 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:37.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:36 smithi073 bash[29040]: audit 2023-12-26T16:41:35.873037+0000 mon.smithi046 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:37.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:36 smithi073 bash[29040]: audit 2023-12-26T16:41:35.873350+0000 mon.smithi046 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:37.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:36 smithi073 bash[29040]: cluster 2023-12-26T16:41:36.587896+0000 mgr.smithi046.hnrily (mgr.14180) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-26T16:41:38.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:37 smithi073 bash[29040]: cluster 2023-12-26T16:41:36.886964+0000 mon.smithi046 (mon.0) 478 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-26T16:41:38.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:37 smithi073 bash[29040]: audit 2023-12-26T16:41:36.887404+0000 mon.smithi046 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:38.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:37 smithi073 bash[29040]: audit 2023-12-26T16:41:36.887777+0000 mon.smithi046 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:38.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:37 smithi073 bash[29040]: audit 2023-12-26T16:41:36.887990+0000 mon.smithi046 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:38.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:37 smithi073 bash[29040]: audit 2023-12-26T16:41:36.888258+0000 mon.smithi046 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:38.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:37 smithi073 bash[29040]: audit 2023-12-26T16:41:36.890603+0000 mon.smithi046 (mon.0) 483 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:41:38.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:37 smithi073 bash[29040]: audit 2023-12-26T16:41:36.891847+0000 mon.smithi046 (mon.0) 484 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-26T16:41:38.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:37 smithi073 bash[29040]: audit 2023-12-26T16:41:36.893013+0000 mon.smithi046 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:41:38.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:37 smithi073 bash[29040]: cephadm 2023-12-26T16:41:36.893980+0000 mgr.smithi046.hnrily (mgr.14180) 118 : cephadm [INF] Deploying daemon osd.7 on smithi046 2023-12-26T16:41:38.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:37 smithi046 bash[24815]: cluster 2023-12-26T16:41:36.886964+0000 mon.smithi046 (mon.0) 478 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-26T16:41:38.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:37 smithi046 bash[24815]: audit 2023-12-26T16:41:36.887404+0000 mon.smithi046 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:38.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:37 smithi046 bash[24815]: audit 2023-12-26T16:41:36.887777+0000 mon.smithi046 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:38.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:37 smithi046 bash[24815]: audit 2023-12-26T16:41:36.887990+0000 mon.smithi046 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:38.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:37 smithi046 bash[24815]: audit 2023-12-26T16:41:36.888258+0000 mon.smithi046 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:38.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:37 smithi046 bash[24815]: audit 2023-12-26T16:41:36.890603+0000 mon.smithi046 (mon.0) 483 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:41:38.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:37 smithi046 bash[24815]: audit 2023-12-26T16:41:36.891847+0000 mon.smithi046 (mon.0) 484 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-26T16:41:38.323 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:37 smithi046 bash[24815]: audit 2023-12-26T16:41:36.893013+0000 mon.smithi046 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:41:38.323 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:37 smithi046 bash[24815]: cephadm 2023-12-26T16:41:36.893980+0000 mgr.smithi046.hnrily (mgr.14180) 118 : cephadm [INF] Deploying daemon osd.7 on smithi046 2023-12-26T16:41:39.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:38 smithi046 bash[24815]: audit 2023-12-26T16:41:38.473484+0000 mon.smithi046 (mon.0) 486 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/44154264,v1:172.21.15.46:6811/44154264]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-26T16:41:39.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:38 smithi046 bash[24815]: audit 2023-12-26T16:41:38.585523+0000 mon.smithi073 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.73:6824/2463527454,v1:172.21.15.73:6825/2463527454]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-26T16:41:39.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:38 smithi046 bash[24815]: audit 2023-12-26T16:41:38.586043+0000 mon.smithi046 (mon.0) 487 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-26T16:41:39.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:38 smithi046 bash[24815]: cluster 2023-12-26T16:41:38.588428+0000 mgr.smithi046.hnrily (mgr.14180) 119 : cluster [DBG] pgmap v91: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-26T16:41:39.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:38 smithi073 bash[29040]: audit 2023-12-26T16:41:38.473484+0000 mon.smithi046 (mon.0) 486 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/44154264,v1:172.21.15.46:6811/44154264]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-26T16:41:39.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:38 smithi073 bash[29040]: audit 2023-12-26T16:41:38.585523+0000 mon.smithi073 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.73:6824/2463527454,v1:172.21.15.73:6825/2463527454]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-26T16:41:39.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:38 smithi073 bash[29040]: audit 2023-12-26T16:41:38.586043+0000 mon.smithi046 (mon.0) 487 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-26T16:41:39.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:38 smithi073 bash[29040]: cluster 2023-12-26T16:41:38.588428+0000 mgr.smithi046.hnrily (mgr.14180) 119 : cluster [DBG] pgmap v91: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-26T16:41:40.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:39 smithi046 bash[24815]: audit 2023-12-26T16:41:38.896351+0000 mon.smithi046 (mon.0) 488 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/44154264,v1:172.21.15.46:6811/44154264]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-26T16:41:40.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:39 smithi046 bash[24815]: audit 2023-12-26T16:41:38.896411+0000 mon.smithi046 (mon.0) 489 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-26T16:41:40.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:39 smithi046 bash[24815]: cluster 2023-12-26T16:41:38.896514+0000 mon.smithi046 (mon.0) 490 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-12-26T16:41:40.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:39 smithi046 bash[24815]: audit 2023-12-26T16:41:38.896712+0000 mon.smithi046 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:40.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:39 smithi046 bash[24815]: audit 2023-12-26T16:41:38.897247+0000 mon.smithi046 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:40.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:39 smithi046 bash[24815]: audit 2023-12-26T16:41:38.897452+0000 mon.smithi046 (mon.0) 493 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/44154264,v1:172.21.15.46:6811/44154264]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-12-26T16:41:40.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:39 smithi046 bash[24815]: audit 2023-12-26T16:41:38.897693+0000 mon.smithi046 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:40.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:39 smithi046 bash[24815]: audit 2023-12-26T16:41:38.897767+0000 mon.smithi073 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.73:6824/2463527454,v1:172.21.15.73:6825/2463527454]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-26T16:41:40.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:39 smithi046 bash[24815]: audit 2023-12-26T16:41:38.897941+0000 mon.smithi046 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:40.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:39 smithi046 bash[24815]: audit 2023-12-26T16:41:38.898485+0000 mon.smithi046 (mon.0) 496 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-26T16:41:40.173 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:39 smithi073 bash[29040]: audit 2023-12-26T16:41:38.896351+0000 mon.smithi046 (mon.0) 488 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/44154264,v1:172.21.15.46:6811/44154264]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-26T16:41:40.173 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:39 smithi073 bash[29040]: audit 2023-12-26T16:41:38.896411+0000 mon.smithi046 (mon.0) 489 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-26T16:41:40.173 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:39 smithi073 bash[29040]: cluster 2023-12-26T16:41:38.896514+0000 mon.smithi046 (mon.0) 490 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-12-26T16:41:40.173 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:39 smithi073 bash[29040]: audit 2023-12-26T16:41:38.896712+0000 mon.smithi046 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:40.174 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:39 smithi073 bash[29040]: audit 2023-12-26T16:41:38.897247+0000 mon.smithi046 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:40.174 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:39 smithi073 bash[29040]: audit 2023-12-26T16:41:38.897452+0000 mon.smithi046 (mon.0) 493 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/44154264,v1:172.21.15.46:6811/44154264]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-12-26T16:41:40.174 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:39 smithi073 bash[29040]: audit 2023-12-26T16:41:38.897693+0000 mon.smithi046 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:40.174 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:39 smithi073 bash[29040]: audit 2023-12-26T16:41:38.897767+0000 mon.smithi073 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.73:6824/2463527454,v1:172.21.15.73:6825/2463527454]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-26T16:41:40.174 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:39 smithi073 bash[29040]: audit 2023-12-26T16:41:38.897941+0000 mon.smithi046 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:40.174 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:39 smithi073 bash[29040]: audit 2023-12-26T16:41:38.898485+0000 mon.smithi046 (mon.0) 496 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-12-26T16:41:41.173 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:40 smithi046 bash[24815]: audit 2023-12-26T16:41:39.897675+0000 mon.smithi046 (mon.0) 497 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/44154264,v1:172.21.15.46:6811/44154264]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2023-12-26T16:41:41.173 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:40 smithi046 bash[24815]: audit 2023-12-26T16:41:39.897742+0000 mon.smithi046 (mon.0) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-12-26T16:41:41.173 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:40 smithi046 bash[24815]: cluster 2023-12-26T16:41:39.897795+0000 mon.smithi046 (mon.0) 499 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2023-12-26T16:41:41.173 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:40 smithi046 bash[24815]: audit 2023-12-26T16:41:39.898259+0000 mon.smithi046 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:41.173 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:40 smithi046 bash[24815]: audit 2023-12-26T16:41:39.898524+0000 mon.smithi046 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:41.173 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:40 smithi046 bash[24815]: audit 2023-12-26T16:41:39.899331+0000 mon.smithi046 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:41.174 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:40 smithi046 bash[24815]: audit 2023-12-26T16:41:39.899538+0000 mon.smithi046 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:41.174 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:40 smithi046 bash[24815]: audit 2023-12-26T16:41:39.906285+0000 mon.smithi046 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:41.174 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:40 smithi046 bash[24815]: audit 2023-12-26T16:41:39.906569+0000 mon.smithi046 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:41.174 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:40 smithi046 bash[24815]: cluster 2023-12-26T16:41:40.351602+0000 mon.smithi046 (mon.0) 506 : cluster [INF] osd.3 [v2:172.21.15.46:6810/44154264,v1:172.21.15.46:6811/44154264] boot 2023-12-26T16:41:41.174 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:40 smithi046 bash[24815]: cluster 2023-12-26T16:41:40.351657+0000 mon.smithi046 (mon.0) 507 : cluster [INF] osd.6 [v2:172.21.15.73:6824/2463527454,v1:172.21.15.73:6825/2463527454] boot 2023-12-26T16:41:41.174 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:40 smithi046 bash[24815]: cluster 2023-12-26T16:41:40.351700+0000 mon.smithi046 (mon.0) 508 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2023-12-26T16:41:41.174 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:40 smithi046 bash[24815]: audit 2023-12-26T16:41:40.352100+0000 mon.smithi046 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:41.174 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:40 smithi046 bash[24815]: audit 2023-12-26T16:41:40.352570+0000 mon.smithi046 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:41.174 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:40 smithi046 bash[24815]: audit 2023-12-26T16:41:40.352919+0000 mon.smithi046 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:41.174 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:40 smithi046 bash[24815]: audit 2023-12-26T16:41:40.353252+0000 mon.smithi046 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:41.174 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:40 smithi046 bash[24815]: cluster 2023-12-26T16:41:40.589035+0000 mgr.smithi046.hnrily (mgr.14180) 120 : cluster [DBG] pgmap v95: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-26T16:41:41.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:40 smithi073 bash[29040]: audit 2023-12-26T16:41:39.897675+0000 mon.smithi046 (mon.0) 497 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/44154264,v1:172.21.15.46:6811/44154264]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2023-12-26T16:41:41.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:40 smithi073 bash[29040]: audit 2023-12-26T16:41:39.897742+0000 mon.smithi046 (mon.0) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-12-26T16:41:41.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:40 smithi073 bash[29040]: cluster 2023-12-26T16:41:39.897795+0000 mon.smithi046 (mon.0) 499 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2023-12-26T16:41:41.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:40 smithi073 bash[29040]: audit 2023-12-26T16:41:39.898259+0000 mon.smithi046 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:41.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:40 smithi073 bash[29040]: audit 2023-12-26T16:41:39.898524+0000 mon.smithi046 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:41.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:40 smithi073 bash[29040]: audit 2023-12-26T16:41:39.899331+0000 mon.smithi046 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:41.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:40 smithi073 bash[29040]: audit 2023-12-26T16:41:39.899538+0000 mon.smithi046 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:41.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:40 smithi073 bash[29040]: audit 2023-12-26T16:41:39.906285+0000 mon.smithi046 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:41.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:40 smithi073 bash[29040]: audit 2023-12-26T16:41:39.906569+0000 mon.smithi046 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:41.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:40 smithi073 bash[29040]: cluster 2023-12-26T16:41:40.351602+0000 mon.smithi046 (mon.0) 506 : cluster [INF] osd.3 [v2:172.21.15.46:6810/44154264,v1:172.21.15.46:6811/44154264] boot 2023-12-26T16:41:41.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:40 smithi073 bash[29040]: cluster 2023-12-26T16:41:40.351657+0000 mon.smithi046 (mon.0) 507 : cluster [INF] osd.6 [v2:172.21.15.73:6824/2463527454,v1:172.21.15.73:6825/2463527454] boot 2023-12-26T16:41:41.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:40 smithi073 bash[29040]: cluster 2023-12-26T16:41:40.351700+0000 mon.smithi046 (mon.0) 508 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2023-12-26T16:41:41.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:40 smithi073 bash[29040]: audit 2023-12-26T16:41:40.352100+0000 mon.smithi046 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-26T16:41:41.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:40 smithi073 bash[29040]: audit 2023-12-26T16:41:40.352570+0000 mon.smithi046 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:41.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:40 smithi073 bash[29040]: audit 2023-12-26T16:41:40.352919+0000 mon.smithi046 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-26T16:41:41.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:40 smithi073 bash[29040]: audit 2023-12-26T16:41:40.353252+0000 mon.smithi046 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:41.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:40 smithi073 bash[29040]: cluster 2023-12-26T16:41:40.589035+0000 mgr.smithi046.hnrily (mgr.14180) 120 : cluster [DBG] pgmap v95: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-26T16:41:42.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:41 smithi046 bash[24815]: cluster 2023-12-26T16:41:39.505976+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T16:41:42.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:41 smithi046 bash[24815]: cluster 2023-12-26T16:41:39.506043+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T16:41:42.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:41 smithi046 bash[24815]: cluster 2023-12-26T16:41:39.619306+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T16:41:42.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:41 smithi046 bash[24815]: cluster 2023-12-26T16:41:39.619441+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T16:41:42.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:41 smithi046 bash[24815]: audit 2023-12-26T16:41:40.994215+0000 mon.smithi046 (mon.0) 513 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:41:42.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:41 smithi046 bash[24815]: cluster 2023-12-26T16:41:41.355309+0000 mon.smithi046 (mon.0) 514 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-12-26T16:41:42.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:41 smithi046 bash[24815]: audit 2023-12-26T16:41:41.355479+0000 mon.smithi046 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:42.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:41 smithi046 bash[24815]: audit 2023-12-26T16:41:41.355793+0000 mon.smithi046 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:42.466 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:41 smithi073 bash[29040]: cluster 2023-12-26T16:41:39.505976+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T16:41:42.466 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:41 smithi073 bash[29040]: cluster 2023-12-26T16:41:39.506043+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T16:41:42.466 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:41 smithi073 bash[29040]: cluster 2023-12-26T16:41:39.619306+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T16:41:42.466 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:41 smithi073 bash[29040]: cluster 2023-12-26T16:41:39.619441+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T16:41:42.466 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:41 smithi073 bash[29040]: audit 2023-12-26T16:41:40.994215+0000 mon.smithi046 (mon.0) 513 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:41:42.466 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:41 smithi073 bash[29040]: cluster 2023-12-26T16:41:41.355309+0000 mon.smithi046 (mon.0) 514 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-12-26T16:41:42.466 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:41 smithi073 bash[29040]: audit 2023-12-26T16:41:41.355479+0000 mon.smithi046 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:42.466 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:41 smithi073 bash[29040]: audit 2023-12-26T16:41:41.355793+0000 mon.smithi046 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:43.164 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:41:43.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:43 smithi073 bash[29040]: cluster 2023-12-26T16:41:42.355733+0000 mon.smithi046 (mon.0) 517 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-12-26T16:41:43.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:43 smithi073 bash[29040]: audit 2023-12-26T16:41:42.356017+0000 mon.smithi046 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:43.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:43 smithi073 bash[29040]: audit 2023-12-26T16:41:42.356848+0000 mon.smithi046 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:43.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:43 smithi073 bash[29040]: cluster 2023-12-26T16:41:42.589394+0000 mgr.smithi046.hnrily (mgr.14180) 121 : cluster [DBG] pgmap v98: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-26T16:41:43.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:43 smithi073 bash[29040]: audit 2023-12-26T16:41:43.189385+0000 mon.smithi046 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.46:0/587387848' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:41:43.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:43 smithi046 bash[24815]: cluster 2023-12-26T16:41:42.355733+0000 mon.smithi046 (mon.0) 517 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-12-26T16:41:43.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:43 smithi046 bash[24815]: audit 2023-12-26T16:41:42.356017+0000 mon.smithi046 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:43.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:43 smithi046 bash[24815]: audit 2023-12-26T16:41:42.356848+0000 mon.smithi046 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:43.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:43 smithi046 bash[24815]: cluster 2023-12-26T16:41:42.589394+0000 mgr.smithi046.hnrily (mgr.14180) 121 : cluster [DBG] pgmap v98: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-26T16:41:43.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:43 smithi046 bash[24815]: audit 2023-12-26T16:41:43.189385+0000 mon.smithi046 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.46:0/587387848' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:41:44.421 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":31,"num_osds":8,"num_up_osds":6,"osd_up_since":1703608900,"num_in_osds":8,"osd_in_since":1703608859,"num_remapped_pgs":0} 2023-12-26T16:41:45.423 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-26T16:41:45.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:45 smithi046 bash[24815]: cluster 2023-12-26T16:41:44.589874+0000 mgr.smithi046.hnrily (mgr.14180) 122 : cluster [DBG] pgmap v99: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-26T16:41:45.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:45 smithi046 bash[24815]: audit 2023-12-26T16:41:45.199821+0000 mon.smithi046 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:41:45.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:45 smithi073 bash[29040]: cluster 2023-12-26T16:41:44.589874+0000 mgr.smithi046.hnrily (mgr.14180) 122 : cluster [DBG] pgmap v99: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-26T16:41:45.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:45 smithi073 bash[29040]: audit 2023-12-26T16:41:45.199821+0000 mon.smithi046 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:41:47.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:47 smithi046 bash[24815]: cluster 2023-12-26T16:41:46.590296+0000 mgr.smithi046.hnrily (mgr.14180) 123 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-26T16:41:47.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:47 smithi046 bash[24815]: audit 2023-12-26T16:41:46.897127+0000 mon.smithi046 (mon.0) 522 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/2574043495,v1:172.21.15.46:6819/2574043495]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-26T16:41:47.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:47 smithi073 bash[29040]: cluster 2023-12-26T16:41:46.590296+0000 mgr.smithi046.hnrily (mgr.14180) 123 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-26T16:41:47.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:47 smithi073 bash[29040]: audit 2023-12-26T16:41:46.897127+0000 mon.smithi046 (mon.0) 522 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/2574043495,v1:172.21.15.46:6819/2574043495]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-26T16:41:48.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:48 smithi073 bash[29040]: audit 2023-12-26T16:41:47.653786+0000 mon.smithi046 (mon.0) 523 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/2574043495,v1:172.21.15.46:6819/2574043495]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-26T16:41:48.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:48 smithi073 bash[29040]: cluster 2023-12-26T16:41:47.653888+0000 mon.smithi046 (mon.0) 524 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-12-26T16:41:48.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:48 smithi073 bash[29040]: audit 2023-12-26T16:41:47.654496+0000 mon.smithi046 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:48.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:48 smithi073 bash[29040]: audit 2023-12-26T16:41:47.654945+0000 mon.smithi046 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:48.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:48 smithi073 bash[29040]: audit 2023-12-26T16:41:47.655304+0000 mon.smithi046 (mon.0) 527 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/2574043495,v1:172.21.15.46:6819/2574043495]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-12-26T16:41:49.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:48 smithi046 bash[24815]: audit 2023-12-26T16:41:47.653786+0000 mon.smithi046 (mon.0) 523 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/2574043495,v1:172.21.15.46:6819/2574043495]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-26T16:41:49.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:48 smithi046 bash[24815]: cluster 2023-12-26T16:41:47.653888+0000 mon.smithi046 (mon.0) 524 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-12-26T16:41:49.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:48 smithi046 bash[24815]: audit 2023-12-26T16:41:47.654496+0000 mon.smithi046 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:49.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:48 smithi046 bash[24815]: audit 2023-12-26T16:41:47.654945+0000 mon.smithi046 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:49.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:48 smithi046 bash[24815]: audit 2023-12-26T16:41:47.655304+0000 mon.smithi046 (mon.0) 527 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/2574043495,v1:172.21.15.46:6819/2574043495]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-12-26T16:41:49.779 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:41:49.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:49 smithi073 bash[29040]: cluster 2023-12-26T16:41:48.590891+0000 mgr.smithi046.hnrily (mgr.14180) 124 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-26T16:41:49.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:49 smithi073 bash[29040]: audit 2023-12-26T16:41:48.656475+0000 mon.smithi046 (mon.0) 528 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/2574043495,v1:172.21.15.46:6819/2574043495]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2023-12-26T16:41:49.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:49 smithi073 bash[29040]: cluster 2023-12-26T16:41:48.656628+0000 mon.smithi046 (mon.0) 529 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-12-26T16:41:49.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:49 smithi073 bash[29040]: audit 2023-12-26T16:41:48.656886+0000 mon.smithi046 (mon.0) 530 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:49.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:49 smithi073 bash[29040]: audit 2023-12-26T16:41:48.657898+0000 mon.smithi046 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:49.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:49 smithi073 bash[29040]: audit 2023-12-26T16:41:48.663650+0000 mon.smithi046 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:49.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:49 smithi073 bash[29040]: audit 2023-12-26T16:41:49.663057+0000 mon.smithi046 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:49.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:49 smithi046 bash[24815]: cluster 2023-12-26T16:41:48.590891+0000 mgr.smithi046.hnrily (mgr.14180) 124 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-26T16:41:49.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:49 smithi046 bash[24815]: audit 2023-12-26T16:41:48.656475+0000 mon.smithi046 (mon.0) 528 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/2574043495,v1:172.21.15.46:6819/2574043495]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2023-12-26T16:41:49.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:49 smithi046 bash[24815]: cluster 2023-12-26T16:41:48.656628+0000 mon.smithi046 (mon.0) 529 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-12-26T16:41:49.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:49 smithi046 bash[24815]: audit 2023-12-26T16:41:48.656886+0000 mon.smithi046 (mon.0) 530 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:49.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:49 smithi046 bash[24815]: audit 2023-12-26T16:41:48.657898+0000 mon.smithi046 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:49.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:49 smithi046 bash[24815]: audit 2023-12-26T16:41:48.663650+0000 mon.smithi046 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:49.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:49 smithi046 bash[24815]: audit 2023-12-26T16:41:49.663057+0000 mon.smithi046 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:50.520 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":34,"num_osds":8,"num_up_osds":7,"osd_up_since":1703608909,"num_in_osds":8,"osd_in_since":1703608859,"num_remapped_pgs":0} 2023-12-26T16:41:50.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:50 smithi073 bash[29040]: cluster 2023-12-26T16:41:47.869821+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T16:41:50.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:50 smithi073 bash[29040]: cluster 2023-12-26T16:41:47.869914+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T16:41:50.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:50 smithi073 bash[29040]: cluster 2023-12-26T16:41:49.677310+0000 mon.smithi046 (mon.0) 534 : cluster [INF] osd.5 [v2:172.21.15.46:6818/2574043495,v1:172.21.15.46:6819/2574043495] boot 2023-12-26T16:41:50.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:50 smithi073 bash[29040]: cluster 2023-12-26T16:41:49.677361+0000 mon.smithi046 (mon.0) 535 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-12-26T16:41:50.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:50 smithi073 bash[29040]: audit 2023-12-26T16:41:49.677763+0000 mon.smithi046 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:50.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:50 smithi073 bash[29040]: audit 2023-12-26T16:41:49.678143+0000 mon.smithi046 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:50.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:50 smithi073 bash[29040]: audit 2023-12-26T16:41:49.804356+0000 mon.smithi046 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.46:0/3411189579' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:41:50.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:50 smithi073 bash[29040]: cluster 2023-12-26T16:41:50.591581+0000 mgr.smithi046.hnrily (mgr.14180) 125 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-26T16:41:51.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:50 smithi046 bash[24815]: cluster 2023-12-26T16:41:47.869821+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T16:41:51.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:50 smithi046 bash[24815]: cluster 2023-12-26T16:41:47.869914+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T16:41:51.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:50 smithi046 bash[24815]: cluster 2023-12-26T16:41:49.677310+0000 mon.smithi046 (mon.0) 534 : cluster [INF] osd.5 [v2:172.21.15.46:6818/2574043495,v1:172.21.15.46:6819/2574043495] boot 2023-12-26T16:41:51.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:50 smithi046 bash[24815]: cluster 2023-12-26T16:41:49.677361+0000 mon.smithi046 (mon.0) 535 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-12-26T16:41:51.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:50 smithi046 bash[24815]: audit 2023-12-26T16:41:49.677763+0000 mon.smithi046 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-26T16:41:51.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:50 smithi046 bash[24815]: audit 2023-12-26T16:41:49.678143+0000 mon.smithi046 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:51.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:50 smithi046 bash[24815]: audit 2023-12-26T16:41:49.804356+0000 mon.smithi046 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.46:0/3411189579' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:41:51.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:50 smithi046 bash[24815]: cluster 2023-12-26T16:41:50.591581+0000 mgr.smithi046.hnrily (mgr.14180) 125 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-26T16:41:51.521 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-26T16:41:51.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:51 smithi046 bash[24815]: cluster 2023-12-26T16:41:50.687443+0000 mon.smithi046 (mon.0) 539 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-12-26T16:41:51.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:51 smithi046 bash[24815]: audit 2023-12-26T16:41:50.687679+0000 mon.smithi046 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:51.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:51 smithi073 bash[29040]: cluster 2023-12-26T16:41:50.687443+0000 mon.smithi046 (mon.0) 539 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-12-26T16:41:51.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:51 smithi073 bash[29040]: audit 2023-12-26T16:41:50.687679+0000 mon.smithi046 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:52.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:52 smithi073 bash[29040]: cluster 2023-12-26T16:41:52.592168+0000 mgr.smithi046.hnrily (mgr.14180) 126 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-26T16:41:53.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:52 smithi046 bash[24815]: cluster 2023-12-26T16:41:52.592168+0000 mgr.smithi046.hnrily (mgr.14180) 126 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-26T16:41:53.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:53 smithi046 bash[24815]: audit 2023-12-26T16:41:53.330860+0000 mon.smithi046 (mon.0) 541 : audit [INF] from='osd.7 [v2:172.21.15.46:6826/1037245908,v1:172.21.15.46:6827/1037245908]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-26T16:41:53.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:53 smithi073 bash[29040]: audit 2023-12-26T16:41:53.330860+0000 mon.smithi046 (mon.0) 541 : audit [INF] from='osd.7 [v2:172.21.15.46:6826/1037245908,v1:172.21.15.46:6827/1037245908]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-26T16:41:54.817 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:54 smithi046 bash[24815]: audit 2023-12-26T16:41:53.706354+0000 mon.smithi046 (mon.0) 542 : audit [INF] from='osd.7 [v2:172.21.15.46:6826/1037245908,v1:172.21.15.46:6827/1037245908]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-26T16:41:54.817 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:54 smithi046 bash[24815]: cluster 2023-12-26T16:41:53.706447+0000 mon.smithi046 (mon.0) 543 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-12-26T16:41:54.817 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:54 smithi046 bash[24815]: audit 2023-12-26T16:41:53.706652+0000 mon.smithi046 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:54.817 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:54 smithi046 bash[24815]: audit 2023-12-26T16:41:53.707139+0000 mon.smithi046 (mon.0) 545 : audit [INF] from='osd.7 [v2:172.21.15.46:6826/1037245908,v1:172.21.15.46:6827/1037245908]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-12-26T16:41:54.817 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:54 smithi046 bash[24815]: cluster 2023-12-26T16:41:54.592546+0000 mgr.smithi046.hnrily (mgr.14180) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-26T16:41:54.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:54 smithi073 bash[29040]: audit 2023-12-26T16:41:53.706354+0000 mon.smithi046 (mon.0) 542 : audit [INF] from='osd.7 [v2:172.21.15.46:6826/1037245908,v1:172.21.15.46:6827/1037245908]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-26T16:41:54.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:54 smithi073 bash[29040]: cluster 2023-12-26T16:41:53.706447+0000 mon.smithi046 (mon.0) 543 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-12-26T16:41:54.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:54 smithi073 bash[29040]: audit 2023-12-26T16:41:53.706652+0000 mon.smithi046 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:54.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:54 smithi073 bash[29040]: audit 2023-12-26T16:41:53.707139+0000 mon.smithi046 (mon.0) 545 : audit [INF] from='osd.7 [v2:172.21.15.46:6826/1037245908,v1:172.21.15.46:6827/1037245908]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2023-12-26T16:41:54.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:54 smithi073 bash[29040]: cluster 2023-12-26T16:41:54.592546+0000 mgr.smithi046.hnrily (mgr.14180) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-26T16:41:55.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:55 smithi073 bash[29040]: audit 2023-12-26T16:41:54.708658+0000 mon.smithi046 (mon.0) 546 : audit [INF] from='osd.7 [v2:172.21.15.46:6826/1037245908,v1:172.21.15.46:6827/1037245908]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2023-12-26T16:41:55.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:55 smithi073 bash[29040]: cluster 2023-12-26T16:41:54.708713+0000 mon.smithi046 (mon.0) 547 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-12-26T16:41:55.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:55 smithi073 bash[29040]: audit 2023-12-26T16:41:54.709094+0000 mon.smithi046 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:55.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:55 smithi073 bash[29040]: audit 2023-12-26T16:41:54.715644+0000 mon.smithi046 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:56.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:55 smithi046 bash[24815]: audit 2023-12-26T16:41:54.708658+0000 mon.smithi046 (mon.0) 546 : audit [INF] from='osd.7 [v2:172.21.15.46:6826/1037245908,v1:172.21.15.46:6827/1037245908]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2023-12-26T16:41:56.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:55 smithi046 bash[24815]: cluster 2023-12-26T16:41:54.708713+0000 mon.smithi046 (mon.0) 547 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-12-26T16:41:56.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:55 smithi046 bash[24815]: audit 2023-12-26T16:41:54.709094+0000 mon.smithi046 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:56.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:55 smithi046 bash[24815]: audit 2023-12-26T16:41:54.715644+0000 mon.smithi046 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:56.133 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:41:56.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:56 smithi073 bash[29040]: cluster 2023-12-26T16:41:54.316343+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T16:41:56.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:56 smithi073 bash[29040]: cluster 2023-12-26T16:41:54.316440+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T16:41:56.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:56 smithi073 bash[29040]: cluster 2023-12-26T16:41:55.719293+0000 mon.smithi046 (mon.0) 550 : cluster [INF] osd.7 [v2:172.21.15.46:6826/1037245908,v1:172.21.15.46:6827/1037245908] boot 2023-12-26T16:41:56.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:56 smithi073 bash[29040]: cluster 2023-12-26T16:41:55.719370+0000 mon.smithi046 (mon.0) 551 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-26T16:41:56.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:56 smithi073 bash[29040]: audit 2023-12-26T16:41:55.720026+0000 mon.smithi046 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:56.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:56 smithi073 bash[29040]: audit 2023-12-26T16:41:56.157896+0000 mon.smithi046 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.46:0/1194352410' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:41:56.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:56 smithi073 bash[29040]: cluster 2023-12-26T16:41:56.593067+0000 mgr.smithi046.hnrily (mgr.14180) 128 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-26T16:41:57.007 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:56 smithi046 bash[24815]: cluster 2023-12-26T16:41:54.316343+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-26T16:41:57.007 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:56 smithi046 bash[24815]: cluster 2023-12-26T16:41:54.316440+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-26T16:41:57.007 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:56 smithi046 bash[24815]: cluster 2023-12-26T16:41:55.719293+0000 mon.smithi046 (mon.0) 550 : cluster [INF] osd.7 [v2:172.21.15.46:6826/1037245908,v1:172.21.15.46:6827/1037245908] boot 2023-12-26T16:41:57.007 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:56 smithi046 bash[24815]: cluster 2023-12-26T16:41:55.719370+0000 mon.smithi046 (mon.0) 551 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-26T16:41:57.007 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:56 smithi046 bash[24815]: audit 2023-12-26T16:41:55.720026+0000 mon.smithi046 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-26T16:41:57.007 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:56 smithi046 bash[24815]: audit 2023-12-26T16:41:56.157896+0000 mon.smithi046 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.46:0/1194352410' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-26T16:41:57.007 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:56 smithi046 bash[24815]: cluster 2023-12-26T16:41:56.593067+0000 mgr.smithi046.hnrily (mgr.14180) 128 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-26T16:41:57.039 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":38,"num_osds":8,"num_up_osds":8,"osd_up_since":1703608915,"num_in_osds":8,"osd_in_since":1703608859,"num_remapped_pgs":0} 2023-12-26T16:41:57.040 INFO:tasks.cephadm:Setting up client nodes... 2023-12-26T16:41:57.040 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-26T16:41:57.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:57 smithi073 bash[29040]: cluster 2023-12-26T16:41:56.732511+0000 mon.smithi046 (mon.0) 554 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-26T16:41:58.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:57 smithi046 bash[24815]: cluster 2023-12-26T16:41:56.732511+0000 mon.smithi046 (mon.0) 554 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-26T16:41:59.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:58 smithi046 bash[24815]: audit 2023-12-26T16:41:57.824229+0000 mon.smithi046 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:41:59.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:58 smithi046 bash[24815]: audit 2023-12-26T16:41:57.827233+0000 mon.smithi046 (mon.0) 556 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:41:59.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:41:58 smithi046 bash[24815]: cluster 2023-12-26T16:41:58.593697+0000 mgr.smithi046.hnrily (mgr.14180) 129 : cluster [DBG] pgmap v114: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:41:59.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:58 smithi073 bash[29040]: audit 2023-12-26T16:41:57.824229+0000 mon.smithi046 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:41:59.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:58 smithi073 bash[29040]: audit 2023-12-26T16:41:57.827233+0000 mon.smithi046 (mon.0) 556 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:41:59.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:41:58 smithi073 bash[29040]: cluster 2023-12-26T16:41:58.593697+0000 mgr.smithi046.hnrily (mgr.14180) 129 : cluster [DBG] pgmap v114: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:00.423 INFO:teuthology.orchestra.run.smithi046.stdout:[client.0] 2023-12-26T16:42:00.423 INFO:teuthology.orchestra.run.smithi046.stdout: key = AQBYAotlfkNbGhAApFhBs1FfFsGPNPWxh2GtZg== 2023-12-26T16:42:01.130 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-12-26T16:42:01.130 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-26T16:42:01.130 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-26T16:42:01.156 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-26T16:42:01.470 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:01 smithi073 bash[29040]: audit 2023-12-26T16:42:00.441853+0000 mon.smithi046 (mon.0) 557 : audit [INF] from='client.? 172.21.15.46:0/3601046202' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-26T16:42:01.470 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:01 smithi073 bash[29040]: audit 2023-12-26T16:42:00.448552+0000 mon.smithi046 (mon.0) 558 : audit [INF] from='client.? 172.21.15.46:0/3601046202' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-26T16:42:01.470 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:01 smithi073 bash[29040]: cluster 2023-12-26T16:42:00.594441+0000 mgr.smithi046.hnrily (mgr.14180) 130 : cluster [DBG] pgmap v115: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:01.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:01 smithi046 bash[24815]: audit 2023-12-26T16:42:00.441853+0000 mon.smithi046 (mon.0) 557 : audit [INF] from='client.? 172.21.15.46:0/3601046202' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-26T16:42:01.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:01 smithi046 bash[24815]: audit 2023-12-26T16:42:00.448552+0000 mon.smithi046 (mon.0) 558 : audit [INF] from='client.? 172.21.15.46:0/3601046202' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-26T16:42:01.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:01 smithi046 bash[24815]: cluster 2023-12-26T16:42:00.594441+0000 mgr.smithi046.hnrily (mgr.14180) 130 : cluster [DBG] pgmap v115: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:03.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:03 smithi073 bash[29040]: cluster 2023-12-26T16:42:02.595085+0000 mgr.smithi046.hnrily (mgr.14180) 131 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:03.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:03 smithi073 bash[29040]: audit 2023-12-26T16:42:03.193028+0000 mon.smithi046 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:42:04.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:03 smithi046 bash[24815]: cluster 2023-12-26T16:42:02.595085+0000 mgr.smithi046.hnrily (mgr.14180) 131 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:04.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:03 smithi046 bash[24815]: audit 2023-12-26T16:42:03.193028+0000 mon.smithi046 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:42:04.578 INFO:teuthology.orchestra.run.smithi073.stdout:[client.1] 2023-12-26T16:42:04.578 INFO:teuthology.orchestra.run.smithi073.stdout: key = AQBcAotlw5uVIxAAaK4AvVDT+lltgkBFZyelNg== 2023-12-26T16:42:04.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:04 smithi073 bash[29040]: audit 2023-12-26T16:42:04.596268+0000 mon.smithi073 (mon.1) 18 : audit [INF] from='client.? 172.21.15.73:0/2852582221' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-26T16:42:04.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:04 smithi073 bash[29040]: audit 2023-12-26T16:42:04.596762+0000 mon.smithi046 (mon.0) 560 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-26T16:42:04.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:04 smithi073 bash[29040]: audit 2023-12-26T16:42:04.602755+0000 mon.smithi046 (mon.0) 561 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-26T16:42:05.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:04 smithi046 bash[24815]: audit 2023-12-26T16:42:04.596268+0000 mon.smithi073 (mon.1) 18 : audit [INF] from='client.? 172.21.15.73:0/2852582221' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-26T16:42:05.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:04 smithi046 bash[24815]: audit 2023-12-26T16:42:04.596762+0000 mon.smithi046 (mon.0) 560 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-26T16:42:05.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:04 smithi046 bash[24815]: audit 2023-12-26T16:42:04.602755+0000 mon.smithi046 (mon.0) 561 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-26T16:42:05.361 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-26T16:42:05.361 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-26T16:42:05.361 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-26T16:42:05.422 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-26T16:42:05.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:05 smithi046 bash[24815]: cluster 2023-12-26T16:42:04.595647+0000 mgr.smithi046.hnrily (mgr.14180) 132 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:05.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:05 smithi046 bash[24815]: audit 2023-12-26T16:42:04.877370+0000 mon.smithi046 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:42:05.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:05 smithi073 bash[29040]: cluster 2023-12-26T16:42:04.595647+0000 mgr.smithi046.hnrily (mgr.14180) 132 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:05.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:05 smithi073 bash[29040]: audit 2023-12-26T16:42:04.877370+0000 mon.smithi046 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:42:07.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:07 smithi073 bash[29040]: cluster 2023-12-26T16:42:06.596196+0000 mgr.smithi046.hnrily (mgr.14180) 133 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:08.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:07 smithi046 bash[24815]: cluster 2023-12-26T16:42:06.596196+0000 mgr.smithi046.hnrily (mgr.14180) 133 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:09.644 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:42:09.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:09 smithi073 bash[29040]: cluster 2023-12-26T16:42:08.596853+0000 mgr.smithi046.hnrily (mgr.14180) 134 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:10.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:09 smithi046 bash[24815]: cluster 2023-12-26T16:42:08.596853+0000 mgr.smithi046.hnrily (mgr.14180) 134 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:11.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:11 smithi073 bash[29040]: cluster 2023-12-26T16:42:10.597458+0000 mgr.smithi046.hnrily (mgr.14180) 135 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:11.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:11 smithi046 bash[24815]: cluster 2023-12-26T16:42:10.597458+0000 mgr.smithi046.hnrily (mgr.14180) 135 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:13.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:13 smithi073 bash[29040]: cluster 2023-12-26T16:42:12.598038+0000 mgr.smithi046.hnrily (mgr.14180) 136 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:13.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:13 smithi073 bash[29040]: audit 2023-12-26T16:42:13.367874+0000 mon.smithi046 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:42:13.988 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:42:13.988 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":39,"fsid":"d700a870-a40c-11ee-95a5-87774f69a715","created":"2023-12-26T16:36:53.873492+0000","modified":"2023-12-26T16:41:56.721552+0000","last_up_change":"2023-12-26T16:41:55.712146+0000","last_in_change":"2023-12-26T16:40:59.703020+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-26T16:41:34.337732+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":"26","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":"dbecfd65-5421-44d5-b80e-a18cbc10d3dd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6800","nonce":1073370867},{"type":"v1","addr":"172.21.15.73:6801","nonce":1073370867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6802","nonce":1073370867},{"type":"v1","addr":"172.21.15.73:6803","nonce":1073370867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6806","nonce":1073370867},{"type":"v1","addr":"172.21.15.73:6807","nonce":1073370867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6804","nonce":1073370867},{"type":"v1","addr":"172.21.15.73:6805","nonce":1073370867}]},"public_addr":"172.21.15.73:6801/1073370867","cluster_addr":"172.21.15.73:6803/1073370867","heartbeat_back_addr":"172.21.15.73:6807/1073370867","heartbeat_front_addr":"172.21.15.73:6805/1073370867","state":["exists","up"]},{"osd":1,"uuid":"fdc2ac9b-9280-42ee-b4e5-234603d8f272","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":4254897053},{"type":"v1","addr":"172.21.15.46:6803","nonce":4254897053}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":4254897053},{"type":"v1","addr":"172.21.15.46:6805","nonce":4254897053}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6808","nonce":4254897053},{"type":"v1","addr":"172.21.15.46:6809","nonce":4254897053}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":4254897053},{"type":"v1","addr":"172.21.15.46:6807","nonce":4254897053}]},"public_addr":"172.21.15.46:6803/4254897053","cluster_addr":"172.21.15.46:6805/4254897053","heartbeat_back_addr":"172.21.15.46:6809/4254897053","heartbeat_front_addr":"172.21.15.46:6807/4254897053","state":["exists","up"]},{"osd":2,"uuid":"2d4c1535-216b-4a67-a4e4-271493e5f03d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6808","nonce":3257212761},{"type":"v1","addr":"172.21.15.73:6809","nonce":3257212761}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6810","nonce":3257212761},{"type":"v1","addr":"172.21.15.73:6811","nonce":3257212761}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6814","nonce":3257212761},{"type":"v1","addr":"172.21.15.73:6815","nonce":3257212761}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6812","nonce":3257212761},{"type":"v1","addr":"172.21.15.73:6813","nonce":3257212761}]},"public_addr":"172.21.15.73:6809/3257212761","cluster_addr":"172.21.15.73:6811/3257212761","heartbeat_back_addr":"172.21.15.73:6815/3257212761","heartbeat_front_addr":"172.21.15.73:6813/3257212761","state":["exists","up"]},{"osd":3,"uuid":"77c47312-c1b4-41c7-a57e-f53ae992f36d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6810","nonce":44154264},{"type":"v1","addr":"172.21.15.46:6811","nonce":44154264}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6812","nonce":44154264},{"type":"v1","addr":"172.21.15.46:6813","nonce":44154264}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6816","nonce":44154264},{"type":"v1","addr":"172.21.15.46:6817","nonce":44154264}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6814","nonce":44154264},{"type":"v1","addr":"172.21.15.46:6815","nonce":44154264}]},"public_addr":"172.21.15.46:6811/44154264","cluster_addr":"172.21.15.46:6813/44154264","heartbeat_back_addr":"172.21.15.46:6817/44154264","heartbeat_front_addr":"172.21.15.46:6815/44154264","state":["exists","up"]},{"osd":4,"uuid":"bb791624-f32c-4d99-9d99-708ce5b22f99","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6816","nonce":1452822376},{"type":"v1","addr":"172.21.15.73:6817","nonce":1452822376}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6818","nonce":1452822376},{"type":"v1","addr":"172.21.15.73:6819","nonce":1452822376}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6822","nonce":1452822376},{"type":"v1","addr":"172.21.15.73:6823","nonce":1452822376}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6820","nonce":1452822376},{"type":"v1","addr":"172.21.15.73:6821","nonce":1452822376}]},"public_addr":"172.21.15.73:6817/1452822376","cluster_addr":"172.21.15.73:6819/1452822376","heartbeat_back_addr":"172.21.15.73:6823/1452822376","heartbeat_front_addr":"172.21.15.73:6821/1452822376","state":["exists","up"]},{"osd":5,"uuid":"d41c2a32-fb81-4dc1-ad44-f58ca15ee236","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6818","nonce":2574043495},{"type":"v1","addr":"172.21.15.46:6819","nonce":2574043495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6820","nonce":2574043495},{"type":"v1","addr":"172.21.15.46:6821","nonce":2574043495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6824","nonce":2574043495},{"type":"v1","addr":"172.21.15.46:6825","nonce":2574043495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6822","nonce":2574043495},{"type":"v1","addr":"172.21.15.46:6823","nonce":2574043495}]},"public_addr":"172.21.15.46:6819/2574043495","cluster_addr":"172.21.15.46:6821/2574043495","heartbeat_back_addr":"172.21.15.46:6825/2574043495","heartbeat_front_addr":"172.21.15.46:6823/2574043495","state":["exists","up"]},{"osd":6,"uuid":"bb6d6cfe-bc19-4ba0-bc86-81a3c21dac71","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6824","nonce":2463527454},{"type":"v1","addr":"172.21.15.73:6825","nonce":2463527454}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6826","nonce":2463527454},{"type":"v1","addr":"172.21.15.73:6827","nonce":2463527454}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6830","nonce":2463527454},{"type":"v1","addr":"172.21.15.73:6831","nonce":2463527454}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6828","nonce":2463527454},{"type":"v1","addr":"172.21.15.73:6829","nonce":2463527454}]},"public_addr":"172.21.15.73:6825/2463527454","cluster_addr":"172.21.15.73:6827/2463527454","heartbeat_back_addr":"172.21.15.73:6831/2463527454","heartbeat_front_addr":"172.21.15.73:6829/2463527454","state":["exists","up"]},{"osd":7,"uuid":"8a8247e1-087d-4e6d-9e19-87bb6d69403a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6826","nonce":1037245908},{"type":"v1","addr":"172.21.15.46:6827","nonce":1037245908}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6828","nonce":1037245908},{"type":"v1","addr":"172.21.15.46:6829","nonce":1037245908}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6832","nonce":1037245908},{"type":"v1","addr":"172.21.15.46:6833","nonce":1037245908}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6830","nonce":1037245908},{"type":"v1","addr":"172.21.15.46:6831","nonce":1037245908}]},"public_addr":"172.21.15.46:6827/1037245908","cluster_addr":"172.21.15.46:6829/1037245908","heartbeat_back_addr":"172.21.15.46:6833/1037245908","heartbeat_front_addr":"172.21.15.46:6831/1037245908","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:23.114112+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:32.429710+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:29.048161+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:39.506047+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:34.701958+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:47.869919+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:39.619449+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:54.316445+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.46:0/3392359448":"2023-12-27T16:39:06.549146+0000","172.21.15.46:0/452808833":"2023-12-27T16:38:04.125584+0000","172.21.15.46:6801/3349321955":"2023-12-27T16:39:06.549146+0000","172.21.15.46:6801/183314717":"2023-12-27T16:38:04.125584+0000","172.21.15.46:6800/183314717":"2023-12-27T16:38:04.125584+0000","172.21.15.46:6800/4018802251":"2023-12-27T16:37:22.106079+0000","172.21.15.46:6801/4018802251":"2023-12-27T16:37:22.106079+0000","172.21.15.46:0/2102331926":"2023-12-27T16:38:04.125584+0000","172.21.15.46:0/2602075321":"2023-12-27T16:37:22.106079+0000","172.21.15.46:6800/3349321955":"2023-12-27T16:39:06.549146+0000","172.21.15.46:0/3682539816":"2023-12-27T16:39:06.549146+0000","172.21.15.46:0/1201343177":"2023-12-27T16:37:22.106079+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-26T16:42:14.017 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:13 smithi046 bash[24815]: cluster 2023-12-26T16:42:12.598038+0000 mgr.smithi046.hnrily (mgr.14180) 136 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:14.017 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:13 smithi046 bash[24815]: audit 2023-12-26T16:42:13.367874+0000 mon.smithi046 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:42:14.700 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-26T16:41:34.337732+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': '26', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-12-26T16:42:14.700 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-26T16:42:14.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:14 smithi073 bash[29040]: cephadm 2023-12-26T16:42:13.357094+0000 mgr.smithi046.hnrily (mgr.14180) 137 : cephadm [INF] Detected new or changed devices on smithi073 2023-12-26T16:42:14.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:14 smithi073 bash[29040]: audit 2023-12-26T16:42:13.658207+0000 mon.smithi046 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:42:14.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:14 smithi073 bash[29040]: audit 2023-12-26T16:42:13.659748+0000 mon.smithi046 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:42:14.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:14 smithi073 bash[29040]: audit 2023-12-26T16:42:13.660873+0000 mon.smithi046 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:42:14.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:14 smithi073 bash[29040]: audit 2023-12-26T16:42:13.661923+0000 mon.smithi046 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:42:14.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:14 smithi073 bash[29040]: cephadm 2023-12-26T16:42:13.662735+0000 mgr.smithi046.hnrily (mgr.14180) 138 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 4028M 2023-12-26T16:42:14.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:14 smithi073 bash[29040]: audit 2023-12-26T16:42:13.669118+0000 mon.smithi046 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:42:14.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:14 smithi073 bash[29040]: audit 2023-12-26T16:42:14.011898+0000 mon.smithi046 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.46:0/1522862380' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-26T16:42:15.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:14 smithi046 bash[24815]: cephadm 2023-12-26T16:42:13.357094+0000 mgr.smithi046.hnrily (mgr.14180) 137 : cephadm [INF] Detected new or changed devices on smithi073 2023-12-26T16:42:15.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:14 smithi046 bash[24815]: audit 2023-12-26T16:42:13.658207+0000 mon.smithi046 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:42:15.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:14 smithi046 bash[24815]: audit 2023-12-26T16:42:13.659748+0000 mon.smithi046 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:42:15.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:14 smithi046 bash[24815]: audit 2023-12-26T16:42:13.660873+0000 mon.smithi046 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:42:15.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:14 smithi046 bash[24815]: audit 2023-12-26T16:42:13.661923+0000 mon.smithi046 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:42:15.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:14 smithi046 bash[24815]: cephadm 2023-12-26T16:42:13.662735+0000 mgr.smithi046.hnrily (mgr.14180) 138 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 4028M 2023-12-26T16:42:15.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:14 smithi046 bash[24815]: audit 2023-12-26T16:42:13.669118+0000 mon.smithi046 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:42:15.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:14 smithi046 bash[24815]: audit 2023-12-26T16:42:14.011898+0000 mon.smithi046 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.46:0/1522862380' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-26T16:42:15.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:15 smithi046 bash[24815]: cluster 2023-12-26T16:42:14.598678+0000 mgr.smithi046.hnrily (mgr.14180) 139 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:15.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:15 smithi073 bash[29040]: cluster 2023-12-26T16:42:14.598678+0000 mgr.smithi046.hnrily (mgr.14180) 139 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:17.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:17 smithi073 bash[29040]: cephadm 2023-12-26T16:42:16.397028+0000 mgr.smithi046.hnrily (mgr.14180) 140 : cephadm [INF] Detected new or changed devices on smithi046 2023-12-26T16:42:17.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:17 smithi073 bash[29040]: audit 2023-12-26T16:42:16.408992+0000 mon.smithi046 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:42:17.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:17 smithi073 bash[29040]: cluster 2023-12-26T16:42:16.599324+0000 mgr.smithi046.hnrily (mgr.14180) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:17.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:17 smithi073 bash[29040]: audit 2023-12-26T16:42:16.682457+0000 mon.smithi046 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:42:17.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:17 smithi073 bash[29040]: audit 2023-12-26T16:42:16.683904+0000 mon.smithi046 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:42:17.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:17 smithi073 bash[29040]: audit 2023-12-26T16:42:16.685324+0000 mon.smithi046 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:42:17.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:17 smithi073 bash[29040]: audit 2023-12-26T16:42:16.686644+0000 mon.smithi046 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:42:17.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:17 smithi073 bash[29040]: audit 2023-12-26T16:42:16.693978+0000 mon.smithi046 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:42:17.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:17 smithi073 bash[29040]: audit 2023-12-26T16:42:16.695853+0000 mon.smithi046 (mon.0) 576 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:42:17.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:17 smithi073 bash[29040]: audit 2023-12-26T16:42:16.697089+0000 mon.smithi046 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:42:17.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:17 smithi073 bash[29040]: audit 2023-12-26T16:42:16.703834+0000 mon.smithi046 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:42:17.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:17 smithi073 bash[29040]: audit 2023-12-26T16:42:16.710920+0000 mon.smithi046 (mon.0) 579 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:42:17.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:17 smithi073 bash[29040]: audit 2023-12-26T16:42:16.717717+0000 mon.smithi046 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T16:42:17.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:17 smithi073 bash[29040]: audit 2023-12-26T16:42:16.720653+0000 mon.smithi046 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T16:42:17.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:17 smithi073 bash[29040]: audit 2023-12-26T16:42:16.721040+0000 mon.smithi046 (mon.0) 582 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:42:17.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:17 smithi073 bash[29040]: audit 2023-12-26T16:42:16.721914+0000 mon.smithi046 (mon.0) 583 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:42:17.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:17 smithi046 bash[24815]: cephadm 2023-12-26T16:42:16.397028+0000 mgr.smithi046.hnrily (mgr.14180) 140 : cephadm [INF] Detected new or changed devices on smithi046 2023-12-26T16:42:17.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:17 smithi046 bash[24815]: audit 2023-12-26T16:42:16.408992+0000 mon.smithi046 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:42:17.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:17 smithi046 bash[24815]: cluster 2023-12-26T16:42:16.599324+0000 mgr.smithi046.hnrily (mgr.14180) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:17.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:17 smithi046 bash[24815]: audit 2023-12-26T16:42:16.682457+0000 mon.smithi046 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:42:17.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:17 smithi046 bash[24815]: audit 2023-12-26T16:42:16.683904+0000 mon.smithi046 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:42:17.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:17 smithi046 bash[24815]: audit 2023-12-26T16:42:16.685324+0000 mon.smithi046 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:42:17.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:17 smithi046 bash[24815]: audit 2023-12-26T16:42:16.686644+0000 mon.smithi046 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:42:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:17 smithi046 bash[24815]: audit 2023-12-26T16:42:16.693978+0000 mon.smithi046 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:42:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:17 smithi046 bash[24815]: audit 2023-12-26T16:42:16.695853+0000 mon.smithi046 (mon.0) 576 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:42:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:17 smithi046 bash[24815]: audit 2023-12-26T16:42:16.697089+0000 mon.smithi046 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:42:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:17 smithi046 bash[24815]: audit 2023-12-26T16:42:16.703834+0000 mon.smithi046 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:42:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:17 smithi046 bash[24815]: audit 2023-12-26T16:42:16.710920+0000 mon.smithi046 (mon.0) 579 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:42:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:17 smithi046 bash[24815]: audit 2023-12-26T16:42:16.717717+0000 mon.smithi046 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T16:42:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:17 smithi046 bash[24815]: audit 2023-12-26T16:42:16.720653+0000 mon.smithi046 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-26T16:42:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:17 smithi046 bash[24815]: audit 2023-12-26T16:42:16.721040+0000 mon.smithi046 (mon.0) 582 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:42:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:17 smithi046 bash[24815]: audit 2023-12-26T16:42:16.721914+0000 mon.smithi046 (mon.0) 583 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:42:18.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:18 smithi073 bash[29040]: cephadm 2023-12-26T16:42:16.687678+0000 mgr.smithi046.hnrily (mgr.14180) 142 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 3261M 2023-12-26T16:42:18.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:18 smithi046 bash[24815]: cephadm 2023-12-26T16:42:16.687678+0000 mgr.smithi046.hnrily (mgr.14180) 142 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 3261M 2023-12-26T16:42:19.707 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:42:19.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:19 smithi073 bash[29040]: cluster 2023-12-26T16:42:18.599884+0000 mgr.smithi046.hnrily (mgr.14180) 143 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:19.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:19 smithi046 bash[24815]: cluster 2023-12-26T16:42:18.599884+0000 mgr.smithi046.hnrily (mgr.14180) 143 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:21.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:21 smithi046 bash[24815]: cluster 2023-12-26T16:42:20.600483+0000 mgr.smithi046.hnrily (mgr.14180) 144 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:21.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:21 smithi073 bash[29040]: cluster 2023-12-26T16:42:20.600483+0000 mgr.smithi046.hnrily (mgr.14180) 144 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:23.568 INFO:teuthology.orchestra.run.smithi046.stdout:pg_num: 1 2023-12-26T16:42:23.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:23 smithi073 bash[29040]: cluster 2023-12-26T16:42:22.601113+0000 mgr.smithi046.hnrily (mgr.14180) 145 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:23.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:23 smithi073 bash[29040]: audit 2023-12-26T16:42:23.593488+0000 mon.smithi046 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.46:0/3645109308' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-26T16:42:23.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:23 smithi046 bash[24815]: cluster 2023-12-26T16:42:22.601113+0000 mgr.smithi046.hnrily (mgr.14180) 145 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:23.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:23 smithi046 bash[24815]: audit 2023-12-26T16:42:23.593488+0000 mon.smithi046 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.46:0/3645109308' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-26T16:42:25.022 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-26T16:42:25.022 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-26T16:42:25.022 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-26T16:42:25.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:25 smithi073 bash[29040]: cluster 2023-12-26T16:42:24.601529+0000 mgr.smithi046.hnrily (mgr.14180) 146 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:26.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:25 smithi046 bash[24815]: cluster 2023-12-26T16:42:24.601529+0000 mgr.smithi046.hnrily (mgr.14180) 146 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:27.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:27 smithi073 bash[29040]: cluster 2023-12-26T16:42:26.602108+0000 mgr.smithi046.hnrily (mgr.14180) 147 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:28.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:27 smithi046 bash[24815]: cluster 2023-12-26T16:42:26.602108+0000 mgr.smithi046.hnrily (mgr.14180) 147 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:29.945 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:42:29.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:29 smithi073 bash[29040]: cluster 2023-12-26T16:42:28.602710+0000 mgr.smithi046.hnrily (mgr.14180) 148 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:29.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:29 smithi046 bash[24815]: cluster 2023-12-26T16:42:28.602710+0000 mgr.smithi046.hnrily (mgr.14180) 148 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:31.594 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:31 smithi046 bash[24815]: cluster 2023-12-26T16:42:30.603369+0000 mgr.smithi046.hnrily (mgr.14180) 149 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:31.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:31 smithi073 bash[29040]: cluster 2023-12-26T16:42:30.603369+0000 mgr.smithi046.hnrily (mgr.14180) 149 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:33.325 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:42:33.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:33 smithi046 bash[24815]: cluster 2023-12-26T16:42:32.604133+0000 mgr.smithi046.hnrily (mgr.14180) 150 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:33.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:33 smithi046 bash[24815]: audit 2023-12-26T16:42:33.344819+0000 mon.smithi046 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.46:0/3615215032' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-26T16:42:33.917 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:33 smithi073 bash[29040]: cluster 2023-12-26T16:42:32.604133+0000 mgr.smithi046.hnrily (mgr.14180) 150 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:33.917 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:33 smithi073 bash[29040]: audit 2023-12-26T16:42:33.344819+0000 mon.smithi046 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.46:0/3615215032' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-26T16:42:34.548 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi046.hnrily","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6800","nonce":1098287756},{"type":"v1","addr":"172.21.15.46:6801","nonce":1098287756}]},"active_addr":"172.21.15.46:6801/1098287756","active_change":"2023-12-26T16:39:06.549377+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi073.ypoyfm","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.46:8443/","prometheus":"http://172.21.15.46: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.46:0","nonce":3760215251}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.46:0","nonce":321963179}]}]} 2023-12-26T16:42:34.553 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-26T16:42:34.553 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-26T16:42:34.553 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-26T16:42:35.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:35 smithi046 bash[24815]: cluster 2023-12-26T16:42:34.604895+0000 mgr.smithi046.hnrily (mgr.14180) 151 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:35.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:35 smithi073 bash[29040]: cluster 2023-12-26T16:42:34.604895+0000 mgr.smithi046.hnrily (mgr.14180) 151 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:37.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:37 smithi073 bash[29040]: cluster 2023-12-26T16:42:36.605559+0000 mgr.smithi046.hnrily (mgr.14180) 152 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:38.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:37 smithi046 bash[24815]: cluster 2023-12-26T16:42:36.605559+0000 mgr.smithi046.hnrily (mgr.14180) 152 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:39.330 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:42:39.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:39 smithi073 bash[29040]: cluster 2023-12-26T16:42:38.606150+0000 mgr.smithi046.hnrily (mgr.14180) 153 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:40.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:39 smithi046 bash[24815]: cluster 2023-12-26T16:42:38.606150+0000 mgr.smithi046.hnrily (mgr.14180) 153 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:41.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:41 smithi073 bash[29040]: cluster 2023-12-26T16:42:40.606718+0000 mgr.smithi046.hnrily (mgr.14180) 154 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:41.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:41 smithi046 bash[24815]: cluster 2023-12-26T16:42:40.606718+0000 mgr.smithi046.hnrily (mgr.14180) 154 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:42.770 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:42:42.770 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":39,"fsid":"d700a870-a40c-11ee-95a5-87774f69a715","created":"2023-12-26T16:36:53.873492+0000","modified":"2023-12-26T16:41:56.721552+0000","last_up_change":"2023-12-26T16:41:55.712146+0000","last_in_change":"2023-12-26T16:40:59.703020+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-26T16:41:34.337732+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":"26","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":"dbecfd65-5421-44d5-b80e-a18cbc10d3dd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6800","nonce":1073370867},{"type":"v1","addr":"172.21.15.73:6801","nonce":1073370867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6802","nonce":1073370867},{"type":"v1","addr":"172.21.15.73:6803","nonce":1073370867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6806","nonce":1073370867},{"type":"v1","addr":"172.21.15.73:6807","nonce":1073370867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6804","nonce":1073370867},{"type":"v1","addr":"172.21.15.73:6805","nonce":1073370867}]},"public_addr":"172.21.15.73:6801/1073370867","cluster_addr":"172.21.15.73:6803/1073370867","heartbeat_back_addr":"172.21.15.73:6807/1073370867","heartbeat_front_addr":"172.21.15.73:6805/1073370867","state":["exists","up"]},{"osd":1,"uuid":"fdc2ac9b-9280-42ee-b4e5-234603d8f272","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":4254897053},{"type":"v1","addr":"172.21.15.46:6803","nonce":4254897053}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":4254897053},{"type":"v1","addr":"172.21.15.46:6805","nonce":4254897053}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6808","nonce":4254897053},{"type":"v1","addr":"172.21.15.46:6809","nonce":4254897053}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":4254897053},{"type":"v1","addr":"172.21.15.46:6807","nonce":4254897053}]},"public_addr":"172.21.15.46:6803/4254897053","cluster_addr":"172.21.15.46:6805/4254897053","heartbeat_back_addr":"172.21.15.46:6809/4254897053","heartbeat_front_addr":"172.21.15.46:6807/4254897053","state":["exists","up"]},{"osd":2,"uuid":"2d4c1535-216b-4a67-a4e4-271493e5f03d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6808","nonce":3257212761},{"type":"v1","addr":"172.21.15.73:6809","nonce":3257212761}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6810","nonce":3257212761},{"type":"v1","addr":"172.21.15.73:6811","nonce":3257212761}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6814","nonce":3257212761},{"type":"v1","addr":"172.21.15.73:6815","nonce":3257212761}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6812","nonce":3257212761},{"type":"v1","addr":"172.21.15.73:6813","nonce":3257212761}]},"public_addr":"172.21.15.73:6809/3257212761","cluster_addr":"172.21.15.73:6811/3257212761","heartbeat_back_addr":"172.21.15.73:6815/3257212761","heartbeat_front_addr":"172.21.15.73:6813/3257212761","state":["exists","up"]},{"osd":3,"uuid":"77c47312-c1b4-41c7-a57e-f53ae992f36d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6810","nonce":44154264},{"type":"v1","addr":"172.21.15.46:6811","nonce":44154264}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6812","nonce":44154264},{"type":"v1","addr":"172.21.15.46:6813","nonce":44154264}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6816","nonce":44154264},{"type":"v1","addr":"172.21.15.46:6817","nonce":44154264}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6814","nonce":44154264},{"type":"v1","addr":"172.21.15.46:6815","nonce":44154264}]},"public_addr":"172.21.15.46:6811/44154264","cluster_addr":"172.21.15.46:6813/44154264","heartbeat_back_addr":"172.21.15.46:6817/44154264","heartbeat_front_addr":"172.21.15.46:6815/44154264","state":["exists","up"]},{"osd":4,"uuid":"bb791624-f32c-4d99-9d99-708ce5b22f99","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6816","nonce":1452822376},{"type":"v1","addr":"172.21.15.73:6817","nonce":1452822376}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6818","nonce":1452822376},{"type":"v1","addr":"172.21.15.73:6819","nonce":1452822376}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6822","nonce":1452822376},{"type":"v1","addr":"172.21.15.73:6823","nonce":1452822376}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6820","nonce":1452822376},{"type":"v1","addr":"172.21.15.73:6821","nonce":1452822376}]},"public_addr":"172.21.15.73:6817/1452822376","cluster_addr":"172.21.15.73:6819/1452822376","heartbeat_back_addr":"172.21.15.73:6823/1452822376","heartbeat_front_addr":"172.21.15.73:6821/1452822376","state":["exists","up"]},{"osd":5,"uuid":"d41c2a32-fb81-4dc1-ad44-f58ca15ee236","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6818","nonce":2574043495},{"type":"v1","addr":"172.21.15.46:6819","nonce":2574043495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6820","nonce":2574043495},{"type":"v1","addr":"172.21.15.46:6821","nonce":2574043495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6824","nonce":2574043495},{"type":"v1","addr":"172.21.15.46:6825","nonce":2574043495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6822","nonce":2574043495},{"type":"v1","addr":"172.21.15.46:6823","nonce":2574043495}]},"public_addr":"172.21.15.46:6819/2574043495","cluster_addr":"172.21.15.46:6821/2574043495","heartbeat_back_addr":"172.21.15.46:6825/2574043495","heartbeat_front_addr":"172.21.15.46:6823/2574043495","state":["exists","up"]},{"osd":6,"uuid":"bb6d6cfe-bc19-4ba0-bc86-81a3c21dac71","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6824","nonce":2463527454},{"type":"v1","addr":"172.21.15.73:6825","nonce":2463527454}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6826","nonce":2463527454},{"type":"v1","addr":"172.21.15.73:6827","nonce":2463527454}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6830","nonce":2463527454},{"type":"v1","addr":"172.21.15.73:6831","nonce":2463527454}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6828","nonce":2463527454},{"type":"v1","addr":"172.21.15.73:6829","nonce":2463527454}]},"public_addr":"172.21.15.73:6825/2463527454","cluster_addr":"172.21.15.73:6827/2463527454","heartbeat_back_addr":"172.21.15.73:6831/2463527454","heartbeat_front_addr":"172.21.15.73:6829/2463527454","state":["exists","up"]},{"osd":7,"uuid":"8a8247e1-087d-4e6d-9e19-87bb6d69403a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6826","nonce":1037245908},{"type":"v1","addr":"172.21.15.46:6827","nonce":1037245908}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6828","nonce":1037245908},{"type":"v1","addr":"172.21.15.46:6829","nonce":1037245908}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6832","nonce":1037245908},{"type":"v1","addr":"172.21.15.46:6833","nonce":1037245908}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6830","nonce":1037245908},{"type":"v1","addr":"172.21.15.46:6831","nonce":1037245908}]},"public_addr":"172.21.15.46:6827/1037245908","cluster_addr":"172.21.15.46:6829/1037245908","heartbeat_back_addr":"172.21.15.46:6833/1037245908","heartbeat_front_addr":"172.21.15.46:6831/1037245908","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:23.114112+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:32.429710+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:29.048161+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:39.506047+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:34.701958+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:47.869919+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:39.619449+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:54.316445+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.46:0/3392359448":"2023-12-27T16:39:06.549146+0000","172.21.15.46:0/452808833":"2023-12-27T16:38:04.125584+0000","172.21.15.46:6801/3349321955":"2023-12-27T16:39:06.549146+0000","172.21.15.46:6801/183314717":"2023-12-27T16:38:04.125584+0000","172.21.15.46:6800/183314717":"2023-12-27T16:38:04.125584+0000","172.21.15.46:6800/4018802251":"2023-12-27T16:37:22.106079+0000","172.21.15.46:6801/4018802251":"2023-12-27T16:37:22.106079+0000","172.21.15.46:0/2102331926":"2023-12-27T16:38:04.125584+0000","172.21.15.46:0/2602075321":"2023-12-27T16:37:22.106079+0000","172.21.15.46:6800/3349321955":"2023-12-27T16:39:06.549146+0000","172.21.15.46:0/3682539816":"2023-12-27T16:39:06.549146+0000","172.21.15.46:0/1201343177":"2023-12-27T16:37:22.106079+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-26T16:42:43.956 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:43 smithi046 bash[24815]: cluster 2023-12-26T16:42:42.607242+0000 mgr.smithi046.hnrily (mgr.14180) 155 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:43.957 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:43 smithi046 bash[24815]: audit 2023-12-26T16:42:42.794686+0000 mon.smithi046 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.46:0/1532636219' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-26T16:42:43.958 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-26T16:42:43.958 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-26T16:42:43.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:43 smithi073 bash[29040]: cluster 2023-12-26T16:42:42.607242+0000 mgr.smithi046.hnrily (mgr.14180) 155 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:43.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:43 smithi073 bash[29040]: audit 2023-12-26T16:42:42.794686+0000 mon.smithi046 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.46:0/1532636219' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-26T16:42:45.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:45 smithi046 bash[24815]: audit 2023-12-26T16:42:44.245891+0000 mon.smithi046 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:42:45.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:45 smithi046 bash[24815]: cluster 2023-12-26T16:42:44.607801+0000 mgr.smithi046.hnrily (mgr.14180) 156 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:45.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:45 smithi073 bash[29040]: audit 2023-12-26T16:42:44.245891+0000 mon.smithi046 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:42:45.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:45 smithi073 bash[29040]: cluster 2023-12-26T16:42:44.607801+0000 mgr.smithi046.hnrily (mgr.14180) 156 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:47.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:47 smithi046 bash[24815]: audit 2023-12-26T16:42:46.520852+0000 mon.smithi046 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:42:47.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:47 smithi046 bash[24815]: cluster 2023-12-26T16:42:46.608381+0000 mgr.smithi046.hnrily (mgr.14180) 157 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:47.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:47 smithi073 bash[29040]: audit 2023-12-26T16:42:46.520852+0000 mon.smithi046 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:42:47.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:47 smithi073 bash[29040]: cluster 2023-12-26T16:42:46.608381+0000 mgr.smithi046.hnrily (mgr.14180) 157 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:48.995 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:42:49.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:49 smithi073 bash[29040]: cluster 2023-12-26T16:42:48.608923+0000 mgr.smithi046.hnrily (mgr.14180) 158 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:49.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:49 smithi046 bash[24815]: cluster 2023-12-26T16:42:48.608923+0000 mgr.smithi046.hnrily (mgr.14180) 158 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:51.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:51 smithi073 bash[29040]: cluster 2023-12-26T16:42:50.609483+0000 mgr.smithi046.hnrily (mgr.14180) 159 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:51.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:51 smithi046 bash[24815]: cluster 2023-12-26T16:42:50.609483+0000 mgr.smithi046.hnrily (mgr.14180) 159 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:51.830 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:42:51.830 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":39,"fsid":"d700a870-a40c-11ee-95a5-87774f69a715","created":"2023-12-26T16:36:53.873492+0000","modified":"2023-12-26T16:41:56.721552+0000","last_up_change":"2023-12-26T16:41:55.712146+0000","last_in_change":"2023-12-26T16:40:59.703020+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-26T16:41:34.337732+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":"26","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":"dbecfd65-5421-44d5-b80e-a18cbc10d3dd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6800","nonce":1073370867},{"type":"v1","addr":"172.21.15.73:6801","nonce":1073370867}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6802","nonce":1073370867},{"type":"v1","addr":"172.21.15.73:6803","nonce":1073370867}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6806","nonce":1073370867},{"type":"v1","addr":"172.21.15.73:6807","nonce":1073370867}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6804","nonce":1073370867},{"type":"v1","addr":"172.21.15.73:6805","nonce":1073370867}]},"public_addr":"172.21.15.73:6801/1073370867","cluster_addr":"172.21.15.73:6803/1073370867","heartbeat_back_addr":"172.21.15.73:6807/1073370867","heartbeat_front_addr":"172.21.15.73:6805/1073370867","state":["exists","up"]},{"osd":1,"uuid":"fdc2ac9b-9280-42ee-b4e5-234603d8f272","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":4254897053},{"type":"v1","addr":"172.21.15.46:6803","nonce":4254897053}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":4254897053},{"type":"v1","addr":"172.21.15.46:6805","nonce":4254897053}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6808","nonce":4254897053},{"type":"v1","addr":"172.21.15.46:6809","nonce":4254897053}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":4254897053},{"type":"v1","addr":"172.21.15.46:6807","nonce":4254897053}]},"public_addr":"172.21.15.46:6803/4254897053","cluster_addr":"172.21.15.46:6805/4254897053","heartbeat_back_addr":"172.21.15.46:6809/4254897053","heartbeat_front_addr":"172.21.15.46:6807/4254897053","state":["exists","up"]},{"osd":2,"uuid":"2d4c1535-216b-4a67-a4e4-271493e5f03d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6808","nonce":3257212761},{"type":"v1","addr":"172.21.15.73:6809","nonce":3257212761}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6810","nonce":3257212761},{"type":"v1","addr":"172.21.15.73:6811","nonce":3257212761}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6814","nonce":3257212761},{"type":"v1","addr":"172.21.15.73:6815","nonce":3257212761}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6812","nonce":3257212761},{"type":"v1","addr":"172.21.15.73:6813","nonce":3257212761}]},"public_addr":"172.21.15.73:6809/3257212761","cluster_addr":"172.21.15.73:6811/3257212761","heartbeat_back_addr":"172.21.15.73:6815/3257212761","heartbeat_front_addr":"172.21.15.73:6813/3257212761","state":["exists","up"]},{"osd":3,"uuid":"77c47312-c1b4-41c7-a57e-f53ae992f36d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6810","nonce":44154264},{"type":"v1","addr":"172.21.15.46:6811","nonce":44154264}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6812","nonce":44154264},{"type":"v1","addr":"172.21.15.46:6813","nonce":44154264}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6816","nonce":44154264},{"type":"v1","addr":"172.21.15.46:6817","nonce":44154264}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6814","nonce":44154264},{"type":"v1","addr":"172.21.15.46:6815","nonce":44154264}]},"public_addr":"172.21.15.46:6811/44154264","cluster_addr":"172.21.15.46:6813/44154264","heartbeat_back_addr":"172.21.15.46:6817/44154264","heartbeat_front_addr":"172.21.15.46:6815/44154264","state":["exists","up"]},{"osd":4,"uuid":"bb791624-f32c-4d99-9d99-708ce5b22f99","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6816","nonce":1452822376},{"type":"v1","addr":"172.21.15.73:6817","nonce":1452822376}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6818","nonce":1452822376},{"type":"v1","addr":"172.21.15.73:6819","nonce":1452822376}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6822","nonce":1452822376},{"type":"v1","addr":"172.21.15.73:6823","nonce":1452822376}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6820","nonce":1452822376},{"type":"v1","addr":"172.21.15.73:6821","nonce":1452822376}]},"public_addr":"172.21.15.73:6817/1452822376","cluster_addr":"172.21.15.73:6819/1452822376","heartbeat_back_addr":"172.21.15.73:6823/1452822376","heartbeat_front_addr":"172.21.15.73:6821/1452822376","state":["exists","up"]},{"osd":5,"uuid":"d41c2a32-fb81-4dc1-ad44-f58ca15ee236","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6818","nonce":2574043495},{"type":"v1","addr":"172.21.15.46:6819","nonce":2574043495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6820","nonce":2574043495},{"type":"v1","addr":"172.21.15.46:6821","nonce":2574043495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6824","nonce":2574043495},{"type":"v1","addr":"172.21.15.46:6825","nonce":2574043495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6822","nonce":2574043495},{"type":"v1","addr":"172.21.15.46:6823","nonce":2574043495}]},"public_addr":"172.21.15.46:6819/2574043495","cluster_addr":"172.21.15.46:6821/2574043495","heartbeat_back_addr":"172.21.15.46:6825/2574043495","heartbeat_front_addr":"172.21.15.46:6823/2574043495","state":["exists","up"]},{"osd":6,"uuid":"bb6d6cfe-bc19-4ba0-bc86-81a3c21dac71","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6824","nonce":2463527454},{"type":"v1","addr":"172.21.15.73:6825","nonce":2463527454}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6826","nonce":2463527454},{"type":"v1","addr":"172.21.15.73:6827","nonce":2463527454}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6830","nonce":2463527454},{"type":"v1","addr":"172.21.15.73:6831","nonce":2463527454}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6828","nonce":2463527454},{"type":"v1","addr":"172.21.15.73:6829","nonce":2463527454}]},"public_addr":"172.21.15.73:6825/2463527454","cluster_addr":"172.21.15.73:6827/2463527454","heartbeat_back_addr":"172.21.15.73:6831/2463527454","heartbeat_front_addr":"172.21.15.73:6829/2463527454","state":["exists","up"]},{"osd":7,"uuid":"8a8247e1-087d-4e6d-9e19-87bb6d69403a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6826","nonce":1037245908},{"type":"v1","addr":"172.21.15.46:6827","nonce":1037245908}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6828","nonce":1037245908},{"type":"v1","addr":"172.21.15.46:6829","nonce":1037245908}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6832","nonce":1037245908},{"type":"v1","addr":"172.21.15.46:6833","nonce":1037245908}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6830","nonce":1037245908},{"type":"v1","addr":"172.21.15.46:6831","nonce":1037245908}]},"public_addr":"172.21.15.46:6827/1037245908","cluster_addr":"172.21.15.46:6829/1037245908","heartbeat_back_addr":"172.21.15.46:6833/1037245908","heartbeat_front_addr":"172.21.15.46:6831/1037245908","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:23.114112+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:32.429710+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:29.048161+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:39.506047+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:34.701958+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:47.869919+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:39.619449+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-26T16:41:54.316445+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.46:0/3392359448":"2023-12-27T16:39:06.549146+0000","172.21.15.46:0/452808833":"2023-12-27T16:38:04.125584+0000","172.21.15.46:6801/3349321955":"2023-12-27T16:39:06.549146+0000","172.21.15.46:6801/183314717":"2023-12-27T16:38:04.125584+0000","172.21.15.46:6800/183314717":"2023-12-27T16:38:04.125584+0000","172.21.15.46:6800/4018802251":"2023-12-27T16:37:22.106079+0000","172.21.15.46:6801/4018802251":"2023-12-27T16:37:22.106079+0000","172.21.15.46:0/2102331926":"2023-12-27T16:38:04.125584+0000","172.21.15.46:0/2602075321":"2023-12-27T16:37:22.106079+0000","172.21.15.46:6800/3349321955":"2023-12-27T16:39:06.549146+0000","172.21.15.46:0/3682539816":"2023-12-27T16:39:06.549146+0000","172.21.15.46:0/1201343177":"2023-12-27T16:37:22.106079+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-26T16:42:52.535 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-26T16:42:52.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:52 smithi073 bash[29040]: audit 2023-12-26T16:42:51.854712+0000 mon.smithi046 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.46:0/225870873' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-26T16:42:52.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:52 smithi046 bash[24815]: audit 2023-12-26T16:42:51.854712+0000 mon.smithi046 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.46:0/225870873' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-26T16:42:53.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:53 smithi073 bash[29040]: cluster 2023-12-26T16:42:52.610128+0000 mgr.smithi046.hnrily (mgr.14180) 160 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:53.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:53 smithi046 bash[24815]: cluster 2023-12-26T16:42:52.610128+0000 mgr.smithi046.hnrily (mgr.14180) 160 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:55.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:55 smithi073 bash[29040]: cluster 2023-12-26T16:42:54.610713+0000 mgr.smithi046.hnrily (mgr.14180) 161 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:56.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:55 smithi046 bash[24815]: cluster 2023-12-26T16:42:54.610713+0000 mgr.smithi046.hnrily (mgr.14180) 161 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:57.331 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:42:57.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:57 smithi073 bash[29040]: cluster 2023-12-26T16:42:56.611232+0000 mgr.smithi046.hnrily (mgr.14180) 162 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:58.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:57 smithi046 bash[24815]: cluster 2023-12-26T16:42:56.611232+0000 mgr.smithi046.hnrily (mgr.14180) 162 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:59.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:42:59 smithi073 bash[29040]: cluster 2023-12-26T16:42:58.611768+0000 mgr.smithi046.hnrily (mgr.14180) 163 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:42:59.992 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:42:59 smithi046 bash[24815]: cluster 2023-12-26T16:42:58.611768+0000 mgr.smithi046.hnrily (mgr.14180) 163 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:00.635 INFO:teuthology.orchestra.run.smithi046.stdout:68719476758 2023-12-26T16:43:00.635 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-26T16:43:01.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:01 smithi073 bash[29040]: cluster 2023-12-26T16:43:00.612382+0000 mgr.smithi046.hnrily (mgr.14180) 164 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:01.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:01 smithi046 bash[24815]: cluster 2023-12-26T16:43:00.612382+0000 mgr.smithi046.hnrily (mgr.14180) 164 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:03.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:03 smithi073 bash[29040]: cluster 2023-12-26T16:43:02.613153+0000 mgr.smithi046.hnrily (mgr.14180) 165 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:04.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:03 smithi046 bash[24815]: cluster 2023-12-26T16:43:02.613153+0000 mgr.smithi046.hnrily (mgr.14180) 165 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:05.427 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:43:05.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:05 smithi046 bash[24815]: cluster 2023-12-26T16:43:04.613788+0000 mgr.smithi046.hnrily (mgr.14180) 166 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:05.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:05 smithi073 bash[29040]: cluster 2023-12-26T16:43:04.613788+0000 mgr.smithi046.hnrily (mgr.14180) 166 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:07.935 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:07 smithi046 bash[24815]: cluster 2023-12-26T16:43:06.614380+0000 mgr.smithi046.hnrily (mgr.14180) 167 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:07.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:07 smithi073 bash[29040]: cluster 2023-12-26T16:43:06.614380+0000 mgr.smithi046.hnrily (mgr.14180) 167 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:08.879 INFO:teuthology.orchestra.run.smithi046.stdout:98784247830 2023-12-26T16:43:08.879 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-26T16:43:09.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:09 smithi073 bash[29040]: cluster 2023-12-26T16:43:08.614957+0000 mgr.smithi046.hnrily (mgr.14180) 168 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:10.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:09 smithi046 bash[24815]: cluster 2023-12-26T16:43:08.614957+0000 mgr.smithi046.hnrily (mgr.14180) 168 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:11.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:11 smithi073 bash[29040]: cluster 2023-12-26T16:43:10.615588+0000 mgr.smithi046.hnrily (mgr.14180) 169 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:11.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:11 smithi046 bash[24815]: cluster 2023-12-26T16:43:10.615588+0000 mgr.smithi046.hnrily (mgr.14180) 169 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:13.678 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:43:13.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:13 smithi073 bash[29040]: cluster 2023-12-26T16:43:12.616206+0000 mgr.smithi046.hnrily (mgr.14180) 170 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:14.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:13 smithi046 bash[24815]: cluster 2023-12-26T16:43:12.616206+0000 mgr.smithi046.hnrily (mgr.14180) 170 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:15.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:15 smithi046 bash[24815]: cluster 2023-12-26T16:43:14.616671+0000 mgr.smithi046.hnrily (mgr.14180) 171 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:15.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:15 smithi073 bash[29040]: cluster 2023-12-26T16:43:14.616671+0000 mgr.smithi046.hnrily (mgr.14180) 171 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:17.076 INFO:teuthology.orchestra.run.smithi046.stdout:85899345943 2023-12-26T16:43:17.076 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-26T16:43:17.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:17 smithi073 bash[29040]: cluster 2023-12-26T16:43:16.617251+0000 mgr.smithi046.hnrily (mgr.14180) 172 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:18.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:17 smithi046 bash[24815]: cluster 2023-12-26T16:43:16.617251+0000 mgr.smithi046.hnrily (mgr.14180) 172 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:19.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:19 smithi073 bash[29040]: cluster 2023-12-26T16:43:18.617836+0000 mgr.smithi046.hnrily (mgr.14180) 173 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:20.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:19 smithi046 bash[24815]: cluster 2023-12-26T16:43:18.617836+0000 mgr.smithi046.hnrily (mgr.14180) 173 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:21.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:21 smithi073 bash[29040]: cluster 2023-12-26T16:43:20.618393+0000 mgr.smithi046.hnrily (mgr.14180) 174 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:21.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:21 smithi046 bash[24815]: cluster 2023-12-26T16:43:20.618393+0000 mgr.smithi046.hnrily (mgr.14180) 174 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:21.870 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:43:23.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:23 smithi073 bash[29040]: cluster 2023-12-26T16:43:22.619008+0000 mgr.smithi046.hnrily (mgr.14180) 175 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:24.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:23 smithi046 bash[24815]: cluster 2023-12-26T16:43:22.619008+0000 mgr.smithi046.hnrily (mgr.14180) 175 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:25.335 INFO:teuthology.orchestra.run.smithi046.stdout:124554051607 2023-12-26T16:43:25.335 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-26T16:43:25.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:25 smithi073 bash[29040]: cluster 2023-12-26T16:43:24.619614+0000 mgr.smithi046.hnrily (mgr.14180) 176 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:26.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:25 smithi046 bash[24815]: cluster 2023-12-26T16:43:24.619614+0000 mgr.smithi046.hnrily (mgr.14180) 176 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:27.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:27 smithi073 bash[29040]: cluster 2023-12-26T16:43:26.620215+0000 mgr.smithi046.hnrily (mgr.14180) 177 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:28.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:27 smithi046 bash[24815]: cluster 2023-12-26T16:43:26.620215+0000 mgr.smithi046.hnrily (mgr.14180) 177 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:29.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:28 smithi046 bash[24815]: cluster 2023-12-26T16:43:28.620725+0000 mgr.smithi046.hnrily (mgr.14180) 178 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:29.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:28 smithi073 bash[29040]: cluster 2023-12-26T16:43:28.620725+0000 mgr.smithi046.hnrily (mgr.14180) 178 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:30.126 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:43:31.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:31 smithi046 bash[24815]: cluster 2023-12-26T16:43:30.621250+0000 mgr.smithi046.hnrily (mgr.14180) 179 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:31.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:31 smithi073 bash[29040]: cluster 2023-12-26T16:43:30.621250+0000 mgr.smithi046.hnrily (mgr.14180) 179 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:33.483 INFO:teuthology.orchestra.run.smithi046.stdout:107374182426 2023-12-26T16:43:33.484 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-26T16:43:33.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:33 smithi046 bash[24815]: cluster 2023-12-26T16:43:32.621854+0000 mgr.smithi046.hnrily (mgr.14180) 180 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:33.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:33 smithi073 bash[29040]: cluster 2023-12-26T16:43:32.621854+0000 mgr.smithi046.hnrily (mgr.14180) 180 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:35.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:35 smithi073 bash[29040]: cluster 2023-12-26T16:43:34.622412+0000 mgr.smithi046.hnrily (mgr.14180) 181 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:36.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:35 smithi046 bash[24815]: cluster 2023-12-26T16:43:34.622412+0000 mgr.smithi046.hnrily (mgr.14180) 181 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:37.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:37 smithi073 bash[29040]: cluster 2023-12-26T16:43:36.622979+0000 mgr.smithi046.hnrily (mgr.14180) 182 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:38.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:37 smithi046 bash[24815]: cluster 2023-12-26T16:43:36.622979+0000 mgr.smithi046.hnrily (mgr.14180) 182 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:38.276 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:43:38.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:38 smithi073 bash[29040]: cluster 2023-12-26T16:43:38.623620+0000 mgr.smithi046.hnrily (mgr.14180) 183 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:39.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:38 smithi046 bash[24815]: cluster 2023-12-26T16:43:38.623620+0000 mgr.smithi046.hnrily (mgr.14180) 183 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:41.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:41 smithi046 bash[24815]: cluster 2023-12-26T16:43:40.624170+0000 mgr.smithi046.hnrily (mgr.14180) 184 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:41.602 INFO:teuthology.orchestra.run.smithi046.stdout:146028888088 2023-12-26T16:43:41.602 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-26T16:43:41.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:41 smithi073 bash[29040]: cluster 2023-12-26T16:43:40.624170+0000 mgr.smithi046.hnrily (mgr.14180) 184 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:43.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:43 smithi073 bash[29040]: cluster 2023-12-26T16:43:42.624753+0000 mgr.smithi046.hnrily (mgr.14180) 185 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:44.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:43 smithi046 bash[24815]: cluster 2023-12-26T16:43:42.624753+0000 mgr.smithi046.hnrily (mgr.14180) 185 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:45.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:45 smithi073 bash[29040]: cluster 2023-12-26T16:43:44.625242+0000 mgr.smithi046.hnrily (mgr.14180) 186 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:46.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:45 smithi046 bash[24815]: cluster 2023-12-26T16:43:44.625242+0000 mgr.smithi046.hnrily (mgr.14180) 186 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:46.397 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:43:46.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:46 smithi046 bash[24815]: audit 2023-12-26T16:43:46.526574+0000 mon.smithi046 (mon.0) 590 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:43:46.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:46 smithi073 bash[29040]: audit 2023-12-26T16:43:46.526574+0000 mon.smithi046 (mon.0) 590 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:43:47.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:47 smithi073 bash[29040]: cluster 2023-12-26T16:43:46.625682+0000 mgr.smithi046.hnrily (mgr.14180) 187 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:48.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:47 smithi046 bash[24815]: cluster 2023-12-26T16:43:46.625682+0000 mgr.smithi046.hnrily (mgr.14180) 187 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:48.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:48 smithi073 bash[29040]: cluster 2023-12-26T16:43:48.626207+0000 mgr.smithi046.hnrily (mgr.14180) 188 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:48.987 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:48 smithi046 bash[24815]: cluster 2023-12-26T16:43:48.626207+0000 mgr.smithi046.hnrily (mgr.14180) 188 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:49.981 INFO:teuthology.orchestra.run.smithi046.stdout:124554051612 2023-12-26T16:43:49.981 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-26T16:43:51.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:51 smithi073 bash[29040]: cluster 2023-12-26T16:43:50.626717+0000 mgr.smithi046.hnrily (mgr.14180) 189 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:51.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:51 smithi046 bash[24815]: cluster 2023-12-26T16:43:50.626717+0000 mgr.smithi046.hnrily (mgr.14180) 189 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:53.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:52 smithi046 bash[24815]: audit 2023-12-26T16:43:51.746754+0000 mon.smithi046 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:43:53.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:52 smithi046 bash[24815]: audit 2023-12-26T16:43:51.996633+0000 mon.smithi046 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:43:53.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:52 smithi046 bash[24815]: audit 2023-12-26T16:43:52.298331+0000 mon.smithi046 (mon.0) 593 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:43:53.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:52 smithi046 bash[24815]: audit 2023-12-26T16:43:52.300243+0000 mon.smithi046 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:43:53.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:52 smithi046 bash[24815]: audit 2023-12-26T16:43:52.308109+0000 mon.smithi046 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:43:53.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:52 smithi046 bash[24815]: audit 2023-12-26T16:43:52.316539+0000 mon.smithi046 (mon.0) 596 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:43:53.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:52 smithi046 bash[24815]: cluster 2023-12-26T16:43:52.627338+0000 mgr.smithi046.hnrily (mgr.14180) 190 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:53.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:52 smithi073 bash[29040]: audit 2023-12-26T16:43:51.746754+0000 mon.smithi046 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:43:53.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:52 smithi073 bash[29040]: audit 2023-12-26T16:43:51.996633+0000 mon.smithi046 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:43:53.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:52 smithi073 bash[29040]: audit 2023-12-26T16:43:52.298331+0000 mon.smithi046 (mon.0) 593 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:43:53.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:52 smithi073 bash[29040]: audit 2023-12-26T16:43:52.300243+0000 mon.smithi046 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:43:53.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:52 smithi073 bash[29040]: audit 2023-12-26T16:43:52.308109+0000 mon.smithi046 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:43:53.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:52 smithi073 bash[29040]: audit 2023-12-26T16:43:52.316539+0000 mon.smithi046 (mon.0) 596 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:43:53.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:52 smithi073 bash[29040]: cluster 2023-12-26T16:43:52.627338+0000 mgr.smithi046.hnrily (mgr.14180) 190 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:54.537 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:43:55.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:55 smithi073 bash[29040]: cluster 2023-12-26T16:43:54.627862+0000 mgr.smithi046.hnrily (mgr.14180) 191 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:56.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:55 smithi046 bash[24815]: cluster 2023-12-26T16:43:54.627862+0000 mgr.smithi046.hnrily (mgr.14180) 191 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:57.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:57 smithi046 bash[24815]: cluster 2023-12-26T16:43:56.628482+0000 mgr.smithi046.hnrily (mgr.14180) 192 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:57.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:57 smithi073 bash[29040]: cluster 2023-12-26T16:43:56.628482+0000 mgr.smithi046.hnrily (mgr.14180) 192 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:43:58.123 INFO:teuthology.orchestra.run.smithi046.stdout:163208757276 2023-12-26T16:43:58.123 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-26T16:43:59.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:43:59 smithi073 bash[29040]: cluster 2023-12-26T16:43:58.629083+0000 mgr.smithi046.hnrily (mgr.14180) 193 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:00.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:43:59 smithi046 bash[24815]: cluster 2023-12-26T16:43:58.629083+0000 mgr.smithi046.hnrily (mgr.14180) 193 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:01.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:01 smithi073 bash[29040]: cluster 2023-12-26T16:44:00.629638+0000 mgr.smithi046.hnrily (mgr.14180) 194 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:01.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:01 smithi046 bash[24815]: cluster 2023-12-26T16:44:00.629638+0000 mgr.smithi046.hnrily (mgr.14180) 194 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:02.911 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:44:03.927 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:03 smithi046 bash[24815]: cluster 2023-12-26T16:44:02.630199+0000 mgr.smithi046.hnrily (mgr.14180) 195 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:03.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:03 smithi073 bash[29040]: cluster 2023-12-26T16:44:02.630199+0000 mgr.smithi046.hnrily (mgr.14180) 195 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:05.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:05 smithi046 bash[24815]: cluster 2023-12-26T16:44:04.630815+0000 mgr.smithi046.hnrily (mgr.14180) 196 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:05.926 INFO:teuthology.orchestra.run.smithi046.stdout:68719476771 2023-12-26T16:44:05.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:05 smithi073 bash[29040]: cluster 2023-12-26T16:44:04.630815+0000 mgr.smithi046.hnrily (mgr.14180) 196 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:06.693 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476758 got 68719476771 for osd.0 2023-12-26T16:44:06.693 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-26T16:44:06.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:06 smithi073 bash[29040]: audit 2023-12-26T16:44:05.952312+0000 mon.smithi046 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.46:0/3908116857' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-26T16:44:07.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:06 smithi046 bash[24815]: audit 2023-12-26T16:44:05.952312+0000 mon.smithi046 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.46:0/3908116857' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-26T16:44:07.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:07 smithi073 bash[29040]: cluster 2023-12-26T16:44:06.631421+0000 mgr.smithi046.hnrily (mgr.14180) 197 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:08.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:07 smithi046 bash[24815]: cluster 2023-12-26T16:44:06.631421+0000 mgr.smithi046.hnrily (mgr.14180) 197 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:08.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:08 smithi073 bash[29040]: cluster 2023-12-26T16:44:08.631966+0000 mgr.smithi046.hnrily (mgr.14180) 198 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:09.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:08 smithi046 bash[24815]: cluster 2023-12-26T16:44:08.631966+0000 mgr.smithi046.hnrily (mgr.14180) 198 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:11.490 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:44:11.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:11 smithi073 bash[29040]: cluster 2023-12-26T16:44:10.632505+0000 mgr.smithi046.hnrily (mgr.14180) 199 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:11.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:11 smithi046 bash[24815]: cluster 2023-12-26T16:44:10.632505+0000 mgr.smithi046.hnrily (mgr.14180) 199 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:13.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:13 smithi073 bash[29040]: cluster 2023-12-26T16:44:12.633114+0000 mgr.smithi046.hnrily (mgr.14180) 200 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:14.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:13 smithi046 bash[24815]: cluster 2023-12-26T16:44:12.633114+0000 mgr.smithi046.hnrily (mgr.14180) 200 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:14.206 INFO:teuthology.orchestra.run.smithi046.stdout:98784247843 2023-12-26T16:44:14.932 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:14 smithi046 bash[24815]: audit 2023-12-26T16:44:14.232190+0000 mon.smithi046 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.46:0/2348440977' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-26T16:44:14.933 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247830 got 98784247843 for osd.1 2023-12-26T16:44:14.933 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-26T16:44:14.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:14 smithi073 bash[29040]: audit 2023-12-26T16:44:14.232190+0000 mon.smithi046 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.46:0/2348440977' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-26T16:44:15.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:15 smithi073 bash[29040]: cluster 2023-12-26T16:44:14.633705+0000 mgr.smithi046.hnrily (mgr.14180) 201 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:16.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:15 smithi046 bash[24815]: cluster 2023-12-26T16:44:14.633705+0000 mgr.smithi046.hnrily (mgr.14180) 201 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:17.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:16 smithi046 bash[24815]: cluster 2023-12-26T16:44:16.634290+0000 mgr.smithi046.hnrily (mgr.14180) 202 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:17.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:16 smithi073 bash[29040]: cluster 2023-12-26T16:44:16.634290+0000 mgr.smithi046.hnrily (mgr.14180) 202 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:19.728 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:44:19.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:19 smithi073 bash[29040]: cluster 2023-12-26T16:44:18.634890+0000 mgr.smithi046.hnrily (mgr.14180) 203 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:20.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:19 smithi046 bash[24815]: cluster 2023-12-26T16:44:18.634890+0000 mgr.smithi046.hnrily (mgr.14180) 203 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:21.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:21 smithi073 bash[29040]: cluster 2023-12-26T16:44:20.635350+0000 mgr.smithi046.hnrily (mgr.14180) 204 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:21.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:21 smithi046 bash[24815]: cluster 2023-12-26T16:44:20.635350+0000 mgr.smithi046.hnrily (mgr.14180) 204 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:22.670 INFO:teuthology.orchestra.run.smithi046.stdout:85899345956 2023-12-26T16:44:23.315 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345943 got 85899345956 for osd.2 2023-12-26T16:44:23.315 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-26T16:44:23.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:23 smithi073 bash[29040]: cluster 2023-12-26T16:44:22.636027+0000 mgr.smithi046.hnrily (mgr.14180) 205 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:23.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:23 smithi073 bash[29040]: audit 2023-12-26T16:44:22.695427+0000 mon.smithi046 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.46:0/410236237' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-26T16:44:24.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:23 smithi046 bash[24815]: cluster 2023-12-26T16:44:22.636027+0000 mgr.smithi046.hnrily (mgr.14180) 205 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:24.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:23 smithi046 bash[24815]: audit 2023-12-26T16:44:22.695427+0000 mon.smithi046 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.46:0/410236237' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-26T16:44:25.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:25 smithi073 bash[29040]: cluster 2023-12-26T16:44:24.636543+0000 mgr.smithi046.hnrily (mgr.14180) 206 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:26.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:25 smithi046 bash[24815]: cluster 2023-12-26T16:44:24.636543+0000 mgr.smithi046.hnrily (mgr.14180) 206 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:26.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:26 smithi073 bash[29040]: cluster 2023-12-26T16:44:26.637118+0000 mgr.smithi046.hnrily (mgr.14180) 207 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:27.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:26 smithi046 bash[24815]: cluster 2023-12-26T16:44:26.637118+0000 mgr.smithi046.hnrily (mgr.14180) 207 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:28.116 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:44:29.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:29 smithi073 bash[29040]: cluster 2023-12-26T16:44:28.637738+0000 mgr.smithi046.hnrily (mgr.14180) 208 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:30.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:29 smithi046 bash[24815]: cluster 2023-12-26T16:44:28.637738+0000 mgr.smithi046.hnrily (mgr.14180) 208 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:30.946 INFO:teuthology.orchestra.run.smithi046.stdout:124554051620 2023-12-26T16:44:31.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:31 smithi046 bash[24815]: cluster 2023-12-26T16:44:30.638150+0000 mgr.smithi046.hnrily (mgr.14180) 209 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:31.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:31 smithi046 bash[24815]: audit 2023-12-26T16:44:30.971512+0000 mon.smithi046 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.46:0/3201322290' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-26T16:44:31.692 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051607 got 124554051620 for osd.3 2023-12-26T16:44:31.692 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-26T16:44:31.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:31 smithi073 bash[29040]: cluster 2023-12-26T16:44:30.638150+0000 mgr.smithi046.hnrily (mgr.14180) 209 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:31.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:31 smithi073 bash[29040]: audit 2023-12-26T16:44:30.971512+0000 mon.smithi046 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.46:0/3201322290' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-26T16:44:33.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:33 smithi073 bash[29040]: cluster 2023-12-26T16:44:32.638709+0000 mgr.smithi046.hnrily (mgr.14180) 210 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:34.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:33 smithi046 bash[24815]: cluster 2023-12-26T16:44:32.638709+0000 mgr.smithi046.hnrily (mgr.14180) 210 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:35.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:35 smithi073 bash[29040]: cluster 2023-12-26T16:44:34.639353+0000 mgr.smithi046.hnrily (mgr.14180) 211 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:36.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:35 smithi046 bash[24815]: cluster 2023-12-26T16:44:34.639353+0000 mgr.smithi046.hnrily (mgr.14180) 211 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:36.480 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:44:36.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:36 smithi046 bash[24815]: cluster 2023-12-26T16:44:36.639850+0000 mgr.smithi046.hnrily (mgr.14180) 212 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:36.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:36 smithi073 bash[29040]: cluster 2023-12-26T16:44:36.639850+0000 mgr.smithi046.hnrily (mgr.14180) 212 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:39.415 INFO:teuthology.orchestra.run.smithi046.stdout:107374182439 2023-12-26T16:44:39.754 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:39 smithi046 bash[24815]: cluster 2023-12-26T16:44:38.640409+0000 mgr.smithi046.hnrily (mgr.14180) 213 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:39.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:39 smithi073 bash[29040]: cluster 2023-12-26T16:44:38.640409+0000 mgr.smithi046.hnrily (mgr.14180) 213 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:39.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:39 smithi073 bash[29040]: audit 2023-12-26T16:44:39.440708+0000 mon.smithi046 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.46:0/1386033851' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-26T16:44:40.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:39 smithi046 bash[24815]: audit 2023-12-26T16:44:39.440708+0000 mon.smithi046 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.46:0/1386033851' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-26T16:44:40.089 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182426 got 107374182439 for osd.4 2023-12-26T16:44:40.089 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-26T16:44:41.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:41 smithi073 bash[29040]: cluster 2023-12-26T16:44:40.640992+0000 mgr.smithi046.hnrily (mgr.14180) 214 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:41.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:41 smithi046 bash[24815]: cluster 2023-12-26T16:44:40.640992+0000 mgr.smithi046.hnrily (mgr.14180) 214 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:43.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:43 smithi073 bash[29040]: cluster 2023-12-26T16:44:42.641634+0000 mgr.smithi046.hnrily (mgr.14180) 215 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:44.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:43 smithi046 bash[24815]: cluster 2023-12-26T16:44:42.641634+0000 mgr.smithi046.hnrily (mgr.14180) 215 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:44.896 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:44:45.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:44 smithi046 bash[24815]: cluster 2023-12-26T16:44:44.642235+0000 mgr.smithi046.hnrily (mgr.14180) 216 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:45.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:44 smithi073 bash[29040]: cluster 2023-12-26T16:44:44.642235+0000 mgr.smithi046.hnrily (mgr.14180) 216 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:47.735 INFO:teuthology.orchestra.run.smithi046.stdout:146028888101 2023-12-26T16:44:47.944 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:47 smithi046 bash[24815]: cluster 2023-12-26T16:44:46.642834+0000 mgr.smithi046.hnrily (mgr.14180) 217 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:47.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:47 smithi073 bash[29040]: cluster 2023-12-26T16:44:46.642834+0000 mgr.smithi046.hnrily (mgr.14180) 217 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:48.453 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888088 got 146028888101 for osd.5 2023-12-26T16:44:48.453 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-26T16:44:48.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:48 smithi046 bash[24815]: audit 2023-12-26T16:44:47.760621+0000 mon.smithi046 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.46:0/3838504917' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-26T16:44:48.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:48 smithi073 bash[29040]: audit 2023-12-26T16:44:47.760621+0000 mon.smithi046 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.46:0/3838504917' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-26T16:44:49.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:49 smithi073 bash[29040]: cluster 2023-12-26T16:44:48.643541+0000 mgr.smithi046.hnrily (mgr.14180) 218 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:50.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:49 smithi046 bash[24815]: cluster 2023-12-26T16:44:48.643541+0000 mgr.smithi046.hnrily (mgr.14180) 218 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:51.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:51 smithi073 bash[29040]: cluster 2023-12-26T16:44:50.644161+0000 mgr.smithi046.hnrily (mgr.14180) 219 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:51.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:51 smithi046 bash[24815]: cluster 2023-12-26T16:44:50.644161+0000 mgr.smithi046.hnrily (mgr.14180) 219 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:52.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:52 smithi073 bash[29040]: audit 2023-12-26T16:44:52.330075+0000 mon.smithi046 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:44:52.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:52 smithi046 bash[24815]: audit 2023-12-26T16:44:52.330075+0000 mon.smithi046 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:44:53.246 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:44:53.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:53 smithi046 bash[24815]: cluster 2023-12-26T16:44:52.644752+0000 mgr.smithi046.hnrily (mgr.14180) 220 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:53.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:53 smithi073 bash[29040]: cluster 2023-12-26T16:44:52.644752+0000 mgr.smithi046.hnrily (mgr.14180) 220 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:55.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:55 smithi073 bash[29040]: cluster 2023-12-26T16:44:54.645312+0000 mgr.smithi046.hnrily (mgr.14180) 221 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:56.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:55 smithi046 bash[24815]: cluster 2023-12-26T16:44:54.645312+0000 mgr.smithi046.hnrily (mgr.14180) 221 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:56.154 INFO:teuthology.orchestra.run.smithi046.stdout:124554051625 2023-12-26T16:44:56.877 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051612 got 124554051625 for osd.6 2023-12-26T16:44:56.878 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-26T16:44:56.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:56 smithi073 bash[29040]: audit 2023-12-26T16:44:56.179364+0000 mon.smithi046 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.46:0/963035898' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-26T16:44:57.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:56 smithi046 bash[24815]: audit 2023-12-26T16:44:56.179364+0000 mon.smithi046 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.46:0/963035898' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-26T16:44:57.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:57 smithi073 bash[29040]: cluster 2023-12-26T16:44:56.645740+0000 mgr.smithi046.hnrily (mgr.14180) 222 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:57.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:57 smithi073 bash[29040]: audit 2023-12-26T16:44:57.426102+0000 mon.smithi046 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:44:58.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:57 smithi046 bash[24815]: cluster 2023-12-26T16:44:56.645740+0000 mgr.smithi046.hnrily (mgr.14180) 222 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:58.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:57 smithi046 bash[24815]: audit 2023-12-26T16:44:57.426102+0000 mon.smithi046 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:44:59.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:58 smithi046 bash[24815]: audit 2023-12-26T16:44:57.768260+0000 mon.smithi046 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:44:59.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:58 smithi046 bash[24815]: audit 2023-12-26T16:44:58.064169+0000 mon.smithi046 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:44:59.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:58 smithi046 bash[24815]: audit 2023-12-26T16:44:58.066162+0000 mon.smithi046 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:44:59.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:58 smithi046 bash[24815]: audit 2023-12-26T16:44:58.074902+0000 mon.smithi046 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:44:59.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:58 smithi046 bash[24815]: audit 2023-12-26T16:44:58.082339+0000 mon.smithi046 (mon.0) 610 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:44:59.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:44:58 smithi046 bash[24815]: cluster 2023-12-26T16:44:58.646283+0000 mgr.smithi046.hnrily (mgr.14180) 223 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:44:59.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:58 smithi073 bash[29040]: audit 2023-12-26T16:44:57.768260+0000 mon.smithi046 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:44:59.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:58 smithi073 bash[29040]: audit 2023-12-26T16:44:58.064169+0000 mon.smithi046 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:44:59.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:58 smithi073 bash[29040]: audit 2023-12-26T16:44:58.066162+0000 mon.smithi046 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:44:59.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:58 smithi073 bash[29040]: audit 2023-12-26T16:44:58.074902+0000 mon.smithi046 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:44:59.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:58 smithi073 bash[29040]: audit 2023-12-26T16:44:58.082339+0000 mon.smithi046 (mon.0) 610 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:44:59.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:44:58 smithi073 bash[29040]: cluster 2023-12-26T16:44:58.646283+0000 mgr.smithi046.hnrily (mgr.14180) 223 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:01.673 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:45:01.702 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:01 smithi046 bash[24815]: cluster 2023-12-26T16:45:00.646883+0000 mgr.smithi046.hnrily (mgr.14180) 224 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:01.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:01 smithi073 bash[29040]: cluster 2023-12-26T16:45:00.646883+0000 mgr.smithi046.hnrily (mgr.14180) 224 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:03.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:03 smithi073 bash[29040]: cluster 2023-12-26T16:45:02.647681+0000 mgr.smithi046.hnrily (mgr.14180) 225 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:04.046 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:03 smithi046 bash[24815]: cluster 2023-12-26T16:45:02.647681+0000 mgr.smithi046.hnrily (mgr.14180) 225 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:04.463 INFO:teuthology.orchestra.run.smithi046.stdout:163208757289 2023-12-26T16:45:04.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:04 smithi046 bash[24815]: audit 2023-12-26T16:45:04.489022+0000 mon.smithi046 (mon.0) 611 : audit [DBG] from='client.? 172.21.15.46:0/159915443' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-26T16:45:04.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:04 smithi046 bash[24815]: cluster 2023-12-26T16:45:04.648279+0000 mgr.smithi046.hnrily (mgr.14180) 226 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:04.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:04 smithi073 bash[29040]: audit 2023-12-26T16:45:04.489022+0000 mon.smithi046 (mon.0) 611 : audit [DBG] from='client.? 172.21.15.46:0/159915443' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-26T16:45:04.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:04 smithi073 bash[29040]: cluster 2023-12-26T16:45:04.648279+0000 mgr.smithi046.hnrily (mgr.14180) 226 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:05.141 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757276 got 163208757289 for osd.7 2023-12-26T16:45:05.141 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-26T16:45:05.141 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-26T16:45:07.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:07 smithi073 bash[29040]: cluster 2023-12-26T16:45:06.648848+0000 mgr.smithi046.hnrily (mgr.14180) 227 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:08.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:07 smithi046 bash[24815]: cluster 2023-12-26T16:45:06.648848+0000 mgr.smithi046.hnrily (mgr.14180) 227 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:08.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:08 smithi073 bash[29040]: cluster 2023-12-26T16:45:08.649440+0000 mgr.smithi046.hnrily (mgr.14180) 228 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:09.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:08 smithi046 bash[24815]: cluster 2023-12-26T16:45:08.649440+0000 mgr.smithi046.hnrily (mgr.14180) 228 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:09.929 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:45:11.672 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:11 smithi046 bash[24815]: cluster 2023-12-26T16:45:10.650014+0000 mgr.smithi046.hnrily (mgr.14180) 229 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:11.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:11 smithi073 bash[29040]: cluster 2023-12-26T16:45:10.650014+0000 mgr.smithi046.hnrily (mgr.14180) 229 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:12.893 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:45:12.895 INFO:teuthology.orchestra.run.smithi046.stderr:dumped all 2023-12-26T16:45:13.587 INFO:teuthology.orchestra.run.smithi046.stdout:{"pg_ready":true,"pg_map":{"version":211,"stamp":"2023-12-26T16:45:12.650270+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":2379804,"kb_used_data":3036,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548644,"statfs":{"total":767926730752,"available":765489811456,"internally_reserved":0,"allocated":3108864,"data_stored":1191843,"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":39,"state":"active+clean","last_fresh":"2023-12-26T16:41:56.926104+0000","last_change":"2023-12-26T16:41:56.926104+0000","last_active":"2023-12-26T16:41:56.926104+0000","last_peered":"2023-12-26T16:41:56.926104+0000","last_clean":"2023-12-26T16:41:56.926104+0000","last_became_active":"2023-12-26T16:41:56.925533+0000","last_became_peered":"2023-12-26T16:41:56.925533+0000","last_unstale":"2023-12-26T16:41:56.926104+0000","last_undegraded":"2023-12-26T16:41:56.926104+0000","last_fullsized":"2023-12-26T16:41:56.926104+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-26T16:41:34.864994+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-26T16:41:34.864994+0000","last_clean_scrub_stamp":"2023-12-26T16:41:34.864994+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757291,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149026,"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":"Tue Dec 26 16:45:04 2023","interfaces":[{"interface":"back","average":{"1min":0.86299999999999999,"5min":0.90900000000000003,"15min":0.91900000000000004},"min":{"1min":0.65600000000000003,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.141,"5min":1.244,"15min":1.244},"last":0.90100000000000002},{"interface":"front","average":{"1min":0.878,"5min":0.90000000000000002,"15min":0.91300000000000003},"min":{"1min":0.68799999999999994,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.2490000000000001,"5min":1.371,"15min":1.371},"last":0.73899999999999999}]},{"osd":1,"last update":"Tue Dec 26 16:45:04 2023","interfaces":[{"interface":"back","average":{"1min":0.85699999999999998,"5min":0.85599999999999998,"15min":0.86199999999999999},"min":{"1min":0.49199999999999999,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.2809999999999999,"5min":2.1160000000000001,"15min":2.1160000000000001},"last":0.71299999999999997},{"interface":"front","average":{"1min":0.85399999999999998,"5min":0.82199999999999995,"15min":0.80600000000000005},"min":{"1min":0.63400000000000001,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.3160000000000001,"5min":1.3260000000000001,"15min":1.3260000000000001},"last":0.95399999999999996}]},{"osd":2,"last update":"Tue Dec 26 16:45:04 2023","interfaces":[{"interface":"back","average":{"1min":0.86899999999999999,"5min":0.88400000000000001,"15min":0.88600000000000001},"min":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.1639999999999999,"5min":1.325,"15min":1.325},"last":0.997},{"interface":"front","average":{"1min":0.97699999999999998,"5min":1.0009999999999999,"15min":1.012},"min":{"1min":0.72899999999999998,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.1970000000000001,"5min":1.48,"15min":1.48},"last":1.0269999999999999}]},{"osd":3,"last update":"Tue Dec 26 16:45:04 2023","interfaces":[{"interface":"back","average":{"1min":0.89600000000000002,"5min":0.95999999999999996,"15min":0.98699999999999999},"min":{"1min":0.503,"5min":0.503,"15min":0.503},"max":{"1min":1.248,"5min":1.581,"15min":1.581},"last":0.874},{"interface":"front","average":{"1min":0.89300000000000002,"5min":0.89500000000000002,"15min":0.89500000000000002},"min":{"1min":0.57499999999999996,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.139,"5min":1.367,"15min":1.367},"last":1.093}]},{"osd":4,"last update":"Tue Dec 26 16:45:04 2023","interfaces":[{"interface":"back","average":{"1min":1.004,"5min":1.05,"15min":1.0720000000000001},"min":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"max":{"1min":1.2629999999999999,"5min":1.625,"15min":1.625},"last":0.93300000000000005},{"interface":"front","average":{"1min":1.115,"5min":1.121,"15min":1.1439999999999999},"min":{"1min":0.92000000000000004,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.349,"5min":1.6679999999999999,"15min":1.6679999999999999},"last":0.97499999999999998}]},{"osd":5,"last update":"Tue Dec 26 16:45:04 2023","interfaces":[{"interface":"back","average":{"1min":1.0369999999999999,"5min":1.0640000000000001,"15min":1.0800000000000001},"min":{"1min":0.61699999999999999,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.29,"5min":1.7989999999999999,"15min":1.7989999999999999},"last":1.081},{"interface":"front","average":{"1min":1.0529999999999999,"5min":1.089,"15min":1.097},"min":{"1min":0.55600000000000005,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.3100000000000001,"5min":1.526,"15min":1.526},"last":1.01}]},{"osd":6,"last update":"Tue Dec 26 16:45:04 2023","interfaces":[{"interface":"back","average":{"1min":1.141,"5min":1.173,"15min":1.1890000000000001},"min":{"1min":0.83899999999999997,"5min":0.77400000000000002,"15min":0.77400000000000002},"max":{"1min":1.3700000000000001,"5min":1.6439999999999999,"15min":1.6439999999999999},"last":1.0600000000000001},{"interface":"front","average":{"1min":1.1259999999999999,"5min":1.1719999999999999,"15min":1.1879999999999999},"min":{"1min":0.78700000000000003,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.446,"5min":1.998,"15min":1.998},"last":1.048}]}]},{"osd":5,"up_from":34,"seq":146028888106,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149026,"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":"Tue Dec 26 16:44:54 2023","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.85399999999999998,"15min":0.84199999999999997},"min":{"1min":0.63500000000000001,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.2490000000000001,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":0.82599999999999996},{"interface":"front","average":{"1min":0.84999999999999998,"5min":0.878,"15min":0.88},"min":{"1min":0.69799999999999995,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.111,"5min":1.722,"15min":1.722},"last":1.258}]},{"osd":1,"last update":"Tue Dec 26 16:44:54 2023","interfaces":[{"interface":"back","average":{"1min":0.79600000000000004,"5min":0.752,"15min":0.72599999999999998},"min":{"1min":0.56399999999999995,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.0469999999999999,"5min":1.206,"15min":1.206},"last":0.85699999999999998},{"interface":"front","average":{"1min":0.81100000000000005,"5min":0.78000000000000003,"15min":0.77000000000000002},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":0.70699999999999996}]},{"osd":2,"last update":"Tue Dec 26 16:44:54 2023","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.91200000000000003,"15min":0.90100000000000002},"min":{"1min":0.78300000000000003,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.167,"5min":1.234,"15min":1.234},"last":0.73199999999999998},{"interface":"front","average":{"1min":0.97899999999999998,"5min":0.95099999999999996,"15min":0.94299999999999995},"min":{"1min":0.67800000000000005,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.218,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":1.169}]},{"osd":3,"last update":"Tue Dec 26 16:44:54 2023","interfaces":[{"interface":"back","average":{"1min":0.84899999999999998,"5min":0.82899999999999996,"15min":0.81599999999999995},"min":{"1min":0.56000000000000005,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.323,"5min":1.623,"15min":1.623},"last":0.88600000000000001},{"interface":"front","average":{"1min":0.98999999999999999,"5min":0.93200000000000005,"15min":0.91900000000000004},"min":{"1min":0.56000000000000005,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.4019999999999999,"5min":1.452,"15min":1.452},"last":1.1160000000000001}]},{"osd":4,"last update":"Tue Dec 26 16:44:54 2023","interfaces":[{"interface":"back","average":{"1min":1.0840000000000001,"5min":1.048,"15min":1.048},"min":{"1min":0.86299999999999999,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.5029999999999999,"5min":1.5900000000000001,"15min":1.5900000000000001},"last":1.032},{"interface":"front","average":{"1min":1.0329999999999999,"5min":1.0329999999999999,"15min":1.0389999999999999},"min":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.4750000000000001,"5min":1.575,"15min":1.575},"last":0.97199999999999998}]},{"osd":6,"last update":"Tue Dec 26 16:44:54 2023","interfaces":[{"interface":"back","average":{"1min":1.109,"5min":1.1020000000000001,"15min":1.1080000000000001},"min":{"1min":0.79200000000000004,"5min":0.73599999999999999,"15min":0.73599999999999999},"max":{"1min":1.5700000000000001,"5min":1.792,"15min":1.792},"last":1.093},{"interface":"front","average":{"1min":1.1679999999999999,"5min":1.145,"15min":1.1419999999999999},"min":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.5960000000000001,"5min":1.609,"15min":1.609},"last":1.1950000000000001}]},{"osd":7,"last update":"Tue Dec 26 16:45:00 2023","interfaces":[{"interface":"back","average":{"1min":1.0640000000000001,"5min":1.0449999999999999,"15min":1.0329999999999999},"min":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.385,"5min":1.385,"15min":1.385},"last":1.0609999999999999},{"interface":"front","average":{"1min":1.133,"5min":1.1160000000000001,"15min":1.1060000000000001},"min":{"1min":0.79100000000000004,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.4390000000000001,"5min":1.712,"15min":1.712},"last":1.006}]}]},{"osd":2,"up_from":20,"seq":85899345966,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149026,"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":"Tue Dec 26 16:44:37 2023","interfaces":[{"interface":"back","average":{"1min":0.70099999999999996,"5min":0.68899999999999995,"15min":0.68700000000000006},"min":{"1min":0.53800000000000003,"5min":0.504,"15min":0.504},"max":{"1min":0.93100000000000005,"5min":1.0529999999999999,"15min":1.0529999999999999},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.72799999999999998,"5min":0.71799999999999997,"15min":0.70599999999999996},"min":{"1min":0.61699999999999999,"5min":0.437,"15min":0.437},"max":{"1min":0.96099999999999997,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":0.72099999999999997}]},{"osd":1,"last update":"Tue Dec 26 16:44:37 2023","interfaces":[{"interface":"back","average":{"1min":0.98899999999999999,"5min":0.94199999999999995,"15min":0.93000000000000005},"min":{"1min":0.80900000000000005,"5min":0.62,"15min":0.62},"max":{"1min":1.282,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":0.82999999999999996},{"interface":"front","average":{"1min":0.83999999999999997,"5min":0.89300000000000002,"15min":0.89200000000000002},"min":{"1min":0.65500000000000003,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":0.995,"5min":1.24,"15min":1.24},"last":0.93200000000000005}]},{"osd":3,"last update":"Tue Dec 26 16:44:45 2023","interfaces":[{"interface":"back","average":{"1min":1.0620000000000001,"5min":1.042,"15min":1.036},"min":{"1min":0.85499999999999998,"5min":0.78300000000000003,"15min":0.78300000000000003},"max":{"1min":1.226,"5min":1.446,"15min":1.446},"last":1.0189999999999999},{"interface":"front","average":{"1min":1.014,"5min":1.0229999999999999,"15min":1.018},"min":{"1min":0.75,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.181,"5min":1.893,"15min":1.893},"last":0.85699999999999998}]},{"osd":4,"last update":"Tue Dec 26 16:44:41 2023","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.96899999999999997,"15min":0.98899999999999999},"min":{"1min":0.66800000000000004,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.286,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":0.68400000000000005},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.88800000000000001,"15min":0.89200000000000002},"min":{"1min":0.65500000000000003,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.101,"5min":1.1839999999999999,"15min":1.1839999999999999},"last":0.99199999999999999}]},{"osd":5,"last update":"Tue Dec 26 16:44:58 2023","interfaces":[{"interface":"back","average":{"1min":1.036,"5min":1.032,"15min":1.042},"min":{"1min":0.83399999999999996,"5min":0.71799999999999997,"15min":0.71799999999999997},"max":{"1min":1.298,"5min":1.502,"15min":1.502},"last":0.89500000000000002},{"interface":"front","average":{"1min":1.0069999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"min":{"1min":0.749,"5min":0.749,"15min":0.749},"max":{"1min":1.2330000000000001,"5min":1.3620000000000001,"15min":1.3620000000000001},"last":0.77800000000000002}]},{"osd":6,"last update":"Tue Dec 26 16:44:45 2023","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":0.94899999999999995,"15min":0.94299999999999995},"min":{"1min":0.79000000000000004,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.208,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":0.91100000000000003},{"interface":"front","average":{"1min":1.113,"5min":1.0569999999999999,"15min":1.0589999999999999},"min":{"1min":0.78400000000000003,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.3520000000000001,"5min":1.7609999999999999,"15min":1.7609999999999999},"last":0.96799999999999997}]},{"osd":7,"last update":"Tue Dec 26 16:45:02 2023","interfaces":[{"interface":"back","average":{"1min":1.1679999999999999,"5min":1.161,"15min":1.157},"min":{"1min":0.98099999999999998,"5min":0.86699999999999999,"15min":0.86699999999999999},"max":{"1min":1.3420000000000001,"5min":1.6779999999999999,"15min":1.6779999999999999},"last":1.0700000000000001},{"interface":"front","average":{"1min":1.171,"5min":1.1579999999999999,"15min":1.1599999999999999},"min":{"1min":0.95999999999999996,"5min":0.84899999999999998,"15min":0.84899999999999998},"max":{"1min":1.554,"5min":2.024,"15min":2.024},"last":1.0620000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476785,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149026,"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":"Tue Dec 26 16:44:43 2023","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.86199999999999999,"15min":0.85299999999999998},"min":{"1min":0.60699999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.6140000000000001,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":1.1319999999999999},{"interface":"front","average":{"1min":0.85099999999999998,"5min":0.78500000000000003,"15min":0.77300000000000002},"min":{"1min":0.63700000000000001,"5min":0.435,"15min":0.435},"max":{"1min":1.48,"5min":1.48,"15min":1.48},"last":0.95399999999999996}]},{"osd":2,"last update":"Tue Dec 26 16:44:35 2023","interfaces":[{"interface":"back","average":{"1min":0.88,"5min":0.79100000000000004,"15min":0.78100000000000003},"min":{"1min":0.65300000000000002,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":1.3939999999999999,"5min":1.3939999999999999,"15min":1.3939999999999999},"last":0.91600000000000004},{"interface":"front","average":{"1min":0.73999999999999999,"5min":0.77600000000000002,"15min":0.77000000000000002},"min":{"1min":0.60099999999999998,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.1359999999999999,"5min":1.153,"15min":1.153},"last":0.876}]},{"osd":3,"last update":"Tue Dec 26 16:44:43 2023","interfaces":[{"interface":"back","average":{"1min":1.038,"5min":1.0089999999999999,"15min":0.99099999999999999},"min":{"1min":0.67100000000000004,"5min":0.626,"15min":0.626},"max":{"1min":1.236,"5min":1.417,"15min":1.417},"last":0.98399999999999999},{"interface":"front","average":{"1min":0.89900000000000002,"5min":0.90600000000000003,"15min":0.90500000000000003},"min":{"1min":0.628,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.042,"5min":1.1319999999999999,"15min":1.1319999999999999},"last":1.042}]},{"osd":4,"last update":"Tue Dec 26 16:44:43 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.85199999999999998,"15min":0.84599999999999997},"min":{"1min":0.60299999999999998,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.2410000000000001,"5min":1.3939999999999999,"15min":1.3939999999999999},"last":0.86199999999999999},{"interface":"front","average":{"1min":0.95699999999999996,"5min":0.96099999999999997,"15min":0.95099999999999996},"min":{"1min":0.69399999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.288,"5min":1.4710000000000001,"15min":1.4710000000000001},"last":1.1919999999999999}]},{"osd":5,"last update":"Tue Dec 26 16:44:58 2023","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":0.98099999999999998,"15min":0.97099999999999997},"min":{"1min":0.76900000000000002,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.3979999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":1.006},{"interface":"front","average":{"1min":1.0580000000000001,"5min":1.103,"15min":1.117},"min":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"max":{"1min":1.1850000000000001,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.234}]},{"osd":6,"last update":"Tue Dec 26 16:44:43 2023","interfaces":[{"interface":"back","average":{"1min":1.075,"5min":1.0049999999999999,"15min":0.98299999999999998},"min":{"1min":0.66500000000000004,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.526,"5min":1.526,"15min":1.526},"last":1.369},{"interface":"front","average":{"1min":1.1080000000000001,"5min":1.0820000000000001,"15min":1.0720000000000001},"min":{"1min":0.83499999999999996,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.5109999999999999,"5min":1.5800000000000001,"15min":1.5800000000000001},"last":1.4790000000000001}]},{"osd":7,"last update":"Tue Dec 26 16:45:03 2023","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.115,"15min":1.103},"min":{"1min":0.873,"5min":0.73599999999999999,"15min":0.73599999999999999},"max":{"1min":1.5960000000000001,"5min":1.6990000000000001,"15min":1.6990000000000001},"last":1.448},{"interface":"front","average":{"1min":1.1719999999999999,"5min":1.1659999999999999,"15min":1.1519999999999999},"min":{"1min":1.046,"5min":0.874,"15min":0.874},"max":{"1min":1.4430000000000001,"5min":1.637,"15min":1.637},"last":1.4299999999999999}]}]},{"osd":1,"up_from":23,"seq":98784247855,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149026,"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":"Tue Dec 26 16:44:37 2023","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":0.81399999999999995,"15min":0.79700000000000004},"min":{"1min":0.64200000000000002,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.228,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.98799999999999999},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.82399999999999995,"15min":0.78800000000000003},"min":{"1min":0.69599999999999995,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.2490000000000001,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":0.81699999999999995}]},{"osd":2,"last update":"Tue Dec 26 16:44:37 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":0.90100000000000002,"15min":0.86899999999999999},"min":{"1min":0.65000000000000002,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.3049999999999999,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.89600000000000002},{"interface":"front","average":{"1min":1.046,"5min":1.004,"15min":0.98399999999999999},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.411,"5min":1.411,"15min":1.411},"last":1.083}]},{"osd":3,"last update":"Tue Dec 26 16:44:46 2023","interfaces":[{"interface":"back","average":{"1min":0.83999999999999997,"5min":0.79700000000000004,"15min":0.76100000000000001},"min":{"1min":0.47399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":1.3839999999999999,"5min":1.4219999999999999,"15min":1.4219999999999999},"last":0.85999999999999999},{"interface":"front","average":{"1min":0.84199999999999997,"5min":0.80500000000000005,"15min":0.77500000000000002},"min":{"1min":0.57299999999999995,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.1140000000000001,"5min":1.413,"15min":1.413},"last":1.151}]},{"osd":4,"last update":"Tue Dec 26 16:44:37 2023","interfaces":[{"interface":"back","average":{"1min":0.97999999999999998,"5min":0.89100000000000001,"15min":0.86599999999999999},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.383,"5min":1.383,"15min":1.383},"last":1.0229999999999999},{"interface":"front","average":{"1min":1.0389999999999999,"5min":1.0289999999999999,"15min":1.0169999999999999},"min":{"1min":0.80900000000000005,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.419,"5min":1.472,"15min":1.472},"last":1.3089999999999999}]},{"osd":5,"last update":"Tue Dec 26 16:44:55 2023","interfaces":[{"interface":"back","average":{"1min":0.97499999999999998,"5min":0.90700000000000003,"15min":0.88300000000000001},"min":{"1min":0.60599999999999998,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.357,"5min":1.357,"15min":1.357},"last":0.92000000000000004},{"interface":"front","average":{"1min":1.0600000000000001,"5min":1.03,"15min":1.024},"min":{"1min":0.56799999999999995,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.5249999999999999,"5min":1.5249999999999999,"15min":1.5249999999999999},"last":1.2070000000000001}]},{"osd":6,"last update":"Tue Dec 26 16:44:46 2023","interfaces":[{"interface":"back","average":{"1min":1.1639999999999999,"5min":1.1459999999999999,"15min":1.131},"min":{"1min":0.86199999999999999,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.5740000000000001,"5min":1.5740000000000001,"15min":1.5740000000000001},"last":1.3899999999999999},{"interface":"front","average":{"1min":1.1100000000000001,"5min":1.0369999999999999,"15min":1.016},"min":{"1min":0.79200000000000004,"5min":0.77500000000000002,"15min":0.77500000000000002},"max":{"1min":1.5920000000000001,"5min":1.5920000000000001,"15min":1.5920000000000001},"last":1.113}]},{"osd":7,"last update":"Tue Dec 26 16:45:00 2023","interfaces":[{"interface":"back","average":{"1min":1.1870000000000001,"5min":1.0509999999999999,"15min":1.0209999999999999},"min":{"1min":0.67100000000000004,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.5880000000000001,"5min":1.5880000000000001,"15min":1.5880000000000001},"last":1.2709999999999999},{"interface":"front","average":{"1min":1.1839999999999999,"5min":1.089,"15min":1.0740000000000001},"min":{"1min":0.623,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.679,"5min":1.679,"15min":1.679},"last":1.2410000000000001}]}]},{"osd":4,"up_from":25,"seq":107374182446,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149026,"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":"Tue Dec 26 16:44:43 2023","interfaces":[{"interface":"back","average":{"1min":0.72199999999999998,"5min":0.76100000000000001,"15min":0.76300000000000001},"min":{"1min":0.51400000000000001,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.079,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.76400000000000001,"5min":0.72999999999999998,"15min":0.70499999999999996},"min":{"1min":0.58999999999999997,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.05,"5min":1.1839999999999999,"15min":1.1839999999999999},"last":0.503}]},{"osd":1,"last update":"Tue Dec 26 16:44:43 2023","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.85299999999999998,"15min":0.83499999999999996},"min":{"1min":0.69599999999999995,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.083,"5min":1.1259999999999999,"15min":1.1259999999999999},"last":0.68300000000000005},{"interface":"front","average":{"1min":1.002,"5min":0.92500000000000004,"15min":0.90300000000000002},"min":{"1min":0.78600000000000003,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.204,"5min":1.262,"15min":1.262},"last":0.88600000000000001}]},{"osd":2,"last update":"Tue Dec 26 16:44:43 2023","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.79100000000000004,"15min":0.77600000000000002},"min":{"1min":0.59999999999999998,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.1339999999999999,"5min":1.1870000000000001,"15min":1.1870000000000001},"last":0.68899999999999995},{"interface":"front","average":{"1min":0.875,"5min":0.93000000000000005,"15min":0.94399999999999995},"min":{"1min":0.67200000000000004,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.1850000000000001,"5min":1.216,"15min":1.216},"last":0.79900000000000004}]},{"osd":3,"last update":"Tue Dec 26 16:44:49 2023","interfaces":[{"interface":"back","average":{"1min":0.997,"5min":0.995,"15min":0.98299999999999998},"min":{"1min":0.85899999999999999,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":1.1439999999999999,"5min":1.377,"15min":1.377},"last":1.026},{"interface":"front","average":{"1min":0.998,"5min":0.96999999999999997,"15min":0.95999999999999996},"min":{"1min":0.78100000000000003,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.3129999999999999,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":1.0349999999999999}]},{"osd":5,"last update":"Tue Dec 26 16:44:54 2023","interfaces":[{"interface":"back","average":{"1min":0.88600000000000001,"5min":0.93799999999999994,"15min":0.93799999999999994},"min":{"1min":0.67500000000000004,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.0760000000000001,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":0.77700000000000002},{"interface":"front","average":{"1min":1.129,"5min":1.113,"15min":1.101},"min":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"max":{"1min":1.284,"5min":1.468,"15min":1.468},"last":0.97599999999999998}]},{"osd":6,"last update":"Tue Dec 26 16:44:49 2023","interfaces":[{"interface":"back","average":{"1min":0.97399999999999998,"5min":0.92200000000000004,"15min":0.89600000000000002},"min":{"1min":0.74399999999999999,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.105,"5min":1.343,"15min":1.343},"last":0.61799999999999999},{"interface":"front","average":{"1min":1.1679999999999999,"5min":1.1020000000000001,"15min":1.0740000000000001},"min":{"1min":1.0029999999999999,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.3600000000000001,"5min":1.536,"15min":1.536},"last":0.93300000000000005}]},{"osd":7,"last update":"Tue Dec 26 16:45:01 2023","interfaces":[{"interface":"back","average":{"1min":1.1679999999999999,"5min":1.097,"15min":1.0860000000000001},"min":{"1min":0.81399999999999995,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.286,"5min":1.361,"15min":1.361},"last":1.089},{"interface":"front","average":{"1min":1.139,"5min":1.1020000000000001,"15min":1.0860000000000001},"min":{"1min":0.96999999999999997,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.4590000000000001,"5min":1.5089999999999999,"15min":1.5089999999999999},"last":0.83099999999999996}]}]},{"osd":3,"up_from":29,"seq":124554051629,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":148661,"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":"Tue Dec 26 16:44:44 2023","interfaces":[{"interface":"back","average":{"1min":0.871,"5min":0.86199999999999999,"15min":0.85999999999999999},"min":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.131,"5min":1.131,"15min":1.131},"last":1.0029999999999999},{"interface":"front","average":{"1min":0.89400000000000002,"5min":0.85999999999999999,"15min":0.84999999999999998},"min":{"1min":0.67400000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.2649999999999999,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":0.96399999999999997}]},{"osd":1,"last update":"Tue Dec 26 16:44:44 2023","interfaces":[{"interface":"back","average":{"1min":0.75800000000000001,"5min":0.72499999999999998,"15min":0.69899999999999995},"min":{"1min":0.53900000000000003,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":1.208,"5min":1.224,"15min":1.224},"last":0.67700000000000005},{"interface":"front","average":{"1min":0.80600000000000005,"5min":0.73399999999999999,"15min":0.70799999999999996},"min":{"1min":0.46700000000000003,"5min":0.38,"15min":0.38},"max":{"1min":1.429,"5min":1.429,"15min":1.429},"last":1.0629999999999999}]},{"osd":2,"last update":"Tue Dec 26 16:44:44 2023","interfaces":[{"interface":"back","average":{"1min":0.93799999999999994,"5min":0.92700000000000005,"15min":0.92100000000000004},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.2070000000000001,"5min":1.254,"15min":1.254},"last":0.70399999999999996},{"interface":"front","average":{"1min":1.0089999999999999,"5min":0.95399999999999996,"15min":0.93899999999999995},"min":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.2529999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":1.1220000000000001}]},{"osd":4,"last update":"Tue Dec 26 16:44:44 2023","interfaces":[{"interface":"back","average":{"1min":0.93400000000000005,"5min":0.89700000000000002,"15min":0.88500000000000001},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.2749999999999999,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.85799999999999998},{"interface":"front","average":{"1min":1.0289999999999999,"5min":0.996,"15min":0.998},"min":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.3220000000000001,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":1.0349999999999999}]},{"osd":5,"last update":"Tue Dec 26 16:44:52 2023","interfaces":[{"interface":"back","average":{"1min":1.008,"5min":0.90200000000000002,"15min":0.88400000000000001},"min":{"1min":0.67900000000000005,"5min":0.434,"15min":0.434},"max":{"1min":1.9039999999999999,"5min":1.9039999999999999,"15min":1.9039999999999999},"last":1.1599999999999999},{"interface":"front","average":{"1min":1.0189999999999999,"5min":0.97899999999999998,"15min":0.96499999999999997},"min":{"1min":0.58699999999999997,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.7230000000000001,"5min":1.7230000000000001,"15min":1.7230000000000001},"last":1.0980000000000001}]},{"osd":6,"last update":"Tue Dec 26 16:44:44 2023","interfaces":[{"interface":"back","average":{"1min":1.0620000000000001,"5min":0.998,"15min":0.98299999999999998},"min":{"1min":0.75900000000000001,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.365,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":1.2050000000000001},{"interface":"front","average":{"1min":1.165,"5min":1.081,"15min":1.0669999999999999},"min":{"1min":0.90300000000000002,"5min":0.748,"15min":0.748},"max":{"1min":1.421,"5min":1.5580000000000001,"15min":1.5580000000000001},"last":1.1519999999999999}]},{"osd":7,"last update":"Tue Dec 26 16:45:02 2023","interfaces":[{"interface":"back","average":{"1min":1.0840000000000001,"5min":1.0089999999999999,"15min":0.998},"min":{"1min":0.78100000000000003,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.3540000000000001,"5min":1.401,"15min":1.401},"last":1.228},{"interface":"front","average":{"1min":1.204,"5min":1.1160000000000001,"15min":1.0960000000000001},"min":{"1min":0.83999999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.5760000000000001,"5min":1.5760000000000001,"15min":1.5760000000000001},"last":1.1950000000000001}]}]},{"osd":6,"up_from":29,"seq":124554051629,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149026,"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":"Tue Dec 26 16:44:47 2023","interfaces":[{"interface":"back","average":{"1min":0.76000000000000001,"5min":0.81299999999999994,"15min":0.83299999999999996},"min":{"1min":0.56599999999999995,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.079,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.0149999999999999},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.88500000000000001,"15min":0.90500000000000003},"min":{"1min":0.70899999999999996,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.016,"5min":1.639,"15min":1.639},"last":0.76900000000000002}]},{"osd":1,"last update":"Tue Dec 26 16:44:47 2023","interfaces":[{"interface":"back","average":{"1min":0.88400000000000001,"5min":0.90000000000000002,"15min":0.92400000000000004},"min":{"1min":0.66900000000000004,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.1579999999999999,"5min":1.7310000000000001,"15min":1.7310000000000001},"last":0.85299999999999998},{"interface":"front","average":{"1min":0.88,"5min":0.94699999999999995,"15min":0.96299999999999997},"min":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.087,"5min":1.8720000000000001,"15min":1.8720000000000001},"last":0.81699999999999995}]},{"osd":2,"last update":"Tue Dec 26 16:44:47 2023","interfaces":[{"interface":"back","average":{"1min":0.84299999999999997,"5min":0.88600000000000001,"15min":0.89400000000000002},"min":{"1min":0.65800000000000003,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.008,"5min":1.7769999999999999,"15min":1.7769999999999999},"last":0.92900000000000005},{"interface":"front","average":{"1min":0.86199999999999999,"5min":0.84499999999999997,"15min":0.84599999999999997},"min":{"1min":0.65100000000000002,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.1240000000000001,"5min":1.911,"15min":1.911},"last":0.90500000000000003}]},{"osd":3,"last update":"Tue Dec 26 16:44:47 2023","interfaces":[{"interface":"back","average":{"1min":0.98699999999999999,"5min":0.995,"15min":1.012},"min":{"1min":0.73499999999999999,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.2450000000000001,"5min":1.8009999999999999,"15min":1.8009999999999999},"last":0.97699999999999998},{"interface":"front","average":{"1min":1.0780000000000001,"5min":1.1359999999999999,"15min":1.161},"min":{"1min":0.92700000000000005,"5min":0.86799999999999999,"15min":0.86799999999999999},"max":{"1min":1.22,"5min":2.1640000000000001,"15min":2.1640000000000001},"last":1.1639999999999999}]},{"osd":4,"last update":"Tue Dec 26 16:44:47 2023","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.96299999999999997,"15min":0.98499999999999999},"min":{"1min":0.64900000000000002,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.2310000000000001,"5min":1.98,"15min":1.98},"last":1.044},{"interface":"front","average":{"1min":0.93700000000000006,"5min":0.998,"15min":1.01},"min":{"1min":0.67200000000000004,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.1339999999999999,"5min":1.5920000000000001,"15min":1.5920000000000001},"last":1.121}]},{"osd":5,"last update":"Tue Dec 26 16:44:56 2023","interfaces":[{"interface":"back","average":{"1min":1.038,"5min":1.113,"15min":1.139},"min":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.3009999999999999,"5min":1.9990000000000001,"15min":1.9990000000000001},"last":1.077},{"interface":"front","average":{"1min":1.1220000000000001,"5min":1.171,"15min":1.2},"min":{"1min":0.88,"5min":0.70499999999999996,"15min":0.70499999999999996},"max":{"1min":1.385,"5min":2.2410000000000001,"15min":2.2410000000000001},"last":1.337}]},{"osd":7,"last update":"Tue Dec 26 16:45:06 2023","interfaces":[{"interface":"back","average":{"1min":1.111,"5min":1.137,"15min":1.149},"min":{"1min":0.91900000000000004,"5min":0.69899999999999995,"15min":0.69899999999999995},"max":{"1min":1.4910000000000001,"5min":2.1960000000000002,"15min":2.1960000000000002},"last":0.997},{"interface":"front","average":{"1min":1.131,"5min":1.1970000000000001,"15min":1.226},"min":{"1min":0.93899999999999995,"5min":0.84799999999999998,"15min":0.84799999999999998},"max":{"1min":1.2909999999999999,"5min":2.1000000000000001,"15min":2.1000000000000001},"last":1.2529999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-26T16:45:13.588 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-26T16:45:13.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:13 smithi073 bash[29040]: cluster 2023-12-26T16:45:12.650576+0000 mgr.smithi046.hnrily (mgr.14180) 230 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:14.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:13 smithi046 bash[24815]: cluster 2023-12-26T16:45:12.650576+0000 mgr.smithi046.hnrily (mgr.14180) 230 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:14.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:14 smithi073 bash[29040]: audit 2023-12-26T16:45:12.911236+0000 mgr.smithi046.hnrily (mgr.14180) 231 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:45:14.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:14 smithi073 bash[29040]: cluster 2023-12-26T16:45:14.651175+0000 mgr.smithi046.hnrily (mgr.14180) 232 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:15.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:14 smithi046 bash[24815]: audit 2023-12-26T16:45:12.911236+0000 mgr.smithi046.hnrily (mgr.14180) 231 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:45:15.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:14 smithi046 bash[24815]: cluster 2023-12-26T16:45:14.651175+0000 mgr.smithi046.hnrily (mgr.14180) 232 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:17.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:16 smithi046 bash[24815]: cluster 2023-12-26T16:45:16.651765+0000 mgr.smithi046.hnrily (mgr.14180) 233 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:17.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:16 smithi073 bash[29040]: cluster 2023-12-26T16:45:16.651765+0000 mgr.smithi046.hnrily (mgr.14180) 233 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:18.381 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:45:19.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:18 smithi046 bash[24815]: cluster 2023-12-26T16:45:18.652335+0000 mgr.smithi046.hnrily (mgr.14180) 234 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:19.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:18 smithi073 bash[29040]: cluster 2023-12-26T16:45:18.652335+0000 mgr.smithi046.hnrily (mgr.14180) 234 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:21.207 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:45:21.211 INFO:teuthology.orchestra.run.smithi046.stderr:dumped all 2023-12-26T16:45:21.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:21 smithi046 bash[24815]: cluster 2023-12-26T16:45:20.652834+0000 mgr.smithi046.hnrily (mgr.14180) 235 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:21.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:21 smithi073 bash[29040]: cluster 2023-12-26T16:45:20.652834+0000 mgr.smithi046.hnrily (mgr.14180) 235 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:21.975 INFO:teuthology.orchestra.run.smithi046.stdout:{"pg_ready":true,"pg_map":{"version":215,"stamp":"2023-12-26T16:45:20.652570+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":2379804,"kb_used_data":3036,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548644,"statfs":{"total":767926730752,"available":765489811456,"internally_reserved":0,"allocated":3108864,"data_stored":1191843,"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":39,"state":"active+clean","last_fresh":"2023-12-26T16:41:56.926104+0000","last_change":"2023-12-26T16:41:56.926104+0000","last_active":"2023-12-26T16:41:56.926104+0000","last_peered":"2023-12-26T16:41:56.926104+0000","last_clean":"2023-12-26T16:41:56.926104+0000","last_became_active":"2023-12-26T16:41:56.925533+0000","last_became_peered":"2023-12-26T16:41:56.925533+0000","last_unstale":"2023-12-26T16:41:56.926104+0000","last_undegraded":"2023-12-26T16:41:56.926104+0000","last_fullsized":"2023-12-26T16:41:56.926104+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-26T16:41:34.864994+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-26T16:41:34.864994+0000","last_clean_scrub_stamp":"2023-12-26T16:41:34.864994+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757292,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149026,"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":"Tue Dec 26 16:45:04 2023","interfaces":[{"interface":"back","average":{"1min":0.86299999999999999,"5min":0.90900000000000003,"15min":0.91900000000000004},"min":{"1min":0.65600000000000003,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.141,"5min":1.244,"15min":1.244},"last":1.0309999999999999},{"interface":"front","average":{"1min":0.878,"5min":0.90000000000000002,"15min":0.91300000000000003},"min":{"1min":0.68799999999999994,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.2490000000000001,"5min":1.371,"15min":1.371},"last":0.82199999999999995}]},{"osd":1,"last update":"Tue Dec 26 16:45:04 2023","interfaces":[{"interface":"back","average":{"1min":0.85699999999999998,"5min":0.85599999999999998,"15min":0.86199999999999999},"min":{"1min":0.49199999999999999,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.2809999999999999,"5min":2.1160000000000001,"15min":2.1160000000000001},"last":0.73199999999999998},{"interface":"front","average":{"1min":0.85399999999999998,"5min":0.82199999999999995,"15min":0.80600000000000005},"min":{"1min":0.63400000000000001,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.3160000000000001,"5min":1.3260000000000001,"15min":1.3260000000000001},"last":0.93400000000000005}]},{"osd":2,"last update":"Tue Dec 26 16:45:04 2023","interfaces":[{"interface":"back","average":{"1min":0.86899999999999999,"5min":0.88400000000000001,"15min":0.88600000000000001},"min":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.1639999999999999,"5min":1.325,"15min":1.325},"last":0.86699999999999999},{"interface":"front","average":{"1min":0.97699999999999998,"5min":1.0009999999999999,"15min":1.012},"min":{"1min":0.72899999999999998,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.1970000000000001,"5min":1.48,"15min":1.48},"last":1.1240000000000001}]},{"osd":3,"last update":"Tue Dec 26 16:45:04 2023","interfaces":[{"interface":"back","average":{"1min":0.89600000000000002,"5min":0.95999999999999996,"15min":0.98699999999999999},"min":{"1min":0.503,"5min":0.503,"15min":0.503},"max":{"1min":1.248,"5min":1.581,"15min":1.581},"last":1.1599999999999999},{"interface":"front","average":{"1min":0.89300000000000002,"5min":0.89500000000000002,"15min":0.89500000000000002},"min":{"1min":0.57499999999999996,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.139,"5min":1.367,"15min":1.367},"last":0.97499999999999998}]},{"osd":4,"last update":"Tue Dec 26 16:45:04 2023","interfaces":[{"interface":"back","average":{"1min":1.004,"5min":1.05,"15min":1.0720000000000001},"min":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"max":{"1min":1.2629999999999999,"5min":1.625,"15min":1.625},"last":1.0649999999999999},{"interface":"front","average":{"1min":1.115,"5min":1.121,"15min":1.1439999999999999},"min":{"1min":0.92000000000000004,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.349,"5min":1.6679999999999999,"15min":1.6679999999999999},"last":1.24}]},{"osd":5,"last update":"Tue Dec 26 16:45:04 2023","interfaces":[{"interface":"back","average":{"1min":1.0369999999999999,"5min":1.0640000000000001,"15min":1.0800000000000001},"min":{"1min":0.61699999999999999,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.29,"5min":1.7989999999999999,"15min":1.7989999999999999},"last":1.327},{"interface":"front","average":{"1min":1.0529999999999999,"5min":1.089,"15min":1.097},"min":{"1min":0.55600000000000005,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.3100000000000001,"5min":1.526,"15min":1.526},"last":1.3440000000000001}]},{"osd":6,"last update":"Tue Dec 26 16:45:04 2023","interfaces":[{"interface":"back","average":{"1min":1.141,"5min":1.173,"15min":1.1890000000000001},"min":{"1min":0.83899999999999997,"5min":0.77400000000000002,"15min":0.77400000000000002},"max":{"1min":1.3700000000000001,"5min":1.6439999999999999,"15min":1.6439999999999999},"last":1.407},{"interface":"front","average":{"1min":1.1259999999999999,"5min":1.1719999999999999,"15min":1.1879999999999999},"min":{"1min":0.78700000000000003,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.446,"5min":1.998,"15min":1.998},"last":1.208}]}]},{"osd":5,"up_from":34,"seq":146028888107,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149026,"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":"Tue Dec 26 16:44:54 2023","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.85399999999999998,"15min":0.84199999999999997},"min":{"1min":0.63500000000000001,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.2490000000000001,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":0.92300000000000004},{"interface":"front","average":{"1min":0.84999999999999998,"5min":0.878,"15min":0.88},"min":{"1min":0.69799999999999995,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.111,"5min":1.722,"15min":1.722},"last":0.75600000000000001}]},{"osd":1,"last update":"Tue Dec 26 16:44:54 2023","interfaces":[{"interface":"back","average":{"1min":0.79600000000000004,"5min":0.752,"15min":0.72599999999999998},"min":{"1min":0.56399999999999995,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.0469999999999999,"5min":1.206,"15min":1.206},"last":0.72599999999999998},{"interface":"front","average":{"1min":0.81100000000000005,"5min":0.78000000000000003,"15min":0.77000000000000002},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":0.79700000000000004}]},{"osd":2,"last update":"Tue Dec 26 16:44:54 2023","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.91200000000000003,"15min":0.90100000000000002},"min":{"1min":0.78300000000000003,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.167,"5min":1.234,"15min":1.234},"last":0.91200000000000003},{"interface":"front","average":{"1min":0.97899999999999998,"5min":0.95099999999999996,"15min":0.94299999999999995},"min":{"1min":0.67800000000000005,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.218,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":0.94799999999999995}]},{"osd":3,"last update":"Tue Dec 26 16:44:54 2023","interfaces":[{"interface":"back","average":{"1min":0.84899999999999998,"5min":0.82899999999999996,"15min":0.81599999999999995},"min":{"1min":0.56000000000000005,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.323,"5min":1.623,"15min":1.623},"last":0.90000000000000002},{"interface":"front","average":{"1min":0.98999999999999999,"5min":0.93200000000000005,"15min":0.91900000000000004},"min":{"1min":0.56000000000000005,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.4019999999999999,"5min":1.452,"15min":1.452},"last":0.96399999999999997}]},{"osd":4,"last update":"Tue Dec 26 16:44:54 2023","interfaces":[{"interface":"back","average":{"1min":1.0840000000000001,"5min":1.048,"15min":1.048},"min":{"1min":0.86299999999999999,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.5029999999999999,"5min":1.5900000000000001,"15min":1.5900000000000001},"last":0.85199999999999998},{"interface":"front","average":{"1min":1.0329999999999999,"5min":1.0329999999999999,"15min":1.0389999999999999},"min":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.4750000000000001,"5min":1.575,"15min":1.575},"last":1.056}]},{"osd":6,"last update":"Tue Dec 26 16:44:54 2023","interfaces":[{"interface":"back","average":{"1min":1.109,"5min":1.1020000000000001,"15min":1.1080000000000001},"min":{"1min":0.79200000000000004,"5min":0.73599999999999999,"15min":0.73599999999999999},"max":{"1min":1.5700000000000001,"5min":1.792,"15min":1.792},"last":1.177},{"interface":"front","average":{"1min":1.1679999999999999,"5min":1.145,"15min":1.1419999999999999},"min":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.5960000000000001,"5min":1.609,"15min":1.609},"last":1.1879999999999999}]},{"osd":7,"last update":"Tue Dec 26 16:45:00 2023","interfaces":[{"interface":"back","average":{"1min":1.0640000000000001,"5min":1.0449999999999999,"15min":1.0329999999999999},"min":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.385,"5min":1.385,"15min":1.385},"last":1.3029999999999999},{"interface":"front","average":{"1min":1.133,"5min":1.1160000000000001,"15min":1.1060000000000001},"min":{"1min":0.79100000000000004,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.4390000000000001,"5min":1.712,"15min":1.712},"last":1.127}]}]},{"osd":2,"up_from":20,"seq":85899345967,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149026,"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":"Tue Dec 26 16:44:37 2023","interfaces":[{"interface":"back","average":{"1min":0.70099999999999996,"5min":0.68899999999999995,"15min":0.68700000000000006},"min":{"1min":0.53800000000000003,"5min":0.504,"15min":0.504},"max":{"1min":0.93100000000000005,"5min":1.0529999999999999,"15min":1.0529999999999999},"last":1.1060000000000001},{"interface":"front","average":{"1min":0.72799999999999998,"5min":0.71799999999999997,"15min":0.70599999999999996},"min":{"1min":0.61699999999999999,"5min":0.437,"15min":0.437},"max":{"1min":0.96099999999999997,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":0.82999999999999996}]},{"osd":1,"last update":"Tue Dec 26 16:44:37 2023","interfaces":[{"interface":"back","average":{"1min":0.98899999999999999,"5min":0.94199999999999995,"15min":0.93000000000000005},"min":{"1min":0.80900000000000005,"5min":0.62,"15min":0.62},"max":{"1min":1.282,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":1.1240000000000001},{"interface":"front","average":{"1min":0.83999999999999997,"5min":0.89300000000000002,"15min":0.89200000000000002},"min":{"1min":0.65500000000000003,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":0.995,"5min":1.24,"15min":1.24},"last":0.87}]},{"osd":3,"last update":"Tue Dec 26 16:44:45 2023","interfaces":[{"interface":"back","average":{"1min":1.0620000000000001,"5min":1.042,"15min":1.036},"min":{"1min":0.85499999999999998,"5min":0.78300000000000003,"15min":0.78300000000000003},"max":{"1min":1.226,"5min":1.446,"15min":1.446},"last":1.2869999999999999},{"interface":"front","average":{"1min":1.014,"5min":1.0229999999999999,"15min":1.018},"min":{"1min":0.75,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.181,"5min":1.893,"15min":1.893},"last":1.016}]},{"osd":4,"last update":"Tue Dec 26 16:44:41 2023","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.96899999999999997,"15min":0.98899999999999999},"min":{"1min":0.66800000000000004,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.286,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":0.73799999999999999},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.88800000000000001,"15min":0.89200000000000002},"min":{"1min":0.65500000000000003,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.101,"5min":1.1839999999999999,"15min":1.1839999999999999},"last":0.92600000000000005}]},{"osd":5,"last update":"Tue Dec 26 16:44:58 2023","interfaces":[{"interface":"back","average":{"1min":1.036,"5min":1.032,"15min":1.042},"min":{"1min":0.83399999999999996,"5min":0.71799999999999997,"15min":0.71799999999999997},"max":{"1min":1.298,"5min":1.502,"15min":1.502},"last":0.97699999999999998},{"interface":"front","average":{"1min":1.0069999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"min":{"1min":0.749,"5min":0.749,"15min":0.749},"max":{"1min":1.2330000000000001,"5min":1.3620000000000001,"15min":1.3620000000000001},"last":1.079}]},{"osd":6,"last update":"Tue Dec 26 16:44:45 2023","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":0.94899999999999995,"15min":0.94299999999999995},"min":{"1min":0.79000000000000004,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.208,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":1.044},{"interface":"front","average":{"1min":1.113,"5min":1.0569999999999999,"15min":1.0589999999999999},"min":{"1min":0.78400000000000003,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.3520000000000001,"5min":1.7609999999999999,"15min":1.7609999999999999},"last":1.216}]},{"osd":7,"last update":"Tue Dec 26 16:45:02 2023","interfaces":[{"interface":"back","average":{"1min":1.1679999999999999,"5min":1.161,"15min":1.157},"min":{"1min":0.98099999999999998,"5min":0.86699999999999999,"15min":0.86699999999999999},"max":{"1min":1.3420000000000001,"5min":1.6779999999999999,"15min":1.6779999999999999},"last":1.363},{"interface":"front","average":{"1min":1.171,"5min":1.1579999999999999,"15min":1.1599999999999999},"min":{"1min":0.95999999999999996,"5min":0.84899999999999998,"15min":0.84899999999999998},"max":{"1min":1.554,"5min":2.024,"15min":2.024},"last":1.1599999999999999}]}]},{"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":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149026,"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":"Tue Dec 26 16:44:43 2023","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.86199999999999999,"15min":0.85299999999999998},"min":{"1min":0.60699999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.6140000000000001,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":0.752},{"interface":"front","average":{"1min":0.85099999999999998,"5min":0.78500000000000003,"15min":0.77300000000000002},"min":{"1min":0.63700000000000001,"5min":0.435,"15min":0.435},"max":{"1min":1.48,"5min":1.48,"15min":1.48},"last":0.78200000000000003}]},{"osd":2,"last update":"Tue Dec 26 16:44:35 2023","interfaces":[{"interface":"back","average":{"1min":0.88,"5min":0.79100000000000004,"15min":0.78100000000000003},"min":{"1min":0.65300000000000002,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":1.3939999999999999,"5min":1.3939999999999999,"15min":1.3939999999999999},"last":0.72599999999999998},{"interface":"front","average":{"1min":0.73999999999999999,"5min":0.77600000000000002,"15min":0.77000000000000002},"min":{"1min":0.60099999999999998,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.1359999999999999,"5min":1.153,"15min":1.153},"last":0.86599999999999999}]},{"osd":3,"last update":"Tue Dec 26 16:44:43 2023","interfaces":[{"interface":"back","average":{"1min":1.038,"5min":1.0089999999999999,"15min":0.99099999999999999},"min":{"1min":0.67100000000000004,"5min":0.626,"15min":0.626},"max":{"1min":1.236,"5min":1.417,"15min":1.417},"last":1.264},{"interface":"front","average":{"1min":0.89900000000000002,"5min":0.90600000000000003,"15min":0.90500000000000003},"min":{"1min":0.628,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.042,"5min":1.1319999999999999,"15min":1.1319999999999999},"last":0.93200000000000005}]},{"osd":4,"last update":"Tue Dec 26 16:44:43 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.85199999999999998,"15min":0.84599999999999997},"min":{"1min":0.60299999999999998,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.2410000000000001,"5min":1.3939999999999999,"15min":1.3939999999999999},"last":0.64200000000000002},{"interface":"front","average":{"1min":0.95699999999999996,"5min":0.96099999999999997,"15min":0.95099999999999996},"min":{"1min":0.69399999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.288,"5min":1.4710000000000001,"15min":1.4710000000000001},"last":1.004}]},{"osd":5,"last update":"Tue Dec 26 16:44:58 2023","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":0.98099999999999998,"15min":0.97099999999999997},"min":{"1min":0.76900000000000002,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.3979999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.91300000000000003},{"interface":"front","average":{"1min":1.0580000000000001,"5min":1.103,"15min":1.117},"min":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"max":{"1min":1.1850000000000001,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.073}]},{"osd":6,"last update":"Tue Dec 26 16:44:43 2023","interfaces":[{"interface":"back","average":{"1min":1.075,"5min":1.0049999999999999,"15min":0.98299999999999998},"min":{"1min":0.66500000000000004,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.526,"5min":1.526,"15min":1.526},"last":0.81499999999999995},{"interface":"front","average":{"1min":1.1080000000000001,"5min":1.0820000000000001,"15min":1.0720000000000001},"min":{"1min":0.83499999999999996,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.5109999999999999,"5min":1.5800000000000001,"15min":1.5800000000000001},"last":1.204}]},{"osd":7,"last update":"Tue Dec 26 16:45:03 2023","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.115,"15min":1.103},"min":{"1min":0.873,"5min":0.73599999999999999,"15min":0.73599999999999999},"max":{"1min":1.5960000000000001,"5min":1.6990000000000001,"15min":1.6990000000000001},"last":0.99399999999999999},{"interface":"front","average":{"1min":1.1719999999999999,"5min":1.1659999999999999,"15min":1.1519999999999999},"min":{"1min":1.046,"5min":0.874,"15min":0.874},"max":{"1min":1.4430000000000001,"5min":1.637,"15min":1.637},"last":1.1419999999999999}]}]},{"osd":1,"up_from":23,"seq":98784247857,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149026,"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":"Tue Dec 26 16:44:37 2023","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":0.81399999999999995,"15min":0.79700000000000004},"min":{"1min":0.64200000000000002,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.228,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.92500000000000004},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.82399999999999995,"15min":0.78800000000000003},"min":{"1min":0.69599999999999995,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.2490000000000001,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":0.93700000000000006}]},{"osd":2,"last update":"Tue Dec 26 16:44:37 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":0.90100000000000002,"15min":0.86899999999999999},"min":{"1min":0.65000000000000002,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.3049999999999999,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.84899999999999998},{"interface":"front","average":{"1min":1.046,"5min":1.004,"15min":0.98399999999999999},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.411,"5min":1.411,"15min":1.411},"last":1.0760000000000001}]},{"osd":3,"last update":"Tue Dec 26 16:44:46 2023","interfaces":[{"interface":"back","average":{"1min":0.83999999999999997,"5min":0.79700000000000004,"15min":0.76100000000000001},"min":{"1min":0.47399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":1.3839999999999999,"5min":1.4219999999999999,"15min":1.4219999999999999},"last":0.72899999999999998},{"interface":"front","average":{"1min":0.84199999999999997,"5min":0.80500000000000005,"15min":0.77500000000000002},"min":{"1min":0.57299999999999995,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.1140000000000001,"5min":1.413,"15min":1.413},"last":0.69699999999999995}]},{"osd":4,"last update":"Tue Dec 26 16:44:37 2023","interfaces":[{"interface":"back","average":{"1min":0.97999999999999998,"5min":0.89100000000000001,"15min":0.86599999999999999},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.383,"5min":1.383,"15min":1.383},"last":1.0369999999999999},{"interface":"front","average":{"1min":1.0389999999999999,"5min":1.0289999999999999,"15min":1.0169999999999999},"min":{"1min":0.80900000000000005,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.419,"5min":1.472,"15min":1.472},"last":1.125}]},{"osd":5,"last update":"Tue Dec 26 16:44:55 2023","interfaces":[{"interface":"back","average":{"1min":0.97499999999999998,"5min":0.90700000000000003,"15min":0.88300000000000001},"min":{"1min":0.60599999999999998,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.357,"5min":1.357,"15min":1.357},"last":0.876},{"interface":"front","average":{"1min":1.0600000000000001,"5min":1.03,"15min":1.024},"min":{"1min":0.56799999999999995,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.5249999999999999,"5min":1.5249999999999999,"15min":1.5249999999999999},"last":0.98999999999999999}]},{"osd":6,"last update":"Tue Dec 26 16:44:46 2023","interfaces":[{"interface":"back","average":{"1min":1.1639999999999999,"5min":1.1459999999999999,"15min":1.131},"min":{"1min":0.86199999999999999,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.5740000000000001,"5min":1.5740000000000001,"15min":1.5740000000000001},"last":1.2130000000000001},{"interface":"front","average":{"1min":1.1100000000000001,"5min":1.0369999999999999,"15min":1.016},"min":{"1min":0.79200000000000004,"5min":0.77500000000000002,"15min":0.77500000000000002},"max":{"1min":1.5920000000000001,"5min":1.5920000000000001,"15min":1.5920000000000001},"last":1.2430000000000001}]},{"osd":7,"last update":"Tue Dec 26 16:45:00 2023","interfaces":[{"interface":"back","average":{"1min":1.1870000000000001,"5min":1.0509999999999999,"15min":1.0209999999999999},"min":{"1min":0.67100000000000004,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.5880000000000001,"5min":1.5880000000000001,"15min":1.5880000000000001},"last":0.97099999999999997},{"interface":"front","average":{"1min":1.1839999999999999,"5min":1.089,"15min":1.0740000000000001},"min":{"1min":0.623,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.679,"5min":1.679,"15min":1.679},"last":1.1639999999999999}]}]},{"osd":4,"up_from":25,"seq":107374182447,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149026,"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":"Tue Dec 26 16:44:43 2023","interfaces":[{"interface":"back","average":{"1min":0.72199999999999998,"5min":0.76100000000000001,"15min":0.76300000000000001},"min":{"1min":0.51400000000000001,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.079,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.76400000000000001,"5min":0.72999999999999998,"15min":0.70499999999999996},"min":{"1min":0.58999999999999997,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.05,"5min":1.1839999999999999,"15min":1.1839999999999999},"last":0.60699999999999998}]},{"osd":1,"last update":"Tue Dec 26 16:44:43 2023","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.85299999999999998,"15min":0.83499999999999996},"min":{"1min":0.69599999999999995,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.083,"5min":1.1259999999999999,"15min":1.1259999999999999},"last":0.81100000000000005},{"interface":"front","average":{"1min":1.002,"5min":0.92500000000000004,"15min":0.90300000000000002},"min":{"1min":0.78600000000000003,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.204,"5min":1.262,"15min":1.262},"last":0.91200000000000003}]},{"osd":2,"last update":"Tue Dec 26 16:44:43 2023","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.79100000000000004,"15min":0.77600000000000002},"min":{"1min":0.59999999999999998,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.1339999999999999,"5min":1.1870000000000001,"15min":1.1870000000000001},"last":0.73699999999999999},{"interface":"front","average":{"1min":0.875,"5min":0.93000000000000005,"15min":0.94399999999999995},"min":{"1min":0.67200000000000004,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.1850000000000001,"5min":1.216,"15min":1.216},"last":0.85299999999999998}]},{"osd":3,"last update":"Tue Dec 26 16:44:49 2023","interfaces":[{"interface":"back","average":{"1min":0.997,"5min":0.995,"15min":0.98299999999999998},"min":{"1min":0.85899999999999999,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":1.1439999999999999,"5min":1.377,"15min":1.377},"last":1.123},{"interface":"front","average":{"1min":0.998,"5min":0.96999999999999997,"15min":0.95999999999999996},"min":{"1min":0.78100000000000003,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.3129999999999999,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":0.93500000000000005}]},{"osd":5,"last update":"Tue Dec 26 16:44:54 2023","interfaces":[{"interface":"back","average":{"1min":0.88600000000000001,"5min":0.93799999999999994,"15min":0.93799999999999994},"min":{"1min":0.67500000000000004,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.0760000000000001,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":0.97499999999999998},{"interface":"front","average":{"1min":1.129,"5min":1.113,"15min":1.101},"min":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"max":{"1min":1.284,"5min":1.468,"15min":1.468},"last":0.96199999999999997}]},{"osd":6,"last update":"Tue Dec 26 16:44:49 2023","interfaces":[{"interface":"back","average":{"1min":0.97399999999999998,"5min":0.92200000000000004,"15min":0.89600000000000002},"min":{"1min":0.74399999999999999,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.105,"5min":1.343,"15min":1.343},"last":0.88200000000000001},{"interface":"front","average":{"1min":1.1679999999999999,"5min":1.1020000000000001,"15min":1.0740000000000001},"min":{"1min":1.0029999999999999,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.3600000000000001,"5min":1.536,"15min":1.536},"last":1.028}]},{"osd":7,"last update":"Tue Dec 26 16:45:01 2023","interfaces":[{"interface":"back","average":{"1min":1.1679999999999999,"5min":1.097,"15min":1.0860000000000001},"min":{"1min":0.81399999999999995,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.286,"5min":1.361,"15min":1.361},"last":1.145},{"interface":"front","average":{"1min":1.139,"5min":1.1020000000000001,"15min":1.0860000000000001},"min":{"1min":0.96999999999999997,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.4590000000000001,"5min":1.5089999999999999,"15min":1.5089999999999999},"last":1.04}]}]},{"osd":3,"up_from":29,"seq":124554051630,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":148661,"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":"Tue Dec 26 16:44:44 2023","interfaces":[{"interface":"back","average":{"1min":0.871,"5min":0.86199999999999999,"15min":0.85999999999999999},"min":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.131,"5min":1.131,"15min":1.131},"last":0.85999999999999999},{"interface":"front","average":{"1min":0.89400000000000002,"5min":0.85999999999999999,"15min":0.84999999999999998},"min":{"1min":0.67400000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.2649999999999999,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":1.1160000000000001}]},{"osd":1,"last update":"Tue Dec 26 16:44:44 2023","interfaces":[{"interface":"back","average":{"1min":0.75800000000000001,"5min":0.72499999999999998,"15min":0.69899999999999995},"min":{"1min":0.53900000000000003,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":1.208,"5min":1.224,"15min":1.224},"last":1.071},{"interface":"front","average":{"1min":0.80600000000000005,"5min":0.73399999999999999,"15min":0.70799999999999996},"min":{"1min":0.46700000000000003,"5min":0.38,"15min":0.38},"max":{"1min":1.429,"5min":1.429,"15min":1.429},"last":0.81799999999999995}]},{"osd":2,"last update":"Tue Dec 26 16:44:44 2023","interfaces":[{"interface":"back","average":{"1min":0.93799999999999994,"5min":0.92700000000000005,"15min":0.92100000000000004},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.2070000000000001,"5min":1.254,"15min":1.254},"last":0.89600000000000002},{"interface":"front","average":{"1min":1.0089999999999999,"5min":0.95399999999999996,"15min":0.93899999999999995},"min":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.2529999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.94499999999999995}]},{"osd":4,"last update":"Tue Dec 26 16:44:44 2023","interfaces":[{"interface":"back","average":{"1min":0.93400000000000005,"5min":0.89700000000000002,"15min":0.88500000000000001},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.2749999999999999,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.97799999999999998},{"interface":"front","average":{"1min":1.0289999999999999,"5min":0.996,"15min":0.998},"min":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.3220000000000001,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":1.3100000000000001}]},{"osd":5,"last update":"Tue Dec 26 16:44:52 2023","interfaces":[{"interface":"back","average":{"1min":1.008,"5min":0.90200000000000002,"15min":0.88400000000000001},"min":{"1min":0.67900000000000005,"5min":0.434,"15min":0.434},"max":{"1min":1.9039999999999999,"5min":1.9039999999999999,"15min":1.9039999999999999},"last":1.1639999999999999},{"interface":"front","average":{"1min":1.0189999999999999,"5min":0.97899999999999998,"15min":0.96499999999999997},"min":{"1min":0.58699999999999997,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.7230000000000001,"5min":1.7230000000000001,"15min":1.7230000000000001},"last":1.24}]},{"osd":6,"last update":"Tue Dec 26 16:44:44 2023","interfaces":[{"interface":"back","average":{"1min":1.0620000000000001,"5min":0.998,"15min":0.98299999999999998},"min":{"1min":0.75900000000000001,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.365,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":1.0880000000000001},{"interface":"front","average":{"1min":1.165,"5min":1.081,"15min":1.0669999999999999},"min":{"1min":0.90300000000000002,"5min":0.748,"15min":0.748},"max":{"1min":1.421,"5min":1.5580000000000001,"15min":1.5580000000000001},"last":1.3560000000000001}]},{"osd":7,"last update":"Tue Dec 26 16:45:02 2023","interfaces":[{"interface":"back","average":{"1min":1.0840000000000001,"5min":1.0089999999999999,"15min":0.998},"min":{"1min":0.78100000000000003,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.3540000000000001,"5min":1.401,"15min":1.401},"last":1.022},{"interface":"front","average":{"1min":1.204,"5min":1.1160000000000001,"15min":1.0960000000000001},"min":{"1min":0.83999999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.5760000000000001,"5min":1.5760000000000001,"15min":1.5760000000000001},"last":1.405}]}]},{"osd":6,"up_from":29,"seq":124554051630,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149026,"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":"Tue Dec 26 16:44:47 2023","interfaces":[{"interface":"back","average":{"1min":0.76000000000000001,"5min":0.81299999999999994,"15min":0.83299999999999996},"min":{"1min":0.56599999999999995,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.079,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":0.68799999999999994},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.88500000000000001,"15min":0.90500000000000003},"min":{"1min":0.70899999999999996,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.016,"5min":1.639,"15min":1.639},"last":0.92300000000000004}]},{"osd":1,"last update":"Tue Dec 26 16:44:47 2023","interfaces":[{"interface":"back","average":{"1min":0.88400000000000001,"5min":0.90000000000000002,"15min":0.92400000000000004},"min":{"1min":0.66900000000000004,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.1579999999999999,"5min":1.7310000000000001,"15min":1.7310000000000001},"last":0.88500000000000001},{"interface":"front","average":{"1min":0.88,"5min":0.94699999999999995,"15min":0.96299999999999997},"min":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.087,"5min":1.8720000000000001,"15min":1.8720000000000001},"last":0.97399999999999998}]},{"osd":2,"last update":"Tue Dec 26 16:44:47 2023","interfaces":[{"interface":"back","average":{"1min":0.84299999999999997,"5min":0.88600000000000001,"15min":0.89400000000000002},"min":{"1min":0.65800000000000003,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.008,"5min":1.7769999999999999,"15min":1.7769999999999999},"last":0.85699999999999998},{"interface":"front","average":{"1min":0.86199999999999999,"5min":0.84499999999999997,"15min":0.84599999999999997},"min":{"1min":0.65100000000000002,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.1240000000000001,"5min":1.911,"15min":1.911},"last":1.05}]},{"osd":3,"last update":"Tue Dec 26 16:44:47 2023","interfaces":[{"interface":"back","average":{"1min":0.98699999999999999,"5min":0.995,"15min":1.012},"min":{"1min":0.73499999999999999,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.2450000000000001,"5min":1.8009999999999999,"15min":1.8009999999999999},"last":0.71599999999999997},{"interface":"front","average":{"1min":1.0780000000000001,"5min":1.1359999999999999,"15min":1.161},"min":{"1min":0.92700000000000005,"5min":0.86799999999999999,"15min":0.86799999999999999},"max":{"1min":1.22,"5min":2.1640000000000001,"15min":2.1640000000000001},"last":1.0900000000000001}]},{"osd":4,"last update":"Tue Dec 26 16:44:47 2023","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.96299999999999997,"15min":0.98499999999999999},"min":{"1min":0.64900000000000002,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.2310000000000001,"5min":1.98,"15min":1.98},"last":1.161},{"interface":"front","average":{"1min":0.93700000000000006,"5min":0.998,"15min":1.01},"min":{"1min":0.67200000000000004,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.1339999999999999,"5min":1.5920000000000001,"15min":1.5920000000000001},"last":0.96099999999999997}]},{"osd":5,"last update":"Tue Dec 26 16:44:56 2023","interfaces":[{"interface":"back","average":{"1min":1.038,"5min":1.113,"15min":1.139},"min":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.3009999999999999,"5min":1.9990000000000001,"15min":1.9990000000000001},"last":1.0389999999999999},{"interface":"front","average":{"1min":1.1220000000000001,"5min":1.171,"15min":1.2},"min":{"1min":0.88,"5min":0.70499999999999996,"15min":0.70499999999999996},"max":{"1min":1.385,"5min":2.2410000000000001,"15min":2.2410000000000001},"last":1.1850000000000001}]},{"osd":7,"last update":"Tue Dec 26 16:45:06 2023","interfaces":[{"interface":"back","average":{"1min":1.111,"5min":1.137,"15min":1.149},"min":{"1min":0.91900000000000004,"5min":0.69899999999999995,"15min":0.69899999999999995},"max":{"1min":1.4910000000000001,"5min":2.1960000000000002,"15min":2.1960000000000002},"last":1.389},{"interface":"front","average":{"1min":1.131,"5min":1.1970000000000001,"15min":1.226},"min":{"1min":0.93899999999999995,"5min":0.84799999999999998,"15min":0.84799999999999998},"max":{"1min":1.2909999999999999,"5min":2.1000000000000001,"15min":2.1000000000000001},"last":1.2190000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-26T16:45:21.976 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-26T16:45:21.977 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-26T16:45:21.977 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-26T16:45:21.977 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-26T16:45:22.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:22 smithi073 bash[29040]: audit 2023-12-26T16:45:21.224873+0000 mgr.smithi046.hnrily (mgr.14180) 236 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:45:22.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:22 smithi046 bash[24815]: audit 2023-12-26T16:45:21.224873+0000 mgr.smithi046.hnrily (mgr.14180) 236 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:45:23.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:23 smithi073 bash[29040]: cluster 2023-12-26T16:45:22.653453+0000 mgr.smithi046.hnrily (mgr.14180) 237 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:23.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:23 smithi046 bash[24815]: cluster 2023-12-26T16:45:22.653453+0000 mgr.smithi046.hnrily (mgr.14180) 237 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:25.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:24 smithi046 bash[24815]: cluster 2023-12-26T16:45:24.654014+0000 mgr.smithi046.hnrily (mgr.14180) 238 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:25.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:24 smithi073 bash[29040]: cluster 2023-12-26T16:45:24.654014+0000 mgr.smithi046.hnrily (mgr.14180) 238 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:26.769 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/mon.smithi046/config 2023-12-26T16:45:27.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:26 smithi046 bash[24815]: cluster 2023-12-26T16:45:26.654595+0000 mgr.smithi046.hnrily (mgr.14180) 239 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:27.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:26 smithi073 bash[29040]: cluster 2023-12-26T16:45:26.654595+0000 mgr.smithi046.hnrily (mgr.14180) 239 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:28.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:28 smithi046 bash[24815]: cluster 2023-12-26T16:45:28.655189+0000 mgr.smithi046.hnrily (mgr.14180) 240 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:29.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:28 smithi073 bash[29040]: cluster 2023-12-26T16:45:28.655189+0000 mgr.smithi046.hnrily (mgr.14180) 240 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:29.717 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:45:30.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:29 smithi046 bash[24815]: audit 2023-12-26T16:45:29.743019+0000 mon.smithi046 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.46:0/3156281043' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-26T16:45:30.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:29 smithi073 bash[29040]: audit 2023-12-26T16:45:29.743019+0000 mon.smithi046 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.46:0/3156281043' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-26T16:45:30.373 INFO:teuthology.orchestra.run.smithi046.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-26T16:45:30.373 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-26T16:45:30.373 INFO:tasks.cephadm:Setup complete, yielding 2023-12-26T16:45:30.373 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-26T16:45:30.382 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi046.front.sepia.ceph.com 2023-12-26T16:45:30.383 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- bash -c 'ceph orch status' 2023-12-26T16:45:31.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:31 smithi073 bash[29040]: cluster 2023-12-26T16:45:30.655545+0000 mgr.smithi046.hnrily (mgr.14180) 241 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:31.764 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:31 smithi046 bash[24815]: cluster 2023-12-26T16:45:30.655545+0000 mgr.smithi046.hnrily (mgr.14180) 241 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:33.050 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:32 smithi046 bash[24815]: cluster 2023-12-26T16:45:32.656122+0000 mgr.smithi046.hnrily (mgr.14180) 242 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:33.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:32 smithi073 bash[29040]: cluster 2023-12-26T16:45:32.656122+0000 mgr.smithi046.hnrily (mgr.14180) 242 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:33.461 INFO:teuthology.orchestra.run.smithi046.stdout:Backend: cephadm 2023-12-26T16:45:33.461 INFO:teuthology.orchestra.run.smithi046.stdout:Available: Yes 2023-12-26T16:45:33.461 INFO:teuthology.orchestra.run.smithi046.stdout:Paused: No 2023-12-26T16:45:33.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:33 smithi046 bash[24815]: audit 2023-12-26T16:45:33.486019+0000 mgr.smithi046.hnrily (mgr.14180) 243 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:45:34.140 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-26T16:45:34.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:33 smithi073 bash[29040]: audit 2023-12-26T16:45:33.486019+0000 mgr.smithi046.hnrily (mgr.14180) 243 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:45:35.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:34 smithi046 bash[24815]: cluster 2023-12-26T16:45:34.656706+0000 mgr.smithi046.hnrily (mgr.14180) 244 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:35.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:34 smithi073 bash[29040]: cluster 2023-12-26T16:45:34.656706+0000 mgr.smithi046.hnrily (mgr.14180) 244 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:37.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:36 smithi046 bash[24815]: cluster 2023-12-26T16:45:36.657299+0000 mgr.smithi046.hnrily (mgr.14180) 245 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:37.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:36 smithi073 bash[29040]: cluster 2023-12-26T16:45:36.657299+0000 mgr.smithi046.hnrily (mgr.14180) 245 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:37.275 INFO:teuthology.orchestra.run.smithi046.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-26T16:45:37.275 INFO:teuthology.orchestra.run.smithi046.stdout:alertmanager.smithi046 smithi046 *:9093,9094 running (5m) 39s ago 7m 12.1M - 0.23.0 ba2b418f427c 43085894561f 2023-12-26T16:45:37.275 INFO:teuthology.orchestra.run.smithi046.stdout:crash.smithi046 smithi046 running (6m) 39s ago 7m 6928k - 16.2.14-385-gb14a0a10 49d1f3e5e58d c78377b10f4a 2023-12-26T16:45:37.275 INFO:teuthology.orchestra.run.smithi046.stdout:crash.smithi073 smithi073 running (5m) 39s ago 5m 7088k - 16.2.14-385-gb14a0a10 49d1f3e5e58d c1d67d2cf904 2023-12-26T16:45:37.275 INFO:teuthology.orchestra.run.smithi046.stdout:grafana.smithi046 smithi046 *:3000 running (5m) 39s ago 6m 40.4M - 8.3.5 dad864ee21e9 dca9d375886b 2023-12-26T16:45:37.275 INFO:teuthology.orchestra.run.smithi046.stdout:mgr.smithi046.hnrily smithi046 *:9283 running (8m) 39s ago 8m 426M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 98780e8df0e0 2023-12-26T16:45:37.275 INFO:teuthology.orchestra.run.smithi046.stdout:mgr.smithi073.ypoyfm smithi073 *:8443,9283 running (5m) 39s ago 5m 374M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 39739406d519 2023-12-26T16:45:37.275 INFO:teuthology.orchestra.run.smithi046.stdout:mon.smithi046 smithi046 running (8m) 39s ago 8m 61.4M 2048M 16.2.14-385-gb14a0a10 49d1f3e5e58d d32aaf7d2ad2 2023-12-26T16:45:37.276 INFO:teuthology.orchestra.run.smithi046.stdout:mon.smithi073 smithi073 running (5m) 39s ago 5m 58.7M 2048M 16.2.14-385-gb14a0a10 49d1f3e5e58d e2715025fdf8 2023-12-26T16:45:37.276 INFO:teuthology.orchestra.run.smithi046.stdout:node-exporter.smithi046 smithi046 *:9100 running (6m) 39s ago 6m 9595k - 1.3.1 1dbe0e931976 426ac11d6508 2023-12-26T16:45:37.276 INFO:teuthology.orchestra.run.smithi046.stdout:node-exporter.smithi073 smithi073 *:9100 running (5m) 39s ago 5m 9851k - 1.3.1 1dbe0e931976 0e0d1cd0e0a4 2023-12-26T16:45:37.276 INFO:teuthology.orchestra.run.smithi046.stdout:osd.0 smithi073 running (4m) 39s ago 4m 32.9M 4028M 16.2.14-385-gb14a0a10 49d1f3e5e58d 1a1d8352bb51 2023-12-26T16:45:37.276 INFO:teuthology.orchestra.run.smithi046.stdout:osd.1 smithi046 running (4m) 39s ago 4m 33.2M 3261M 16.2.14-385-gb14a0a10 49d1f3e5e58d ea5d65fada9d 2023-12-26T16:45:37.276 INFO:teuthology.orchestra.run.smithi046.stdout:osd.2 smithi073 running (4m) 39s ago 4m 33.7M 4028M 16.2.14-385-gb14a0a10 49d1f3e5e58d 60df6e42e41e 2023-12-26T16:45:37.276 INFO:teuthology.orchestra.run.smithi046.stdout:osd.3 smithi046 running (4m) 39s ago 4m 32.6M 3261M 16.2.14-385-gb14a0a10 49d1f3e5e58d 8d02d20a6e3c 2023-12-26T16:45:37.276 INFO:teuthology.orchestra.run.smithi046.stdout:osd.4 smithi073 running (4m) 39s ago 4m 33.1M 4028M 16.2.14-385-gb14a0a10 49d1f3e5e58d 42dfa97972b0 2023-12-26T16:45:37.276 INFO:teuthology.orchestra.run.smithi046.stdout:osd.5 smithi046 running (3m) 39s ago 4m 33.1M 3261M 16.2.14-385-gb14a0a10 49d1f3e5e58d 65cf036e2504 2023-12-26T16:45:37.276 INFO:teuthology.orchestra.run.smithi046.stdout:osd.6 smithi073 running (4m) 39s ago 4m 32.6M 4028M 16.2.14-385-gb14a0a10 49d1f3e5e58d 4982f7a1ab39 2023-12-26T16:45:37.276 INFO:teuthology.orchestra.run.smithi046.stdout:osd.7 smithi046 running (3m) 39s ago 3m 32.6M 3261M 16.2.14-385-gb14a0a10 49d1f3e5e58d 69ad446fd7f9 2023-12-26T16:45:37.276 INFO:teuthology.orchestra.run.smithi046.stdout:prometheus.smithi046 smithi046 *:9095 running (5m) 39s ago 6m 53.0M - 2.33.4 514e6a882f6e c975639fbbc4 2023-12-26T16:45:37.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:37 smithi046 bash[24815]: audit 2023-12-26T16:45:37.276028+0000 mgr.smithi046.hnrily (mgr.14180) 246 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:45:37.989 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-26T16:45:38.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:37 smithi073 bash[29040]: audit 2023-12-26T16:45:37.276028+0000 mgr.smithi046.hnrily (mgr.14180) 246 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:45:39.006 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:38 smithi046 bash[24815]: cluster 2023-12-26T16:45:38.657845+0000 mgr.smithi046.hnrily (mgr.14180) 247 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:39.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:38 smithi073 bash[29040]: cluster 2023-12-26T16:45:38.657845+0000 mgr.smithi046.hnrily (mgr.14180) 247 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:41.068 INFO:teuthology.orchestra.run.smithi046.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-26T16:45:41.068 INFO:teuthology.orchestra.run.smithi046.stdout:alertmanager ?:9093,9094 1/1 43s ago 7m count:1 2023-12-26T16:45:41.068 INFO:teuthology.orchestra.run.smithi046.stdout:crash 2/2 43s ago 7m * 2023-12-26T16:45:41.068 INFO:teuthology.orchestra.run.smithi046.stdout:grafana ?:3000 1/1 43s ago 7m count:1 2023-12-26T16:45:41.068 INFO:teuthology.orchestra.run.smithi046.stdout:mgr 2/2 43s ago 8m count:2 2023-12-26T16:45:41.068 INFO:teuthology.orchestra.run.smithi046.stdout:mon 2/2 43s ago 6m smithi046:172.21.15.46=smithi046;smithi073:172.21.15.73=smithi073;count:2 2023-12-26T16:45:41.068 INFO:teuthology.orchestra.run.smithi046.stdout:node-exporter ?:9100 2/2 43s ago 7m * 2023-12-26T16:45:41.068 INFO:teuthology.orchestra.run.smithi046.stdout:osd.all-available-devices 8 43s ago 5m * 2023-12-26T16:45:41.068 INFO:teuthology.orchestra.run.smithi046.stdout:prometheus ?:9095 1/1 43s ago 7m count:1 2023-12-26T16:45:41.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:41 smithi046 bash[24815]: cluster 2023-12-26T16:45:40.658494+0000 mgr.smithi046.hnrily (mgr.14180) 248 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:41.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:41 smithi073 bash[29040]: cluster 2023-12-26T16:45:40.658494+0000 mgr.smithi046.hnrily (mgr.14180) 248 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:41.785 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-26T16:45:42.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:42 smithi073 bash[29040]: audit 2023-12-26T16:45:41.083504+0000 mgr.smithi046.hnrily (mgr.14180) 249 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:45:42.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:42 smithi046 bash[24815]: audit 2023-12-26T16:45:41.083504+0000 mgr.smithi046.hnrily (mgr.14180) 249 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:45:43.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:43 smithi046 bash[24815]: cluster 2023-12-26T16:45:42.659017+0000 mgr.smithi046.hnrily (mgr.14180) 250 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:43.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:43 smithi073 bash[29040]: cluster 2023-12-26T16:45:42.659017+0000 mgr.smithi046.hnrily (mgr.14180) 250 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:45.060 INFO:teuthology.orchestra.run.smithi046.stdout:HOST ADDR LABELS STATUS 2023-12-26T16:45:45.060 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 172.21.15.46 2023-12-26T16:45:45.060 INFO:teuthology.orchestra.run.smithi046.stdout:smithi073 172.21.15.73 2023-12-26T16:45:45.060 INFO:teuthology.orchestra.run.smithi046.stdout:2 hosts in cluster 2023-12-26T16:45:45.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:44 smithi046 bash[24815]: cluster 2023-12-26T16:45:44.659684+0000 mgr.smithi046.hnrily (mgr.14180) 251 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:45.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:44 smithi073 bash[29040]: cluster 2023-12-26T16:45:44.659684+0000 mgr.smithi046.hnrily (mgr.14180) 251 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:45.751 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-26T16:45:46.713 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:46 smithi046 bash[24815]: audit 2023-12-26T16:45:45.084558+0000 mgr.smithi046.hnrily (mgr.14180) 252 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:45:46.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:46 smithi073 bash[29040]: audit 2023-12-26T16:45:45.084558+0000 mgr.smithi046.hnrily (mgr.14180) 252 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:45:47.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:47 smithi073 bash[29040]: cluster 2023-12-26T16:45:46.660262+0000 mgr.smithi046.hnrily (mgr.14180) 253 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:47.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:47 smithi046 bash[24815]: cluster 2023-12-26T16:45:46.660262+0000 mgr.smithi046.hnrily (mgr.14180) 253 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:48.809 INFO:teuthology.orchestra.run.smithi046.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-26T16:45:48.809 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7512009A480DGN 447G 3m ago LVM detected, locked 2023-12-26T16:45:48.809 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme1n1 ssd Linux_9e1c487adfc410e277af 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-26T16:45:48.810 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme2n1 ssd Linux_f26f70ae7dfbf631e829 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-26T16:45:48.810 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme3n1 ssd Linux_16137e2373a738883dea 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-26T16:45:48.810 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme4n1 ssd Linux_bd8bb9b3df1a328dda2f 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-26T16:45:48.810 INFO:teuthology.orchestra.run.smithi046.stdout:smithi073 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62040115400BGN 372G 3m ago LVM detected, locked 2023-12-26T16:45:48.810 INFO:teuthology.orchestra.run.smithi046.stdout:smithi073 /dev/nvme1n1 ssd Linux_c31f29f20151be8e0869 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-26T16:45:48.810 INFO:teuthology.orchestra.run.smithi046.stdout:smithi073 /dev/nvme2n1 ssd Linux_7fc869c67424b6d4431d 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-26T16:45:48.810 INFO:teuthology.orchestra.run.smithi046.stdout:smithi073 /dev/nvme3n1 ssd Linux_bc0d0f5ecbb283645b7f 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-26T16:45:48.810 INFO:teuthology.orchestra.run.smithi046.stdout:smithi073 /dev/nvme4n1 ssd Linux_90de9207bcd041285927 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-26T16:45:49.036 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:48 smithi046 bash[24815]: cluster 2023-12-26T16:45:48.660653+0000 mgr.smithi046.hnrily (mgr.14180) 254 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:49.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:48 smithi073 bash[29040]: cluster 2023-12-26T16:45:48.660653+0000 mgr.smithi046.hnrily (mgr.14180) 254 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:49.549 INFO:teuthology.run_tasks:Running task vip... 2023-12-26T16:45:49.559 INFO:tasks.vip:Allocating static IPs for each host... 2023-12-26T16:45:49.559 INFO:tasks.vip:peername 172.21.15.46 2023-12-26T16:45:49.562 INFO:tasks.vip:172.21.15.46 in 172.21.0.0/20, pos 3885 2023-12-26T16:45:49.566 INFO:tasks.vip:smithi046.front.sepia.ceph.com static 10.0.15.46, vnet 10.0.0.0/16 2023-12-26T16:45:49.566 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-12-26T16:45:49.567 DEBUG:teuthology.orchestra.run.smithi046:> sudo ip route ls 2023-12-26T16:45:49.581 INFO:teuthology.orchestra.run.smithi046.stdout:default via 172.21.15.254 dev ens1f0 2023-12-26T16:45:49.582 INFO:teuthology.orchestra.run.smithi046.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-26T16:45:49.582 INFO:teuthology.orchestra.run.smithi046.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.46 2023-12-26T16:45:49.583 INFO:tasks.vip:Configuring 10.0.15.46 on smithi046.front.sepia.ceph.com iface ens1f0... 2023-12-26T16:45:49.583 DEBUG:teuthology.orchestra.run.smithi046:> sudo ip addr add 10.0.15.46/16 dev ens1f0 2023-12-26T16:45:49.641 INFO:tasks.vip:peername 172.21.15.73 2023-12-26T16:45:49.644 INFO:tasks.vip:172.21.15.73 in 172.21.0.0/20, pos 3912 2023-12-26T16:45:49.648 INFO:tasks.vip:smithi073.front.sepia.ceph.com static 10.0.15.73, vnet 10.0.0.0/16 2023-12-26T16:45:49.648 DEBUG:teuthology.orchestra.run.smithi073:> sudo ip route ls 2023-12-26T16:45:49.664 INFO:teuthology.orchestra.run.smithi073.stdout:default via 172.21.15.254 dev enp3s0f1 2023-12-26T16:45:49.664 INFO:teuthology.orchestra.run.smithi073.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.73 metric 100 2023-12-26T16:45:49.665 INFO:teuthology.orchestra.run.smithi073.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-26T16:45:49.665 INFO:teuthology.orchestra.run.smithi073.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.73 2023-12-26T16:45:49.665 INFO:teuthology.orchestra.run.smithi073.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.73 metric 100 2023-12-26T16:45:49.666 INFO:tasks.vip:Configuring 10.0.15.73 on smithi073.front.sepia.ceph.com iface enp3s0f1... 2023-12-26T16:45:49.666 DEBUG:teuthology.orchestra.run.smithi073:> sudo ip addr add 10.0.15.73/16 dev enp3s0f1 2023-12-26T16:45:49.724 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-26T16:45:49.733 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi046.front.sepia.ceph.com 2023-12-26T16:45:49.733 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2023-12-26T16:45:49.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:49 smithi046 bash[24815]: audit 2023-12-26T16:45:48.828030+0000 mgr.smithi046.hnrily (mgr.14180) 255 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:45:49.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:49 smithi073 bash[29040]: audit 2023-12-26T16:45:48.828030+0000 mgr.smithi046.hnrily (mgr.14180) 255 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:45:51.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:51 smithi073 bash[29040]: cluster 2023-12-26T16:45:50.661230+0000 mgr.smithi046.hnrily (mgr.14180) 256 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:51.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:51 smithi046 bash[24815]: cluster 2023-12-26T16:45:50.661230+0000 mgr.smithi046.hnrily (mgr.14180) 256 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:52.846 INFO:teuthology.orchestra.run.smithi046.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-26T16:45:52.847 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7512009A480DGN 447G 3m ago LVM detected, locked 2023-12-26T16:45:52.847 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme1n1 ssd Linux_9e1c487adfc410e277af 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-26T16:45:52.847 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme2n1 ssd Linux_f26f70ae7dfbf631e829 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-26T16:45:52.847 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme3n1 ssd Linux_16137e2373a738883dea 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-26T16:45:52.847 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme4n1 ssd Linux_bd8bb9b3df1a328dda2f 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-26T16:45:52.847 INFO:teuthology.orchestra.run.smithi046.stdout:smithi073 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62040115400BGN 372G 3m ago LVM detected, locked 2023-12-26T16:45:52.847 INFO:teuthology.orchestra.run.smithi046.stdout:smithi073 /dev/nvme1n1 ssd Linux_c31f29f20151be8e0869 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-26T16:45:52.847 INFO:teuthology.orchestra.run.smithi046.stdout:smithi073 /dev/nvme2n1 ssd Linux_7fc869c67424b6d4431d 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-26T16:45:52.847 INFO:teuthology.orchestra.run.smithi046.stdout:smithi073 /dev/nvme3n1 ssd Linux_bc0d0f5ecbb283645b7f 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-26T16:45:52.847 INFO:teuthology.orchestra.run.smithi046.stdout:smithi073 /dev/nvme4n1 ssd Linux_90de9207bcd041285927 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-26T16:45:53.069 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:52 smithi046 bash[24815]: cluster 2023-12-26T16:45:52.661788+0000 mgr.smithi046.hnrily (mgr.14180) 257 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:53.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:52 smithi073 bash[29040]: cluster 2023-12-26T16:45:52.661788+0000 mgr.smithi046.hnrily (mgr.14180) 257 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:53.508 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-26T16:45:53.518 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi046.front.sepia.ceph.com 2023-12-26T16:45:53.518 DEBUG:teuthology.orchestra.run.smithi046:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-26T16:45:53.532 INFO:teuthology.orchestra.run.smithi046.stderr:+ systemctl stop nfs-server 2023-12-26T16:45:53.640 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi073.front.sepia.ceph.com 2023-12-26T16:45:53.640 DEBUG:teuthology.orchestra.run.smithi073:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-26T16:45:53.656 INFO:teuthology.orchestra.run.smithi073.stderr:+ systemctl stop nfs-server 2023-12-26T16:45:53.790 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-26T16:45:53.799 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi046.front.sepia.ceph.com 2023-12-26T16:45:53.799 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-26T16:45:53.813 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:53 smithi046 bash[24815]: audit 2023-12-26T16:45:52.864367+0000 mgr.smithi046.hnrily (mgr.14180) 258 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:45:53.814 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:53 smithi046 bash[24815]: audit 2023-12-26T16:45:52.896007+0000 mon.smithi046 (mon.0) 613 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:45:53.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:53 smithi073 bash[29040]: audit 2023-12-26T16:45:52.864367+0000 mgr.smithi046.hnrily (mgr.14180) 258 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:45:53.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:53 smithi073 bash[29040]: audit 2023-12-26T16:45:52.896007+0000 mon.smithi046 (mon.0) 613 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:45:55.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:54 smithi046 bash[24815]: cluster 2023-12-26T16:45:54.662358+0000 mgr.smithi046.hnrily (mgr.14180) 259 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:55.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:54 smithi073 bash[29040]: cluster 2023-12-26T16:45:54.662358+0000 mgr.smithi046.hnrily (mgr.14180) 259 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:57.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:56 smithi046 bash[24815]: cluster 2023-12-26T16:45:56.662934+0000 mgr.smithi046.hnrily (mgr.14180) 260 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:57.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:56 smithi073 bash[29040]: cluster 2023-12-26T16:45:56.662934+0000 mgr.smithi046.hnrily (mgr.14180) 260 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:58.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:57 smithi046 bash[24815]: audit 2023-12-26T16:45:57.139985+0000 mgr.smithi046.hnrily (mgr.14180) 261 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:45:58.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:57 smithi046 bash[24815]: audit 2023-12-26T16:45:57.140889+0000 mon.smithi046 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-26T16:45:58.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:57 smithi073 bash[29040]: audit 2023-12-26T16:45:57.139985+0000 mgr.smithi046.hnrily (mgr.14180) 261 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:45:58.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:57 smithi073 bash[29040]: audit 2023-12-26T16:45:57.140889+0000 mon.smithi046 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-26T16:45:59.035 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:58 smithi046 bash[24815]: audit 2023-12-26T16:45:57.777573+0000 mon.smithi046 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-26T16:45:59.035 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:58 smithi046 bash[24815]: cluster 2023-12-26T16:45:57.777703+0000 mon.smithi046 (mon.0) 616 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-26T16:45:59.036 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:58 smithi046 bash[24815]: audit 2023-12-26T16:45:57.780904+0000 mon.smithi046 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-26T16:45:59.036 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:58 smithi046 bash[24815]: audit 2023-12-26T16:45:58.334428+0000 mon.smithi046 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:45:59.036 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:58 smithi046 bash[24815]: cluster 2023-12-26T16:45:58.663545+0000 mgr.smithi046.hnrily (mgr.14180) 262 : cluster [DBG] pgmap v235: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:59.036 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:58 smithi046 bash[24815]: debug 2023-12-26T16:45:58.794+0000 7f2bddf42700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-26T16:45:59.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:58 smithi073 bash[29040]: audit 2023-12-26T16:45:57.777573+0000 mon.smithi046 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-26T16:45:59.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:58 smithi073 bash[29040]: cluster 2023-12-26T16:45:57.777703+0000 mon.smithi046 (mon.0) 616 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-26T16:45:59.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:58 smithi073 bash[29040]: audit 2023-12-26T16:45:57.780904+0000 mon.smithi046 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-26T16:45:59.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:58 smithi073 bash[29040]: audit 2023-12-26T16:45:58.334428+0000 mon.smithi046 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:45:59.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:58 smithi073 bash[29040]: cluster 2023-12-26T16:45:58.663545+0000 mgr.smithi046.hnrily (mgr.14180) 262 : cluster [DBG] pgmap v235: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:45:59.568 INFO:teuthology.run_tasks:Running task cephadm.apply... 2023-12-26T16:45:59.579 INFO:tasks.cephadm:Applying spec(s): placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 --- service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '10.0.31.46/16' 2023-12-26T16:45:59.579 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch apply -i - 2023-12-26T16:45:59.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:59 smithi046 bash[24815]: audit 2023-12-26T16:45:58.781472+0000 mon.smithi046 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-26T16:45:59.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:59 smithi046 bash[24815]: cluster 2023-12-26T16:45:58.781879+0000 mon.smithi046 (mon.0) 620 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-26T16:45:59.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:59 smithi046 bash[24815]: audit 2023-12-26T16:45:58.795797+0000 mon.smithi046 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-26T16:45:59.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:59 smithi046 bash[24815]: cluster 2023-12-26T16:45:58.796989+0000 mon.smithi046 (mon.0) 622 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-26T16:45:59.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:59 smithi046 bash[24815]: cluster 2023-12-26T16:45:58.797031+0000 mon.smithi046 (mon.0) 623 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-26T16:45:59.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:59 smithi046 bash[24815]: cluster 2023-12-26T16:45:58.805837+0000 mon.smithi046 (mon.0) 624 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-26T16:45:59.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:59 smithi046 bash[24815]: audit 2023-12-26T16:45:58.806282+0000 mon.smithi046 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-26T16:45:59.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:59 smithi046 bash[24815]: cluster 2023-12-26T16:45:58.806438+0000 mon.smithi046 (mon.0) 626 : cluster [DBG] fsmap foofs:0 2023-12-26T16:45:59.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:59 smithi046 bash[24815]: cephadm 2023-12-26T16:45:58.811594+0000 mgr.smithi046.hnrily (mgr.14180) 263 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-12-26T16:45:59.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:45:59 smithi046 bash[24815]: audit 2023-12-26T16:45:58.824752+0000 mon.smithi046 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:00.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:59 smithi073 bash[29040]: audit 2023-12-26T16:45:58.781472+0000 mon.smithi046 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-26T16:46:00.273 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:59 smithi073 bash[29040]: cluster 2023-12-26T16:45:58.781879+0000 mon.smithi046 (mon.0) 620 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-26T16:46:00.274 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:59 smithi073 bash[29040]: audit 2023-12-26T16:45:58.795797+0000 mon.smithi046 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-26T16:46:00.274 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:59 smithi073 bash[29040]: cluster 2023-12-26T16:45:58.796989+0000 mon.smithi046 (mon.0) 622 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-26T16:46:00.274 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:59 smithi073 bash[29040]: cluster 2023-12-26T16:45:58.797031+0000 mon.smithi046 (mon.0) 623 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-26T16:46:00.274 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:59 smithi073 bash[29040]: cluster 2023-12-26T16:45:58.805837+0000 mon.smithi046 (mon.0) 624 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-26T16:46:00.274 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:59 smithi073 bash[29040]: audit 2023-12-26T16:45:58.806282+0000 mon.smithi046 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-26T16:46:00.274 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:59 smithi073 bash[29040]: cluster 2023-12-26T16:45:58.806438+0000 mon.smithi046 (mon.0) 626 : cluster [DBG] fsmap foofs:0 2023-12-26T16:46:00.274 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:59 smithi073 bash[29040]: cephadm 2023-12-26T16:45:58.811594+0000 mgr.smithi046.hnrily (mgr.14180) 263 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-12-26T16:46:00.274 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:45:59 smithi073 bash[29040]: audit 2023-12-26T16:45:58.824752+0000 mon.smithi046 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:00.951 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:00 smithi046 bash[24815]: audit 2023-12-26T16:45:59.800305+0000 mon.smithi046 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:00.951 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:00 smithi046 bash[24815]: cluster 2023-12-26T16:45:59.805903+0000 mon.smithi046 (mon.0) 629 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-26T16:46:00.951 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:00 smithi046 bash[24815]: cluster 2023-12-26T16:46:00.664207+0000 mgr.smithi046.hnrily (mgr.14180) 264 : cluster [DBG] pgmap v239: 65 pgs: 61 unknown, 4 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:46:01.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:00 smithi073 bash[29040]: audit 2023-12-26T16:45:59.800305+0000 mon.smithi046 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:01.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:00 smithi073 bash[29040]: cluster 2023-12-26T16:45:59.805903+0000 mon.smithi046 (mon.0) 629 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-26T16:46:01.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:00 smithi073 bash[29040]: cluster 2023-12-26T16:46:00.664207+0000 mgr.smithi046.hnrily (mgr.14180) 264 : cluster [DBG] pgmap v239: 65 pgs: 61 unknown, 4 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:46:02.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:01 smithi046 bash[24815]: cluster 2023-12-26T16:46:00.809397+0000 mon.smithi046 (mon.0) 630 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-26T16:46:02.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:01 smithi073 bash[29040]: cluster 2023-12-26T16:46:00.809397+0000 mon.smithi046 (mon.0) 630 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-26T16:46:02.632 INFO:teuthology.orchestra.run.smithi046.stdout:Scheduled nfs.foo update... 2023-12-26T16:46:02.632 INFO:teuthology.orchestra.run.smithi046.stdout:Scheduled ingress.nfs.foo update... 2023-12-26T16:46:03.394 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-26T16:46:03.403 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-12-26T16:46:03.404 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:46:03.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:03 smithi046 bash[24815]: audit 2023-12-26T16:46:02.638807+0000 mgr.smithi046.hnrily (mgr.14180) 265 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:46:03.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:03 smithi046 bash[24815]: cephadm 2023-12-26T16:46:02.647813+0000 mgr.smithi046.hnrily (mgr.14180) 266 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-12-26T16:46:03.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:03 smithi046 bash[24815]: audit 2023-12-26T16:46:02.652631+0000 mon.smithi046 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:03.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:03 smithi046 bash[24815]: cephadm 2023-12-26T16:46:02.653515+0000 mgr.smithi046.hnrily (mgr.14180) 267 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-26T16:46:03.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:03 smithi046 bash[24815]: audit 2023-12-26T16:46:02.656955+0000 mon.smithi046 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:03.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:03 smithi046 bash[24815]: cluster 2023-12-26T16:46:02.664882+0000 mgr.smithi046.hnrily (mgr.14180) 268 : cluster [DBG] pgmap v241: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:46:03.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:03 smithi073 bash[29040]: audit 2023-12-26T16:46:02.638807+0000 mgr.smithi046.hnrily (mgr.14180) 265 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-12-26T16:46:03.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:03 smithi073 bash[29040]: cephadm 2023-12-26T16:46:02.647813+0000 mgr.smithi046.hnrily (mgr.14180) 266 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-12-26T16:46:03.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:03 smithi073 bash[29040]: audit 2023-12-26T16:46:02.652631+0000 mon.smithi046 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:03.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:03 smithi073 bash[29040]: cephadm 2023-12-26T16:46:02.653515+0000 mgr.smithi046.hnrily (mgr.14180) 267 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-26T16:46:03.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:03 smithi073 bash[29040]: audit 2023-12-26T16:46:02.656955+0000 mon.smithi046 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:03.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:03 smithi073 bash[29040]: cluster 2023-12-26T16:46:02.664882+0000 mgr.smithi046.hnrily (mgr.14180) 268 : cluster [DBG] pgmap v241: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:46:04.791 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:04 smithi073 bash[29040]: cluster 2023-12-26T16:46:04.665612+0000 mgr.smithi046.hnrily (mgr.14180) 269 : cluster [DBG] pgmap v242: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:46:04.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:04 smithi046 bash[24815]: cluster 2023-12-26T16:46:04.665612+0000 mgr.smithi046.hnrily (mgr.14180) 269 : cluster [DBG] pgmap v242: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:46:07.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:06 smithi046 bash[24815]: cluster 2023-12-26T16:46:06.666580+0000 mgr.smithi046.hnrily (mgr.14180) 270 : cluster [DBG] pgmap v243: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:46:07.212 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:46:07.212 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:45:59.788713Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:45:58.321008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:45:59.789547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:02.657296Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:45:58.321399Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:45:58.321673Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:45:58.321924Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:45:58.322169Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:45:59.790115Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:46:07.213 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:06 smithi073 bash[29040]: cluster 2023-12-26T16:46:06.666580+0000 mgr.smithi046.hnrily (mgr.14180) 270 : cluster [DBG] pgmap v243: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:46:07.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:07 smithi073 bash[29040]: audit 2023-12-26T16:46:06.790634+0000 mon.smithi046 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:07.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:07 smithi073 bash[29040]: audit 2023-12-26T16:46:07.233542+0000 mgr.smithi046.hnrily (mgr.14180) 271 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:46:08.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:07 smithi046 bash[24815]: audit 2023-12-26T16:46:06.790634+0000 mon.smithi046 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:08.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:07 smithi046 bash[24815]: audit 2023-12-26T16:46:07.233542+0000 mgr.smithi046.hnrily (mgr.14180) 271 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:46:08.485 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-26T16:46:09.486 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:46:09.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:09 smithi046 bash[24815]: audit 2023-12-26T16:46:08.654791+0000 mon.smithi046 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:09.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:09 smithi046 bash[24815]: cluster 2023-12-26T16:46:08.667278+0000 mgr.smithi046.hnrily (mgr.14180) 272 : cluster [DBG] pgmap v244: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:46:09.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:09 smithi073 bash[29040]: audit 2023-12-26T16:46:08.654791+0000 mon.smithi046 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:09.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:09 smithi073 bash[29040]: cluster 2023-12-26T16:46:08.667278+0000 mgr.smithi046.hnrily (mgr.14180) 272 : cluster [DBG] pgmap v244: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:46:11.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:11 smithi046 bash[24815]: cluster 2023-12-26T16:46:10.667815+0000 mgr.smithi046.hnrily (mgr.14180) 273 : cluster [DBG] pgmap v245: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:46:11.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:11 smithi073 bash[29040]: cluster 2023-12-26T16:46:10.667815+0000 mgr.smithi046.hnrily (mgr.14180) 273 : cluster [DBG] pgmap v245: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:46:13.005 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:46:13.006 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:45:59.788713Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:45:58.321008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:45:59.789547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:02.657296Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:45:58.321399Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:45:58.321673Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:45:58.321924Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:45:58.322169Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:45:59.790115Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:46:13.044 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:12 smithi046 bash[24815]: audit 2023-12-26T16:46:11.872515+0000 mon.smithi046 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:13.044 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:12 smithi046 bash[24815]: audit 2023-12-26T16:46:12.157480+0000 mon.smithi046 (mon.0) 636 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:46:13.044 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:12 smithi046 bash[24815]: audit 2023-12-26T16:46:12.158610+0000 mon.smithi046 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:46:13.044 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:12 smithi046 bash[24815]: audit 2023-12-26T16:46:12.166470+0000 mon.smithi046 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:13.044 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:12 smithi046 bash[24815]: audit 2023-12-26T16:46:12.173782+0000 mon.smithi046 (mon.0) 639 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:46:13.044 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:12 smithi046 bash[24815]: audit 2023-12-26T16:46:12.186400+0000 mon.smithi046 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:13.044 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:12 smithi046 bash[24815]: audit 2023-12-26T16:46:12.187501+0000 mon.smithi046 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi073.hhxwjy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-26T16:46:13.044 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:12 smithi046 bash[24815]: audit 2023-12-26T16:46:12.191534+0000 mon.smithi046 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi073.hhxwjy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-26T16:46:13.044 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:12 smithi046 bash[24815]: audit 2023-12-26T16:46:12.192662+0000 mon.smithi046 (mon.0) 643 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:46:13.044 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:12 smithi046 bash[24815]: cephadm 2023-12-26T16:46:12.193873+0000 mgr.smithi046.hnrily (mgr.14180) 274 : cephadm [INF] Deploying daemon mds.foofs.smithi073.hhxwjy on smithi073 2023-12-26T16:46:13.044 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:12 smithi046 bash[24815]: cluster 2023-12-26T16:46:12.668384+0000 mgr.smithi046.hnrily (mgr.14180) 275 : cluster [DBG] pgmap v246: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:46:13.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:12 smithi073 bash[29040]: audit 2023-12-26T16:46:11.872515+0000 mon.smithi046 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:13.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:12 smithi073 bash[29040]: audit 2023-12-26T16:46:12.157480+0000 mon.smithi046 (mon.0) 636 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:46:13.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:12 smithi073 bash[29040]: audit 2023-12-26T16:46:12.158610+0000 mon.smithi046 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:46:13.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:12 smithi073 bash[29040]: audit 2023-12-26T16:46:12.166470+0000 mon.smithi046 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:13.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:12 smithi073 bash[29040]: audit 2023-12-26T16:46:12.173782+0000 mon.smithi046 (mon.0) 639 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:46:13.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:12 smithi073 bash[29040]: audit 2023-12-26T16:46:12.186400+0000 mon.smithi046 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:13.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:12 smithi073 bash[29040]: audit 2023-12-26T16:46:12.187501+0000 mon.smithi046 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi073.hhxwjy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-26T16:46:13.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:12 smithi073 bash[29040]: audit 2023-12-26T16:46:12.191534+0000 mon.smithi046 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi073.hhxwjy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-26T16:46:13.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:12 smithi073 bash[29040]: audit 2023-12-26T16:46:12.192662+0000 mon.smithi046 (mon.0) 643 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:46:13.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:12 smithi073 bash[29040]: cephadm 2023-12-26T16:46:12.193873+0000 mgr.smithi046.hnrily (mgr.14180) 274 : cephadm [INF] Deploying daemon mds.foofs.smithi073.hhxwjy on smithi073 2023-12-26T16:46:13.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:12 smithi073 bash[29040]: cluster 2023-12-26T16:46:12.668384+0000 mgr.smithi046.hnrily (mgr.14180) 275 : cluster [DBG] pgmap v246: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:46:13.761 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-26T16:46:14.430 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:14 smithi073 bash[29040]: audit 2023-12-26T16:46:13.022616+0000 mgr.smithi046.hnrily (mgr.14180) 276 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:46:14.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:14 smithi046 bash[24815]: audit 2023-12-26T16:46:13.022616+0000 mgr.smithi046.hnrily (mgr.14180) 276 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:46:14.762 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:46:15.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:15 smithi046 bash[24815]: cluster 2023-12-26T16:46:14.668983+0000 mgr.smithi046.hnrily (mgr.14180) 277 : cluster [DBG] pgmap v247: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:46:15.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:15 smithi046 bash[24815]: audit 2023-12-26T16:46:14.730976+0000 mon.smithi046 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:15.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:15 smithi046 bash[24815]: audit 2023-12-26T16:46:14.733745+0000 mon.smithi046 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi046.fkhhps", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-26T16:46:15.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:15 smithi046 bash[24815]: audit 2023-12-26T16:46:14.738230+0000 mon.smithi046 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi046.fkhhps", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-26T16:46:15.322 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:15 smithi046 bash[24815]: audit 2023-12-26T16:46:14.739623+0000 mon.smithi046 (mon.0) 647 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:46:15.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:15 smithi073 bash[29040]: cluster 2023-12-26T16:46:14.668983+0000 mgr.smithi046.hnrily (mgr.14180) 277 : cluster [DBG] pgmap v247: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:46:15.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:15 smithi073 bash[29040]: audit 2023-12-26T16:46:14.730976+0000 mon.smithi046 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:15.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:15 smithi073 bash[29040]: audit 2023-12-26T16:46:14.733745+0000 mon.smithi046 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi046.fkhhps", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-26T16:46:15.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:15 smithi073 bash[29040]: audit 2023-12-26T16:46:14.738230+0000 mon.smithi046 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi046.fkhhps", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-26T16:46:15.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:15 smithi073 bash[29040]: audit 2023-12-26T16:46:14.739623+0000 mon.smithi046 (mon.0) 647 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:46:16.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:16 smithi046 bash[24815]: cephadm 2023-12-26T16:46:14.740890+0000 mgr.smithi046.hnrily (mgr.14180) 278 : cephadm [INF] Deploying daemon mds.foofs.smithi046.fkhhps on smithi046 2023-12-26T16:46:16.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:16 smithi073 bash[29040]: cephadm 2023-12-26T16:46:14.740890+0000 mgr.smithi046.hnrily (mgr.14180) 278 : cephadm [INF] Deploying daemon mds.foofs.smithi046.fkhhps on smithi046 2023-12-26T16:46:17.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:17 smithi073 bash[29040]: cluster 2023-12-26T16:46:16.432864+0000 mon.smithi046 (mon.0) 648 : cluster [DBG] mds.? [v2:172.21.15.73:6832/2556447171,v1:172.21.15.73:6833/2556447171] up:boot 2023-12-26T16:46:17.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:17 smithi073 bash[29040]: cluster 2023-12-26T16:46:16.432953+0000 mon.smithi046 (mon.0) 649 : cluster [INF] daemon mds.foofs.smithi073.hhxwjy assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-26T16:46:17.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:17 smithi073 bash[29040]: cluster 2023-12-26T16:46:16.433037+0000 mon.smithi046 (mon.0) 650 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-26T16:46:17.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:17 smithi073 bash[29040]: cluster 2023-12-26T16:46:16.433063+0000 mon.smithi046 (mon.0) 651 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-26T16:46:17.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:17 smithi073 bash[29040]: cluster 2023-12-26T16:46:16.433088+0000 mon.smithi046 (mon.0) 652 : cluster [INF] Cluster is now healthy 2023-12-26T16:46:17.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:17 smithi073 bash[29040]: cluster 2023-12-26T16:46:16.433416+0000 mon.smithi046 (mon.0) 653 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-12-26T16:46:17.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:17 smithi073 bash[29040]: audit 2023-12-26T16:46:16.433549+0000 mon.smithi046 (mon.0) 654 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi073.hhxwjy"}]: dispatch 2023-12-26T16:46:17.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:17 smithi073 bash[29040]: cluster 2023-12-26T16:46:16.438355+0000 mon.smithi046 (mon.0) 655 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.hhxwjy=up:creating} 2023-12-26T16:46:17.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:17 smithi073 bash[29040]: cluster 2023-12-26T16:46:16.458115+0000 mon.smithi046 (mon.0) 656 : cluster [INF] daemon mds.foofs.smithi073.hhxwjy is now active in filesystem foofs as rank 0 2023-12-26T16:46:17.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:17 smithi073 bash[29040]: cluster 2023-12-26T16:46:16.669973+0000 mgr.smithi046.hnrily (mgr.14180) 279 : cluster [DBG] pgmap v248: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:46:17.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:17 smithi046 bash[24815]: cluster 2023-12-26T16:46:16.432864+0000 mon.smithi046 (mon.0) 648 : cluster [DBG] mds.? [v2:172.21.15.73:6832/2556447171,v1:172.21.15.73:6833/2556447171] up:boot 2023-12-26T16:46:17.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:17 smithi046 bash[24815]: cluster 2023-12-26T16:46:16.432953+0000 mon.smithi046 (mon.0) 649 : cluster [INF] daemon mds.foofs.smithi073.hhxwjy assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-26T16:46:17.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:17 smithi046 bash[24815]: cluster 2023-12-26T16:46:16.433037+0000 mon.smithi046 (mon.0) 650 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-26T16:46:17.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:17 smithi046 bash[24815]: cluster 2023-12-26T16:46:16.433063+0000 mon.smithi046 (mon.0) 651 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-26T16:46:17.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:17 smithi046 bash[24815]: cluster 2023-12-26T16:46:16.433088+0000 mon.smithi046 (mon.0) 652 : cluster [INF] Cluster is now healthy 2023-12-26T16:46:17.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:17 smithi046 bash[24815]: cluster 2023-12-26T16:46:16.433416+0000 mon.smithi046 (mon.0) 653 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-12-26T16:46:17.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:17 smithi046 bash[24815]: audit 2023-12-26T16:46:16.433549+0000 mon.smithi046 (mon.0) 654 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi073.hhxwjy"}]: dispatch 2023-12-26T16:46:17.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:17 smithi046 bash[24815]: cluster 2023-12-26T16:46:16.438355+0000 mon.smithi046 (mon.0) 655 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.hhxwjy=up:creating} 2023-12-26T16:46:17.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:17 smithi046 bash[24815]: cluster 2023-12-26T16:46:16.458115+0000 mon.smithi046 (mon.0) 656 : cluster [INF] daemon mds.foofs.smithi073.hhxwjy is now active in filesystem foofs as rank 0 2023-12-26T16:46:17.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:17 smithi046 bash[24815]: cluster 2023-12-26T16:46:16.669973+0000 mgr.smithi046.hnrily (mgr.14180) 279 : cluster [DBG] pgmap v248: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:46:18.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:18 smithi073 bash[29040]: cluster 2023-12-26T16:46:17.448732+0000 mon.smithi046 (mon.0) 657 : cluster [DBG] mds.? [v2:172.21.15.73:6832/2556447171,v1:172.21.15.73:6833/2556447171] up:active 2023-12-26T16:46:18.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:18 smithi073 bash[29040]: cluster 2023-12-26T16:46:17.448810+0000 mon.smithi046 (mon.0) 658 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.hhxwjy=up:active} 2023-12-26T16:46:18.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:18 smithi073 bash[29040]: audit 2023-12-26T16:46:18.168681+0000 mon.smithi046 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:18.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:18 smithi073 bash[29040]: audit 2023-12-26T16:46:18.176269+0000 mon.smithi046 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:18.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:18 smithi073 bash[29040]: audit 2023-12-26T16:46:18.200925+0000 mon.smithi046 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-26T16:46:19.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:18 smithi046 bash[24815]: cluster 2023-12-26T16:46:17.448732+0000 mon.smithi046 (mon.0) 657 : cluster [DBG] mds.? [v2:172.21.15.73:6832/2556447171,v1:172.21.15.73:6833/2556447171] up:active 2023-12-26T16:46:19.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:18 smithi046 bash[24815]: cluster 2023-12-26T16:46:17.448810+0000 mon.smithi046 (mon.0) 658 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.hhxwjy=up:active} 2023-12-26T16:46:19.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:18 smithi046 bash[24815]: audit 2023-12-26T16:46:18.168681+0000 mon.smithi046 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:19.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:18 smithi046 bash[24815]: audit 2023-12-26T16:46:18.176269+0000 mon.smithi046 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:19.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:18 smithi046 bash[24815]: audit 2023-12-26T16:46:18.200925+0000 mon.smithi046 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-26T16:46:19.749 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:46:19.749 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:45:59.788713Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:45:58.321008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:45:59.789547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:02.657296Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:45:58.321399Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:45:58.321673Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:45:58.321924Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:45:58.322169Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:45:59.790115Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:46:19.933 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:19 smithi046 bash[24815]: cluster 2023-12-26T16:46:18.670641+0000 mgr.smithi046.hnrily (mgr.14180) 280 : cluster [DBG] pgmap v249: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:46:19.933 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:19 smithi046 bash[24815]: audit 2023-12-26T16:46:19.182668+0000 mon.smithi046 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-26T16:46:19.933 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:19 smithi046 bash[24815]: cluster 2023-12-26T16:46:19.182765+0000 mon.smithi046 (mon.0) 663 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-26T16:46:19.933 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:19 smithi046 bash[24815]: audit 2023-12-26T16:46:19.189422+0000 mon.smithi046 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-26T16:46:19.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:19 smithi073 bash[29040]: cluster 2023-12-26T16:46:18.670641+0000 mgr.smithi046.hnrily (mgr.14180) 280 : cluster [DBG] pgmap v249: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:46:19.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:19 smithi073 bash[29040]: audit 2023-12-26T16:46:19.182668+0000 mon.smithi046 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-26T16:46:19.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:19 smithi073 bash[29040]: cluster 2023-12-26T16:46:19.182765+0000 mon.smithi046 (mon.0) 663 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-26T16:46:19.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:19 smithi073 bash[29040]: audit 2023-12-26T16:46:19.189422+0000 mon.smithi046 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-26T16:46:20.488 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-26T16:46:21.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: audit 2023-12-26T16:46:19.766216+0000 mgr.smithi046.hnrily (mgr.14180) 281 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:46:21.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: audit 2023-12-26T16:46:20.185736+0000 mon.smithi046 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-26T16:46:21.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: cluster 2023-12-26T16:46:20.186067+0000 mon.smithi046 (mon.0) 666 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-26T16:46:21.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: cephadm 2023-12-26T16:46:20.193748+0000 mgr.smithi046.hnrily (mgr.14180) 282 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi046.hfxvaq 2023-12-26T16:46:21.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: audit 2023-12-26T16:46:20.194662+0000 mon.smithi046 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi046.hfxvaq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-26T16:46:21.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: audit 2023-12-26T16:46:20.204094+0000 mon.smithi046 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi046.hfxvaq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-26T16:46:21.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: cephadm 2023-12-26T16:46:20.206504+0000 mgr.smithi046.hnrily (mgr.14180) 283 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-26T16:46:21.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: audit 2023-12-26T16:46:20.207338+0000 mon.smithi046 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-26T16:46:21.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: audit 2023-12-26T16:46:20.211973+0000 mon.smithi046 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-26T16:46:21.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: audit 2023-12-26T16:46:20.213359+0000 mon.smithi046 (mon.0) 671 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:46:21.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: audit 2023-12-26T16:46:20.270070+0000 mon.smithi046 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-26T16:46:21.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: audit 2023-12-26T16:46:20.274942+0000 mon.smithi046 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-26T16:46:21.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: cephadm 2023-12-26T16:46:20.343002+0000 mgr.smithi046.hnrily (mgr.14180) 284 : cephadm [INF] Creating rados config object: conf-nfs.foo 2023-12-26T16:46:21.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: cephadm 2023-12-26T16:46:20.406906+0000 mgr.smithi046.hnrily (mgr.14180) 285 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi046.hfxvaq-rgw 2023-12-26T16:46:21.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: audit 2023-12-26T16:46:20.407571+0000 mon.smithi046 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi046.hfxvaq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-26T16:46:21.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: audit 2023-12-26T16:46:20.412972+0000 mon.smithi046 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi046.hfxvaq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-26T16:46:21.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: audit 2023-12-26T16:46:20.421509+0000 mon.smithi046 (mon.0) 676 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:46:21.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: cephadm 2023-12-26T16:46:20.422836+0000 mgr.smithi046.hnrily (mgr.14180) 286 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi046.hfxvaq on smithi046 2023-12-26T16:46:21.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: cluster 2023-12-26T16:46:20.431050+0000 mon.smithi046 (mon.0) 677 : cluster [DBG] mds.? [v2:172.21.15.46:6834/601849300,v1:172.21.15.46:6835/601849300] up:boot 2023-12-26T16:46:21.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: cluster 2023-12-26T16:46:20.431100+0000 mon.smithi046 (mon.0) 678 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.hhxwjy=up:active} 1 up:standby 2023-12-26T16:46:21.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: audit 2023-12-26T16:46:20.432066+0000 mon.smithi046 (mon.0) 679 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi046.fkhhps"}]: dispatch 2023-12-26T16:46:21.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: cluster 2023-12-26T16:46:20.671438+0000 mgr.smithi046.hnrily (mgr.14180) 287 : cluster [DBG] pgmap v252: 97 pgs: 4 creating+peering, 65 active+clean, 28 unknown; 22 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2023-12-26T16:46:21.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:21 smithi073 bash[29040]: audit 2023-12-26T16:46:20.685416+0000 mon.smithi046 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:21.490 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:46:21.501 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: audit 2023-12-26T16:46:19.766216+0000 mgr.smithi046.hnrily (mgr.14180) 281 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:46:21.501 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: audit 2023-12-26T16:46:20.185736+0000 mon.smithi046 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-26T16:46:21.501 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: cluster 2023-12-26T16:46:20.186067+0000 mon.smithi046 (mon.0) 666 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-26T16:46:21.501 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: cephadm 2023-12-26T16:46:20.193748+0000 mgr.smithi046.hnrily (mgr.14180) 282 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi046.hfxvaq 2023-12-26T16:46:21.501 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: audit 2023-12-26T16:46:20.194662+0000 mon.smithi046 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi046.hfxvaq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-26T16:46:21.501 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: audit 2023-12-26T16:46:20.204094+0000 mon.smithi046 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi046.hfxvaq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-26T16:46:21.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: cephadm 2023-12-26T16:46:20.206504+0000 mgr.smithi046.hnrily (mgr.14180) 283 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-26T16:46:21.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: audit 2023-12-26T16:46:20.207338+0000 mon.smithi046 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-26T16:46:21.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: audit 2023-12-26T16:46:20.211973+0000 mon.smithi046 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-26T16:46:21.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: audit 2023-12-26T16:46:20.213359+0000 mon.smithi046 (mon.0) 671 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:46:21.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: audit 2023-12-26T16:46:20.270070+0000 mon.smithi046 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-26T16:46:21.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: audit 2023-12-26T16:46:20.274942+0000 mon.smithi046 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-26T16:46:21.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: cephadm 2023-12-26T16:46:20.343002+0000 mgr.smithi046.hnrily (mgr.14180) 284 : cephadm [INF] Creating rados config object: conf-nfs.foo 2023-12-26T16:46:21.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: cephadm 2023-12-26T16:46:20.406906+0000 mgr.smithi046.hnrily (mgr.14180) 285 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi046.hfxvaq-rgw 2023-12-26T16:46:21.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: audit 2023-12-26T16:46:20.407571+0000 mon.smithi046 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi046.hfxvaq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-26T16:46:21.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: audit 2023-12-26T16:46:20.412972+0000 mon.smithi046 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi046.hfxvaq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-26T16:46:21.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: audit 2023-12-26T16:46:20.421509+0000 mon.smithi046 (mon.0) 676 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:46:21.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: cephadm 2023-12-26T16:46:20.422836+0000 mgr.smithi046.hnrily (mgr.14180) 286 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi046.hfxvaq on smithi046 2023-12-26T16:46:21.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: cluster 2023-12-26T16:46:20.431050+0000 mon.smithi046 (mon.0) 677 : cluster [DBG] mds.? [v2:172.21.15.46:6834/601849300,v1:172.21.15.46:6835/601849300] up:boot 2023-12-26T16:46:21.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: cluster 2023-12-26T16:46:20.431100+0000 mon.smithi046 (mon.0) 678 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.hhxwjy=up:active} 1 up:standby 2023-12-26T16:46:21.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: audit 2023-12-26T16:46:20.432066+0000 mon.smithi046 (mon.0) 679 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi046.fkhhps"}]: dispatch 2023-12-26T16:46:21.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: cluster 2023-12-26T16:46:20.671438+0000 mgr.smithi046.hnrily (mgr.14180) 287 : cluster [DBG] pgmap v252: 97 pgs: 4 creating+peering, 65 active+clean, 28 unknown; 22 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2023-12-26T16:46:21.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:21 smithi046 bash[24815]: audit 2023-12-26T16:46:20.685416+0000 mon.smithi046 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:22.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:22 smithi073 bash[29040]: cluster 2023-12-26T16:46:21.187751+0000 mon.smithi046 (mon.0) 681 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-26T16:46:22.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:22 smithi073 bash[29040]: audit 2023-12-26T16:46:21.791709+0000 mon.smithi046 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:22.590 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:22 smithi046 bash[24815]: cluster 2023-12-26T16:46:21.187751+0000 mon.smithi046 (mon.0) 681 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-26T16:46:22.591 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:22 smithi046 bash[24815]: audit 2023-12-26T16:46:21.791709+0000 mon.smithi046 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:23.423 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:23 smithi046 bash[24815]: cluster 2023-12-26T16:46:22.671926+0000 mgr.smithi046.hnrily (mgr.14180) 288 : cluster [DBG] pgmap v254: 97 pgs: 4 creating+peering, 93 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 3.7 KiB/s wr, 10 op/s 2023-12-26T16:46:23.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:23 smithi073 bash[29040]: cluster 2023-12-26T16:46:22.671926+0000 mgr.smithi046.hnrily (mgr.14180) 288 : cluster [DBG] pgmap v254: 97 pgs: 4 creating+peering, 93 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 3.7 KiB/s wr, 10 op/s 2023-12-26T16:46:24.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:24 smithi073 bash[29040]: audit 2023-12-26T16:46:23.736649+0000 mon.smithi046 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:24.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:24 smithi073 bash[29040]: cephadm 2023-12-26T16:46:23.738543+0000 mgr.smithi046.hnrily (mgr.14180) 289 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi073.aiwjya 2023-12-26T16:46:24.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:24 smithi073 bash[29040]: audit 2023-12-26T16:46:23.738911+0000 mon.smithi046 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi073.aiwjya", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-26T16:46:24.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:24 smithi073 bash[29040]: audit 2023-12-26T16:46:23.744105+0000 mon.smithi046 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi073.aiwjya", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-26T16:46:24.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:24 smithi073 bash[29040]: cephadm 2023-12-26T16:46:23.744986+0000 mgr.smithi046.hnrily (mgr.14180) 290 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-26T16:46:24.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:24 smithi073 bash[29040]: audit 2023-12-26T16:46:23.745318+0000 mon.smithi046 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-26T16:46:24.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:24 smithi073 bash[29040]: audit 2023-12-26T16:46:23.748906+0000 mon.smithi046 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-26T16:46:24.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:24 smithi073 bash[29040]: audit 2023-12-26T16:46:23.750256+0000 mon.smithi046 (mon.0) 688 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:46:24.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:24 smithi073 bash[29040]: audit 2023-12-26T16:46:23.799708+0000 mon.smithi046 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-26T16:46:24.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:24 smithi073 bash[29040]: audit 2023-12-26T16:46:23.803577+0000 mon.smithi046 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-26T16:46:24.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:24 smithi073 bash[29040]: cephadm 2023-12-26T16:46:23.856320+0000 mgr.smithi046.hnrily (mgr.14180) 291 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-26T16:46:24.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:24 smithi073 bash[29040]: cephadm 2023-12-26T16:46:23.856438+0000 mgr.smithi046.hnrily (mgr.14180) 292 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi073.aiwjya-rgw 2023-12-26T16:46:24.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:24 smithi073 bash[29040]: audit 2023-12-26T16:46:23.856915+0000 mon.smithi046 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi073.aiwjya-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-26T16:46:24.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:24 smithi073 bash[29040]: audit 2023-12-26T16:46:23.861141+0000 mon.smithi046 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi073.aiwjya-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-26T16:46:24.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:24 smithi073 bash[29040]: audit 2023-12-26T16:46:23.862565+0000 mon.smithi046 (mon.0) 693 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:46:24.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:24 smithi073 bash[29040]: cephadm 2023-12-26T16:46:23.863439+0000 mgr.smithi046.hnrily (mgr.14180) 293 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi073.aiwjya on smithi073 2023-12-26T16:46:24.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:24 smithi073 bash[29040]: cluster 2023-12-26T16:46:24.672759+0000 mgr.smithi046.hnrily (mgr.14180) 294 : cluster [DBG] pgmap v255: 97 pgs: 4 creating+peering, 93 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.5 KiB/s wr, 7 op/s 2023-12-26T16:46:25.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:24 smithi046 bash[24815]: audit 2023-12-26T16:46:23.736649+0000 mon.smithi046 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:25.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:24 smithi046 bash[24815]: cephadm 2023-12-26T16:46:23.738543+0000 mgr.smithi046.hnrily (mgr.14180) 289 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi073.aiwjya 2023-12-26T16:46:25.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:24 smithi046 bash[24815]: audit 2023-12-26T16:46:23.738911+0000 mon.smithi046 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi073.aiwjya", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-26T16:46:25.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:24 smithi046 bash[24815]: audit 2023-12-26T16:46:23.744105+0000 mon.smithi046 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi073.aiwjya", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-26T16:46:25.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:24 smithi046 bash[24815]: cephadm 2023-12-26T16:46:23.744986+0000 mgr.smithi046.hnrily (mgr.14180) 290 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-26T16:46:25.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:24 smithi046 bash[24815]: audit 2023-12-26T16:46:23.745318+0000 mon.smithi046 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-26T16:46:25.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:24 smithi046 bash[24815]: audit 2023-12-26T16:46:23.748906+0000 mon.smithi046 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-26T16:46:25.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:24 smithi046 bash[24815]: audit 2023-12-26T16:46:23.750256+0000 mon.smithi046 (mon.0) 688 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:46:25.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:24 smithi046 bash[24815]: audit 2023-12-26T16:46:23.799708+0000 mon.smithi046 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-26T16:46:25.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:24 smithi046 bash[24815]: audit 2023-12-26T16:46:23.803577+0000 mon.smithi046 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-26T16:46:25.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:24 smithi046 bash[24815]: cephadm 2023-12-26T16:46:23.856320+0000 mgr.smithi046.hnrily (mgr.14180) 291 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-26T16:46:25.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:24 smithi046 bash[24815]: cephadm 2023-12-26T16:46:23.856438+0000 mgr.smithi046.hnrily (mgr.14180) 292 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi073.aiwjya-rgw 2023-12-26T16:46:25.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:24 smithi046 bash[24815]: audit 2023-12-26T16:46:23.856915+0000 mon.smithi046 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi073.aiwjya-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-26T16:46:25.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:24 smithi046 bash[24815]: audit 2023-12-26T16:46:23.861141+0000 mon.smithi046 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi073.aiwjya-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-26T16:46:25.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:24 smithi046 bash[24815]: audit 2023-12-26T16:46:23.862565+0000 mon.smithi046 (mon.0) 693 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:46:25.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:24 smithi046 bash[24815]: cephadm 2023-12-26T16:46:23.863439+0000 mgr.smithi046.hnrily (mgr.14180) 293 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi073.aiwjya on smithi073 2023-12-26T16:46:25.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:24 smithi046 bash[24815]: cluster 2023-12-26T16:46:24.672759+0000 mgr.smithi046.hnrily (mgr.14180) 294 : cluster [DBG] pgmap v255: 97 pgs: 4 creating+peering, 93 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.5 KiB/s wr, 7 op/s 2023-12-26T16:46:26.450 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:46:26.450 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:45:59.788713Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:45:58.321008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:45:59.789547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:02.657296Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:45:58.321399Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:45:58.321673Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:45:58.321924Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:45:58.322169Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:45:59.790115Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:46:27.177 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-26T16:46:27.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:27 smithi046 bash[24815]: audit 2023-12-26T16:46:26.463715+0000 mgr.smithi046.hnrily (mgr.14180) 295 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:46:27.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:27 smithi046 bash[24815]: audit 2023-12-26T16:46:26.563423+0000 mon.smithi046 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:27.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:27 smithi046 bash[24815]: audit 2023-12-26T16:46:26.576747+0000 mon.smithi046 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:27.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:27 smithi046 bash[24815]: cephadm 2023-12-26T16:46:26.590771+0000 mgr.smithi046.hnrily (mgr.14180) 296 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.jcqivi on smithi073 2023-12-26T16:46:27.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:27 smithi046 bash[24815]: cluster 2023-12-26T16:46:26.674115+0000 mgr.smithi046.hnrily (mgr.14180) 297 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 273 B/s rd, 2.1 KiB/s wr, 6 op/s 2023-12-26T16:46:27.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:27 smithi073 bash[29040]: audit 2023-12-26T16:46:26.463715+0000 mgr.smithi046.hnrily (mgr.14180) 295 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:46:27.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:27 smithi073 bash[29040]: audit 2023-12-26T16:46:26.563423+0000 mon.smithi046 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:27.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:27 smithi073 bash[29040]: audit 2023-12-26T16:46:26.576747+0000 mon.smithi046 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:27.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:27 smithi073 bash[29040]: cephadm 2023-12-26T16:46:26.590771+0000 mgr.smithi046.hnrily (mgr.14180) 296 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.jcqivi on smithi073 2023-12-26T16:46:27.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:27 smithi073 bash[29040]: cluster 2023-12-26T16:46:26.674115+0000 mgr.smithi046.hnrily (mgr.14180) 297 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 273 B/s rd, 2.1 KiB/s wr, 6 op/s 2023-12-26T16:46:28.179 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:46:29.010 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:28 smithi046 bash[24815]: cluster 2023-12-26T16:46:28.674731+0000 mgr.smithi046.hnrily (mgr.14180) 298 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 1.8 KiB/s wr, 5 op/s 2023-12-26T16:46:29.021 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:28 smithi073 bash[29040]: cluster 2023-12-26T16:46:28.674731+0000 mgr.smithi046.hnrily (mgr.14180) 298 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 1.8 KiB/s wr, 5 op/s 2023-12-26T16:46:31.378 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:46:31.378 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:45:59.788713Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:45:58.321008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:45:59.789547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:02.657296Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-26T16:46:30.659943Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.jcqivi on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-jcqivi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-jcqivi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.jcqivi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.jcqivi\nDeploy daemon haproxy.nfs.foo.smithi073.jcqivi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:45:58.321399Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:45:58.321673Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:45:58.321924Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:45:58.322169Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:45:59.790115Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:46:31.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: cephadm 2023-12-26T16:46:30.657865+0000 mgr.smithi046.hnrily (mgr.14180) 299 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-jcqivi 2023-12-26T16:46:31.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:31.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-jcqivi 2023-12-26T16:46:31.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.jcqivi 2023-12-26T16:46:31.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:31.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.jcqivi 2023-12-26T16:46:31.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.jcqivi ... 2023-12-26T16:46:31.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:31.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:31.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:31.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:31.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:31.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:46:31.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:46:31.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:46:31.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:46:31.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:46:31.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-jcqivi 2023-12-26T16:46:31.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:31.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-jcqivi 2023-12-26T16:46:31.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.jcqivi 2023-12-26T16:46:31.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:31.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.jcqivi 2023-12-26T16:46:31.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.jcqivi ... 2023-12-26T16:46:31.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:31.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:31.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:31.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:31.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:31.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: cephadm 2023-12-26T16:46:30.658236+0000 mgr.smithi046.hnrily (mgr.14180) 300 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.jcqivi 2023-12-26T16:46:31.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: audit 2023-12-26T16:46:30.658757+0000 mon.smithi046 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.jcqivi"}]: dispatch 2023-12-26T16:46:31.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: cephadm 2023-12-26T16:46:30.660087+0000 mgr.smithi046.hnrily (mgr.14180) 301 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.jcqivi on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-jcqivi 2023-12-26T16:46:31.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:31.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-jcqivi 2023-12-26T16:46:31.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.jcqivi 2023-12-26T16:46:31.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:31.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.jcqivi 2023-12-26T16:46:31.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.jcqivi ... 2023-12-26T16:46:31.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:31.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:31.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:31.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:31.718 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:31.718 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: cephadm 2023-12-26T16:46:30.662342+0000 mgr.smithi046.hnrily (mgr.14180) 302 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.esbwzt on smithi046 2023-12-26T16:46:31.718 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: cluster 2023-12-26T16:46:30.675238+0000 mgr.smithi046.hnrily (mgr.14180) 303 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 1.6 KiB/s wr, 4 op/s 2023-12-26T16:46:31.718 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:31 smithi073 bash[29040]: audit 2023-12-26T16:46:30.712834+0000 mon.smithi046 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:31.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: cephadm 2023-12-26T16:46:30.657865+0000 mgr.smithi046.hnrily (mgr.14180) 299 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-jcqivi 2023-12-26T16:46:31.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:31.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-jcqivi 2023-12-26T16:46:31.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.jcqivi 2023-12-26T16:46:31.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:31.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.jcqivi 2023-12-26T16:46:31.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.jcqivi ... 2023-12-26T16:46:31.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:31.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:31.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:31.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:31.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:31.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:46:31.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:46:31.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:46:31.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:46:31.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:46:31.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-jcqivi 2023-12-26T16:46:31.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:31.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-jcqivi 2023-12-26T16:46:31.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.jcqivi 2023-12-26T16:46:31.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:31.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.jcqivi 2023-12-26T16:46:31.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.jcqivi ... 2023-12-26T16:46:31.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:31.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:31.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:31.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:31.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:31.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: cephadm 2023-12-26T16:46:30.658236+0000 mgr.smithi046.hnrily (mgr.14180) 300 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.jcqivi 2023-12-26T16:46:31.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: audit 2023-12-26T16:46:30.658757+0000 mon.smithi046 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.jcqivi"}]: dispatch 2023-12-26T16:46:31.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: cephadm 2023-12-26T16:46:30.660087+0000 mgr.smithi046.hnrily (mgr.14180) 301 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.jcqivi on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-jcqivi 2023-12-26T16:46:31.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:31.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-jcqivi 2023-12-26T16:46:31.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.jcqivi 2023-12-26T16:46:31.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:31.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.jcqivi 2023-12-26T16:46:31.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.jcqivi ... 2023-12-26T16:46:31.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:31.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:31.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:31.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:31.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:31.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: cephadm 2023-12-26T16:46:30.662342+0000 mgr.smithi046.hnrily (mgr.14180) 302 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.esbwzt on smithi046 2023-12-26T16:46:31.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: cluster 2023-12-26T16:46:30.675238+0000 mgr.smithi046.hnrily (mgr.14180) 303 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 1.6 KiB/s wr, 4 op/s 2023-12-26T16:46:31.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:31 smithi046 bash[24815]: audit 2023-12-26T16:46:30.712834+0000 mon.smithi046 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:32.150 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-26T16:46:32.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:32 smithi073 bash[29040]: audit 2023-12-26T16:46:31.394713+0000 mgr.smithi046.hnrily (mgr.14180) 304 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:46:32.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:32 smithi046 bash[24815]: audit 2023-12-26T16:46:31.394713+0000 mgr.smithi046.hnrily (mgr.14180) 304 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:46:33.151 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:46:33.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:33 smithi073 bash[29040]: cluster 2023-12-26T16:46:32.676405+0000 mgr.smithi046.hnrily (mgr.14180) 305 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-12-26T16:46:33.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:33 smithi046 bash[24815]: cluster 2023-12-26T16:46:32.676405+0000 mgr.smithi046.hnrily (mgr.14180) 305 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-12-26T16:46:34.925 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:34 smithi046 bash[24815]: cluster 2023-12-26T16:46:34.677076+0000 mgr.smithi046.hnrily (mgr.14180) 306 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-12-26T16:46:35.213 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:34 smithi073 bash[29040]: cluster 2023-12-26T16:46:34.677076+0000 mgr.smithi046.hnrily (mgr.14180) 306 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-12-26T16:46:36.025 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: cephadm 2023-12-26T16:46:35.093625+0000 mgr.smithi046.hnrily (mgr.14180) 307 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-esbwzt 2023-12-26T16:46:36.025 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:36.025 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-esbwzt 2023-12-26T16:46:36.025 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.esbwzt 2023-12-26T16:46:36.025 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:36.025 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.esbwzt 2023-12-26T16:46:36.025 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.esbwzt ... 2023-12-26T16:46:36.025 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:36.025 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:36.025 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:36.025 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:36.025 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:36.026 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:46:36.026 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:46:36.026 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:46:36.026 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:46:36.026 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:46:36.026 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-esbwzt 2023-12-26T16:46:36.026 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:36.026 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-esbwzt 2023-12-26T16:46:36.026 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.esbwzt 2023-12-26T16:46:36.026 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:36.026 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.esbwzt 2023-12-26T16:46:36.026 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.esbwzt ... 2023-12-26T16:46:36.026 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:36.027 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:36.027 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:36.027 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:36.027 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:36.027 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: cephadm 2023-12-26T16:46:35.094155+0000 mgr.smithi046.hnrily (mgr.14180) 308 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.esbwzt 2023-12-26T16:46:36.027 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: audit 2023-12-26T16:46:35.094849+0000 mon.smithi046 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.esbwzt"}]: dispatch 2023-12-26T16:46:36.027 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: cephadm 2023-12-26T16:46:35.096245+0000 mgr.smithi046.hnrily (mgr.14180) 309 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.esbwzt on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-esbwzt 2023-12-26T16:46:36.027 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:36.027 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-esbwzt 2023-12-26T16:46:36.027 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.esbwzt 2023-12-26T16:46:36.028 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:36.028 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.esbwzt 2023-12-26T16:46:36.028 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.esbwzt ... 2023-12-26T16:46:36.028 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:36.028 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:36.028 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:36.028 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:36.028 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:36.028 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: audit 2023-12-26T16:46:35.103013+0000 mon.smithi046 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:36.028 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: cephadm 2023-12-26T16:46:35.103511+0000 mgr.smithi046.hnrily (mgr.14180) 310 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.kqlqcf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:46:36.028 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: cephadm 2023-12-26T16:46:35.106149+0000 mgr.smithi046.hnrily (mgr.14180) 311 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.suamfu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:46:36.028 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: cluster 2023-12-26T16:46:35.107361+0000 mgr.smithi046.hnrily (mgr.14180) 312 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2023-12-26T16:46:36.028 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: audit 2023-12-26T16:46:35.107602+0000 mon.smithi046 (mon.0) 700 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:46:36.028 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:35 smithi046 bash[24815]: audit 2023-12-26T16:46:35.723705+0000 mon.smithi046 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:36.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: cephadm 2023-12-26T16:46:35.093625+0000 mgr.smithi046.hnrily (mgr.14180) 307 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-esbwzt 2023-12-26T16:46:36.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:36.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-esbwzt 2023-12-26T16:46:36.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.esbwzt 2023-12-26T16:46:36.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:36.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.esbwzt 2023-12-26T16:46:36.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.esbwzt ... 2023-12-26T16:46:36.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:36.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:36.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:36.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:36.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:36.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:46:36.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:46:36.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:46:36.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:46:36.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:46:36.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-esbwzt 2023-12-26T16:46:36.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:36.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-esbwzt 2023-12-26T16:46:36.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.esbwzt 2023-12-26T16:46:36.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:36.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.esbwzt 2023-12-26T16:46:36.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.esbwzt ... 2023-12-26T16:46:36.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:36.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:36.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:36.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:36.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:36.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: cephadm 2023-12-26T16:46:35.094155+0000 mgr.smithi046.hnrily (mgr.14180) 308 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.esbwzt 2023-12-26T16:46:36.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: audit 2023-12-26T16:46:35.094849+0000 mon.smithi046 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.esbwzt"}]: dispatch 2023-12-26T16:46:36.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: cephadm 2023-12-26T16:46:35.096245+0000 mgr.smithi046.hnrily (mgr.14180) 309 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.esbwzt on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-esbwzt 2023-12-26T16:46:36.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:36.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-esbwzt 2023-12-26T16:46:36.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.esbwzt 2023-12-26T16:46:36.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:36.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.esbwzt 2023-12-26T16:46:36.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.esbwzt ... 2023-12-26T16:46:36.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:36.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:36.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:36.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:36.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:36.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: audit 2023-12-26T16:46:35.103013+0000 mon.smithi046 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:36.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: cephadm 2023-12-26T16:46:35.103511+0000 mgr.smithi046.hnrily (mgr.14180) 310 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.kqlqcf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:46:36.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: cephadm 2023-12-26T16:46:35.106149+0000 mgr.smithi046.hnrily (mgr.14180) 311 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.suamfu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:46:36.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: cluster 2023-12-26T16:46:35.107361+0000 mgr.smithi046.hnrily (mgr.14180) 312 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2023-12-26T16:46:36.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: audit 2023-12-26T16:46:35.107602+0000 mon.smithi046 (mon.0) 700 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:46:36.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:35 smithi073 bash[29040]: audit 2023-12-26T16:46:35.723705+0000 mon.smithi046 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:36.417 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:46:36.417 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:45:59.788713Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:45:58.321008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:45:59.789547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:02.657296Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-26T16:46:30.659943Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.jcqivi on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-jcqivi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-jcqivi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.jcqivi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.jcqivi\nDeploy daemon haproxy.nfs.foo.smithi073.jcqivi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:46:35.096081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.esbwzt on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-esbwzt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-esbwzt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.esbwzt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.esbwzt\nDeploy daemon haproxy.nfs.foo.smithi046.esbwzt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:46:35.103336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kqlqcf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:46:35.106001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.suamfu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:45:58.321399Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:45:58.321673Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:45:58.321924Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:45:58.322169Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:45:59.790115Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:46:37.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:36 smithi046 bash[24815]: cluster 2023-12-26T16:46:36.100970+0000 mon.smithi046 (mon.0) 702 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:46:37.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:36 smithi046 bash[24815]: audit 2023-12-26T16:46:36.431812+0000 mgr.smithi046.hnrily (mgr.14180) 313 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:46:37.097 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-26T16:46:37.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:36 smithi073 bash[29040]: cluster 2023-12-26T16:46:36.100970+0000 mon.smithi046 (mon.0) 702 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:46:37.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:36 smithi073 bash[29040]: audit 2023-12-26T16:46:36.431812+0000 mgr.smithi046.hnrily (mgr.14180) 313 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:46:38.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:37 smithi046 bash[24815]: audit 2023-12-26T16:46:36.792769+0000 mon.smithi046 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:38.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:37 smithi046 bash[24815]: cluster 2023-12-26T16:46:37.108534+0000 mgr.smithi046.hnrily (mgr.14180) 314 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-12-26T16:46:38.098 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:46:38.213 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:37 smithi073 bash[29040]: audit 2023-12-26T16:46:36.792769+0000 mon.smithi046 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:38.214 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:37 smithi073 bash[29040]: cluster 2023-12-26T16:46:37.108534+0000 mgr.smithi046.hnrily (mgr.14180) 314 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-12-26T16:46:40.321 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:40 smithi046 bash[24815]: cluster 2023-12-26T16:46:39.109468+0000 mgr.smithi046.hnrily (mgr.14180) 315 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-12-26T16:46:40.465 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:40 smithi073 bash[29040]: cluster 2023-12-26T16:46:39.109468+0000 mgr.smithi046.hnrily (mgr.14180) 315 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-12-26T16:46:41.245 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:46:41.245 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:45:59.788713Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:45:59.789113Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:45:59.789547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:02.657296Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-26T16:46:30.659943Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.jcqivi on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-jcqivi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-jcqivi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.jcqivi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.jcqivi\nDeploy daemon haproxy.nfs.foo.smithi073.jcqivi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:46:35.096081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.esbwzt on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-esbwzt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-esbwzt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.esbwzt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.esbwzt\nDeploy daemon haproxy.nfs.foo.smithi046.esbwzt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:46:35.103336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kqlqcf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:46:35.106001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.suamfu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:46:40.664871Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:45:59.788329Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:45:59.787881Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:46:40.664967Z", "ports": [12049], "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:45:59.789836Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:45:59.790377Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:45:59.790115Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:46:41.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:41 smithi046 bash[24815]: audit 2023-12-26T16:46:40.673067+0000 mon.smithi046 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:41.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:41 smithi046 bash[24815]: audit 2023-12-26T16:46:41.617346+0000 mon.smithi046 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:41.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:41 smithi046 bash[24815]: audit 2023-12-26T16:46:41.619081+0000 mon.smithi046 (mon.0) 706 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:46:41.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:41 smithi046 bash[24815]: audit 2023-12-26T16:46:41.620192+0000 mon.smithi046 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:46:41.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:41 smithi046 bash[24815]: audit 2023-12-26T16:46:41.625987+0000 mon.smithi046 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:41.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:41 smithi046 bash[24815]: audit 2023-12-26T16:46:41.634623+0000 mon.smithi046 (mon.0) 709 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:46:41.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:41 smithi046 bash[24815]: audit 2023-12-26T16:46:41.646302+0000 mon.smithi046 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:41.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:41 smithi073 bash[29040]: audit 2023-12-26T16:46:40.673067+0000 mon.smithi046 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:41.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:41 smithi073 bash[29040]: audit 2023-12-26T16:46:41.617346+0000 mon.smithi046 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:41.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:41 smithi073 bash[29040]: audit 2023-12-26T16:46:41.619081+0000 mon.smithi046 (mon.0) 706 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:46:41.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:41 smithi073 bash[29040]: audit 2023-12-26T16:46:41.620192+0000 mon.smithi046 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:46:41.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:41 smithi073 bash[29040]: audit 2023-12-26T16:46:41.625987+0000 mon.smithi046 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:41.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:41 smithi073 bash[29040]: audit 2023-12-26T16:46:41.634623+0000 mon.smithi046 (mon.0) 709 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:46:41.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:41 smithi073 bash[29040]: audit 2023-12-26T16:46:41.646302+0000 mon.smithi046 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:42.010 INFO:tasks.cephadm:nfs.foo has 1/2 2023-12-26T16:46:42.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:42 smithi073 bash[29040]: cluster 2023-12-26T16:46:41.110527+0000 mgr.smithi046.hnrily (mgr.14180) 316 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-12-26T16:46:42.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:42 smithi073 bash[29040]: audit 2023-12-26T16:46:41.261275+0000 mgr.smithi046.hnrily (mgr.14180) 317 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:46:42.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:42 smithi073 bash[29040]: cluster 2023-12-26T16:46:41.626636+0000 mgr.smithi046.hnrily (mgr.14180) 318 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 228 B/s rd, 0 op/s 2023-12-26T16:46:42.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:42 smithi073 bash[29040]: cephadm 2023-12-26T16:46:41.650376+0000 mgr.smithi046.hnrily (mgr.14180) 319 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.yduhdl on smithi073 2023-12-26T16:46:42.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:42 smithi073 bash[29040]: cluster 2023-12-26T16:46:41.670565+0000 mon.smithi046 (mon.0) 711 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:46:42.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:42 smithi073 bash[29040]: cluster 2023-12-26T16:46:41.670618+0000 mon.smithi046 (mon.0) 712 : cluster [INF] Cluster is now healthy 2023-12-26T16:46:43.012 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:46:43.025 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:42 smithi046 bash[24815]: cluster 2023-12-26T16:46:41.110527+0000 mgr.smithi046.hnrily (mgr.14180) 316 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-12-26T16:46:43.025 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:42 smithi046 bash[24815]: audit 2023-12-26T16:46:41.261275+0000 mgr.smithi046.hnrily (mgr.14180) 317 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:46:43.025 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:42 smithi046 bash[24815]: cluster 2023-12-26T16:46:41.626636+0000 mgr.smithi046.hnrily (mgr.14180) 318 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 228 B/s rd, 0 op/s 2023-12-26T16:46:43.026 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:42 smithi046 bash[24815]: cephadm 2023-12-26T16:46:41.650376+0000 mgr.smithi046.hnrily (mgr.14180) 319 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.yduhdl on smithi073 2023-12-26T16:46:43.026 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:42 smithi046 bash[24815]: cluster 2023-12-26T16:46:41.670565+0000 mon.smithi046 (mon.0) 711 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:46:43.026 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:42 smithi046 bash[24815]: cluster 2023-12-26T16:46:41.670618+0000 mon.smithi046 (mon.0) 712 : cluster [INF] Cluster is now healthy 2023-12-26T16:46:44.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:44 smithi046 bash[24815]: cluster 2023-12-26T16:46:43.627122+0000 mgr.smithi046.hnrily (mgr.14180) 320 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 228 B/s rd, 0 op/s 2023-12-26T16:46:44.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:44 smithi073 bash[29040]: cluster 2023-12-26T16:46:43.627122+0000 mgr.smithi046.hnrily (mgr.14180) 320 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 228 B/s rd, 0 op/s 2023-12-26T16:46:46.164 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:46:46.165 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:46:41.605214Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:46:40.663995Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:46:41.605498Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:30.659943Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.jcqivi on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-jcqivi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-jcqivi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.jcqivi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.jcqivi\nDeploy daemon haproxy.nfs.foo.smithi073.jcqivi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:46:35.096081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.esbwzt on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-esbwzt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-esbwzt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.esbwzt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.esbwzt\nDeploy daemon haproxy.nfs.foo.smithi046.esbwzt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:46:35.103336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kqlqcf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:46:35.106001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.suamfu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:46:45.625251Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yduhdl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yduhdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yduhdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yduhdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yduhdl\nDeploy daemon haproxy.nfs.foo.smithi073.yduhdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:46:40.664871Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:46:40.664181Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:46:40.664288Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:46:40.664967Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:46:40.664387Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:46:40.664484Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:46:41.605788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:46:46.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: cephadm 2023-12-26T16:46:45.622900+0000 mgr.smithi046.hnrily (mgr.14180) 321 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yduhdl 2023-12-26T16:46:46.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:46.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yduhdl 2023-12-26T16:46:46.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yduhdl 2023-12-26T16:46:46.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:46.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yduhdl 2023-12-26T16:46:46.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.yduhdl ... 2023-12-26T16:46:46.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:46.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:46.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:46.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:46.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:46.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:46:46.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:46:46.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:46:46.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:46:46.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:46:46.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yduhdl 2023-12-26T16:46:46.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:46.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yduhdl 2023-12-26T16:46:46.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yduhdl 2023-12-26T16:46:46.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:46.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yduhdl 2023-12-26T16:46:46.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.yduhdl ... 2023-12-26T16:46:46.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:46.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:46.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:46.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:46.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:46.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: cephadm 2023-12-26T16:46:45.623436+0000 mgr.smithi046.hnrily (mgr.14180) 322 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.yduhdl 2023-12-26T16:46:46.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: audit 2023-12-26T16:46:45.624029+0000 mon.smithi046 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.yduhdl"}]: dispatch 2023-12-26T16:46:46.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: cephadm 2023-12-26T16:46:45.625467+0000 mgr.smithi046.hnrily (mgr.14180) 323 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.yduhdl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yduhdl 2023-12-26T16:46:46.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:46.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yduhdl 2023-12-26T16:46:46.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yduhdl 2023-12-26T16:46:46.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:46.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yduhdl 2023-12-26T16:46:46.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.yduhdl ... 2023-12-26T16:46:46.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:46.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:46.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:46.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:46.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:46.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: cluster 2023-12-26T16:46:45.627539+0000 mgr.smithi046.hnrily (mgr.14180) 324 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:46:46.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:46 smithi046 bash[24815]: cephadm 2023-12-26T16:46:45.630034+0000 mgr.smithi046.hnrily (mgr.14180) 325 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.zdpclm on smithi046 2023-12-26T16:46:46.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: cephadm 2023-12-26T16:46:45.622900+0000 mgr.smithi046.hnrily (mgr.14180) 321 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yduhdl 2023-12-26T16:46:46.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:46.714 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yduhdl 2023-12-26T16:46:46.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yduhdl 2023-12-26T16:46:46.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:46.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yduhdl 2023-12-26T16:46:46.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.yduhdl ... 2023-12-26T16:46:46.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:46.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:46.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:46.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:46.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:46.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:46:46.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:46:46.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:46:46.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:46:46.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:46:46.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yduhdl 2023-12-26T16:46:46.715 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:46.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yduhdl 2023-12-26T16:46:46.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yduhdl 2023-12-26T16:46:46.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:46.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yduhdl 2023-12-26T16:46:46.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.yduhdl ... 2023-12-26T16:46:46.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:46.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:46.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:46.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:46.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:46.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: cephadm 2023-12-26T16:46:45.623436+0000 mgr.smithi046.hnrily (mgr.14180) 322 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.yduhdl 2023-12-26T16:46:46.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: audit 2023-12-26T16:46:45.624029+0000 mon.smithi046 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.yduhdl"}]: dispatch 2023-12-26T16:46:46.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: cephadm 2023-12-26T16:46:45.625467+0000 mgr.smithi046.hnrily (mgr.14180) 323 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.yduhdl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yduhdl 2023-12-26T16:46:46.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:46.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yduhdl 2023-12-26T16:46:46.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yduhdl 2023-12-26T16:46:46.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:46.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yduhdl 2023-12-26T16:46:46.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.yduhdl ... 2023-12-26T16:46:46.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:46.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:46.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:46.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:46.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:46.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: cluster 2023-12-26T16:46:45.627539+0000 mgr.smithi046.hnrily (mgr.14180) 324 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:46:46.717 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:46 smithi073 bash[29040]: cephadm 2023-12-26T16:46:45.630034+0000 mgr.smithi046.hnrily (mgr.14180) 325 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.zdpclm on smithi046 2023-12-26T16:46:47.014 INFO:tasks.cephadm:nfs.foo has 2/2 2023-12-26T16:46:47.015 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-26T16:46:47.026 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-12-26T16:46:47.027 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:46:47.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:47 smithi046 bash[24815]: audit 2023-12-26T16:46:46.178750+0000 mgr.smithi046.hnrily (mgr.14180) 326 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:46:47.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:47 smithi073 bash[29040]: audit 2023-12-26T16:46:46.178750+0000 mgr.smithi046.hnrily (mgr.14180) 326 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:46:48.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:48 smithi073 bash[29040]: cluster 2023-12-26T16:46:47.628174+0000 mgr.smithi046.hnrily (mgr.14180) 327 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:46:48.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:48 smithi046 bash[24815]: cluster 2023-12-26T16:46:47.628174+0000 mgr.smithi046.hnrily (mgr.14180) 327 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:46:50.371 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:46:50.371 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:46:41.605214Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:46:40.663995Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:46:41.605498Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:35.106001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.suamfu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:46:45.625251Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yduhdl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yduhdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yduhdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yduhdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yduhdl\nDeploy daemon haproxy.nfs.foo.smithi073.yduhdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:46:50.004639Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.zdpclm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-zdpclm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-zdpclm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.zdpclm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.zdpclm\nDeploy daemon haproxy.nfs.foo.smithi046.zdpclm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:46:50.007402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nyrmot on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:46:50.009208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bsnfnt on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:46:40.664871Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:46:40.664181Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:46:40.664288Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:46:40.664967Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:46:40.664387Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:46:40.664484Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:46:41.605788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:46:50.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:50 smithi046 bash[24815]: cluster 2023-12-26T16:46:49.628764+0000 mgr.smithi046.hnrily (mgr.14180) 328 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:46:50.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:50 smithi046 bash[24815]: audit 2023-12-26T16:46:50.003560+0000 mon.smithi046 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.zdpclm"}]: dispatch 2023-12-26T16:46:50.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:50 smithi046 bash[24815]: audit 2023-12-26T16:46:50.012961+0000 mon.smithi046 (mon.0) 715 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:46:50.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:50 smithi073 bash[29040]: cluster 2023-12-26T16:46:49.628764+0000 mgr.smithi046.hnrily (mgr.14180) 328 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:46:50.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:50 smithi073 bash[29040]: audit 2023-12-26T16:46:50.003560+0000 mon.smithi046 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.zdpclm"}]: dispatch 2023-12-26T16:46:50.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:50 smithi073 bash[29040]: audit 2023-12-26T16:46:50.012961+0000 mon.smithi046 (mon.0) 715 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:46:51.138 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:46:51.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: cephadm 2023-12-26T16:46:50.002433+0000 mgr.smithi046.hnrily (mgr.14180) 329 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-zdpclm 2023-12-26T16:46:51.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:51.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-zdpclm 2023-12-26T16:46:51.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.zdpclm 2023-12-26T16:46:51.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:51.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.zdpclm 2023-12-26T16:46:51.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.zdpclm ... 2023-12-26T16:46:51.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:51.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:51.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:51.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:51.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:51.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:46:51.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:46:51.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:46:51.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:46:51.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:46:51.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-zdpclm 2023-12-26T16:46:51.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:51.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-zdpclm 2023-12-26T16:46:51.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.zdpclm 2023-12-26T16:46:51.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:51.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.zdpclm 2023-12-26T16:46:51.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.zdpclm ... 2023-12-26T16:46:51.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:51.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:51.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:51.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:51.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:51.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: cephadm 2023-12-26T16:46:50.002795+0000 mgr.smithi046.hnrily (mgr.14180) 330 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.zdpclm 2023-12-26T16:46:51.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: cephadm 2023-12-26T16:46:50.004834+0000 mgr.smithi046.hnrily (mgr.14180) 331 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.zdpclm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-zdpclm 2023-12-26T16:46:51.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:51.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-zdpclm 2023-12-26T16:46:51.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.zdpclm 2023-12-26T16:46:51.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:46:51.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.zdpclm 2023-12-26T16:46:51.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.zdpclm ... 2023-12-26T16:46:51.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:51.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:51.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:51.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:51.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:51.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: cephadm 2023-12-26T16:46:50.007514+0000 mgr.smithi046.hnrily (mgr.14180) 332 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.nyrmot on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:46:51.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: cephadm 2023-12-26T16:46:50.009334+0000 mgr.smithi046.hnrily (mgr.14180) 333 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.bsnfnt on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:46:51.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: cluster 2023-12-26T16:46:50.010328+0000 mgr.smithi046.hnrily (mgr.14180) 334 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:46:51.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: audit 2023-12-26T16:46:50.384500+0000 mgr.smithi046.hnrily (mgr.14180) 335 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:46:51.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: cluster 2023-12-26T16:46:50.682258+0000 mon.smithi046 (mon.0) 716 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:46:51.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:51 smithi073 bash[29040]: audit 2023-12-26T16:46:50.739997+0000 mon.smithi046 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:52.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: cephadm 2023-12-26T16:46:50.002433+0000 mgr.smithi046.hnrily (mgr.14180) 329 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-zdpclm 2023-12-26T16:46:52.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:52.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-zdpclm 2023-12-26T16:46:52.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.zdpclm 2023-12-26T16:46:52.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:52.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.zdpclm 2023-12-26T16:46:52.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.zdpclm ... 2023-12-26T16:46:52.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:52.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:52.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:52.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:52.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:52.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:46:52.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:46:52.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:46:52.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:46:52.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:46:52.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-zdpclm 2023-12-26T16:46:52.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:52.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-zdpclm 2023-12-26T16:46:52.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.zdpclm 2023-12-26T16:46:52.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:52.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.zdpclm 2023-12-26T16:46:52.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.zdpclm ... 2023-12-26T16:46:52.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:52.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:52.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:52.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:52.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:52.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: cephadm 2023-12-26T16:46:50.002795+0000 mgr.smithi046.hnrily (mgr.14180) 330 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.zdpclm 2023-12-26T16:46:52.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: cephadm 2023-12-26T16:46:50.004834+0000 mgr.smithi046.hnrily (mgr.14180) 331 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.zdpclm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-zdpclm 2023-12-26T16:46:52.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:52.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-zdpclm 2023-12-26T16:46:52.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.zdpclm 2023-12-26T16:46:52.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:46:52.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.zdpclm 2023-12-26T16:46:52.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.zdpclm ... 2023-12-26T16:46:52.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:52.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:46:52.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:46:52.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:46:52.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:46:52.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: cephadm 2023-12-26T16:46:50.007514+0000 mgr.smithi046.hnrily (mgr.14180) 332 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.nyrmot on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:46:52.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: cephadm 2023-12-26T16:46:50.009334+0000 mgr.smithi046.hnrily (mgr.14180) 333 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.bsnfnt on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:46:52.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: cluster 2023-12-26T16:46:50.010328+0000 mgr.smithi046.hnrily (mgr.14180) 334 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:46:52.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: audit 2023-12-26T16:46:50.384500+0000 mgr.smithi046.hnrily (mgr.14180) 335 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:46:52.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: cluster 2023-12-26T16:46:50.682258+0000 mon.smithi046 (mon.0) 716 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:46:52.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:51 smithi046 bash[24815]: audit 2023-12-26T16:46:50.739997+0000 mon.smithi046 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:52.139 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:46:53.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:53 smithi046 bash[24815]: cluster 2023-12-26T16:46:52.011791+0000 mgr.smithi046.hnrily (mgr.14180) 336 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-12-26T16:46:53.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:53 smithi073 bash[29040]: cluster 2023-12-26T16:46:52.011791+0000 mgr.smithi046.hnrily (mgr.14180) 336 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-12-26T16:46:55.318 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:46:55.318 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:46:41.605214Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:46:40.663995Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:46:41.605498Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:35.106001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.suamfu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:46:45.625251Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yduhdl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yduhdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yduhdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yduhdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yduhdl\nDeploy daemon haproxy.nfs.foo.smithi073.yduhdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:46:50.004639Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.zdpclm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-zdpclm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-zdpclm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.zdpclm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.zdpclm\nDeploy daemon haproxy.nfs.foo.smithi046.zdpclm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:46:50.007402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nyrmot on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:46:50.009208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bsnfnt on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:46:40.664871Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:46:40.664181Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:46:40.664288Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:46:40.664967Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:46:40.664387Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:46:40.664484Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:46:41.605788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:46:55.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:55 smithi046 bash[24815]: cluster 2023-12-26T16:46:54.012380+0000 mgr.smithi046.hnrily (mgr.14180) 337 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-12-26T16:46:55.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:55 smithi046 bash[24815]: audit 2023-12-26T16:46:55.667959+0000 mon.smithi046 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:55.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:55 smithi073 bash[29040]: cluster 2023-12-26T16:46:54.012380+0000 mgr.smithi046.hnrily (mgr.14180) 337 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-12-26T16:46:55.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:55 smithi073 bash[29040]: audit 2023-12-26T16:46:55.667959+0000 mon.smithi046 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:56.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:46:56.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:56 smithi073 bash[29040]: audit 2023-12-26T16:46:55.335681+0000 mgr.smithi046.hnrily (mgr.14180) 338 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:46:56.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:56 smithi073 bash[29040]: audit 2023-12-26T16:46:56.033642+0000 mon.smithi046 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:56.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:56 smithi073 bash[29040]: audit 2023-12-26T16:46:56.035049+0000 mon.smithi046 (mon.0) 720 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:46:56.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:56 smithi073 bash[29040]: audit 2023-12-26T16:46:56.036314+0000 mon.smithi046 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:46:56.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:56 smithi073 bash[29040]: audit 2023-12-26T16:46:56.042599+0000 mon.smithi046 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:56.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:56 smithi073 bash[29040]: audit 2023-12-26T16:46:56.049209+0000 mon.smithi046 (mon.0) 723 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:46:56.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:56 smithi073 bash[29040]: audit 2023-12-26T16:46:56.062102+0000 mon.smithi046 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:57.044 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:46:57.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:56 smithi046 bash[24815]: audit 2023-12-26T16:46:55.335681+0000 mgr.smithi046.hnrily (mgr.14180) 338 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:46:57.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:56 smithi046 bash[24815]: audit 2023-12-26T16:46:56.033642+0000 mon.smithi046 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:57.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:56 smithi046 bash[24815]: audit 2023-12-26T16:46:56.035049+0000 mon.smithi046 (mon.0) 720 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:46:57.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:56 smithi046 bash[24815]: audit 2023-12-26T16:46:56.036314+0000 mon.smithi046 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:46:57.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:56 smithi046 bash[24815]: audit 2023-12-26T16:46:56.042599+0000 mon.smithi046 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:57.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:56 smithi046 bash[24815]: audit 2023-12-26T16:46:56.049209+0000 mon.smithi046 (mon.0) 723 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:46:57.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:56 smithi046 bash[24815]: audit 2023-12-26T16:46:56.062102+0000 mon.smithi046 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:46:57.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:57 smithi073 bash[29040]: cluster 2023-12-26T16:46:56.013732+0000 mgr.smithi046.hnrily (mgr.14180) 339 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-12-26T16:46:57.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:57 smithi073 bash[29040]: cluster 2023-12-26T16:46:56.043450+0000 mgr.smithi046.hnrily (mgr.14180) 340 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 243 B/s rd, 0 op/s 2023-12-26T16:46:57.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:57 smithi073 bash[29040]: cephadm 2023-12-26T16:46:56.067369+0000 mgr.smithi046.hnrily (mgr.14180) 341 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.wuvepk on smithi073 2023-12-26T16:46:57.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:57 smithi073 bash[29040]: cluster 2023-12-26T16:46:56.704582+0000 mon.smithi046 (mon.0) 725 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:46:57.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:57 smithi073 bash[29040]: cluster 2023-12-26T16:46:56.704639+0000 mon.smithi046 (mon.0) 726 : cluster [INF] Cluster is now healthy 2023-12-26T16:46:58.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:57 smithi046 bash[24815]: cluster 2023-12-26T16:46:56.013732+0000 mgr.smithi046.hnrily (mgr.14180) 339 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-12-26T16:46:58.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:57 smithi046 bash[24815]: cluster 2023-12-26T16:46:56.043450+0000 mgr.smithi046.hnrily (mgr.14180) 340 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 243 B/s rd, 0 op/s 2023-12-26T16:46:58.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:57 smithi046 bash[24815]: cephadm 2023-12-26T16:46:56.067369+0000 mgr.smithi046.hnrily (mgr.14180) 341 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.wuvepk on smithi073 2023-12-26T16:46:58.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:57 smithi046 bash[24815]: cluster 2023-12-26T16:46:56.704582+0000 mon.smithi046 (mon.0) 725 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:46:58.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:57 smithi046 bash[24815]: cluster 2023-12-26T16:46:56.704639+0000 mon.smithi046 (mon.0) 726 : cluster [INF] Cluster is now healthy 2023-12-26T16:46:59.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:46:59 smithi073 bash[29040]: cluster 2023-12-26T16:46:58.043930+0000 mgr.smithi046.hnrily (mgr.14180) 342 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 243 B/s rd, 0 op/s 2023-12-26T16:47:00.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:46:59 smithi046 bash[24815]: cluster 2023-12-26T16:46:58.043930+0000 mgr.smithi046.hnrily (mgr.14180) 342 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 243 B/s rd, 0 op/s 2023-12-26T16:47:00.143 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:47:00.143 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:46:56.024575Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:46:55.658606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:46:56.024787Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:35.106001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.suamfu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:46:45.625251Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yduhdl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yduhdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yduhdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yduhdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yduhdl\nDeploy daemon haproxy.nfs.foo.smithi073.yduhdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:46:50.004639Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.zdpclm on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-zdpclm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-zdpclm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.zdpclm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.zdpclm\nDeploy daemon haproxy.nfs.foo.smithi046.zdpclm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:46:50.007402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.nyrmot on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:46:50.009208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bsnfnt on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:46:55.660151Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:46:55.658889Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:46:55.659085Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:46:55.660301Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:46:55.659294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:46:55.659473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:46:56.024994Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:47:00.902 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:47:00.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:00 smithi073 bash[29040]: audit 2023-12-26T16:47:00.229179+0000 mon.smithi046 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.wuvepk"}]: dispatch 2023-12-26T16:47:01.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:00 smithi046 bash[24815]: audit 2023-12-26T16:47:00.229179+0000 mon.smithi046 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.wuvepk"}]: dispatch 2023-12-26T16:47:01.903 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:47:01.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: cluster 2023-12-26T16:47:00.044560+0000 mgr.smithi046.hnrily (mgr.14180) 343 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-12-26T16:47:01.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: audit 2023-12-26T16:47:00.156654+0000 mgr.smithi046.hnrily (mgr.14180) 344 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:01.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: cephadm 2023-12-26T16:47:00.228335+0000 mgr.smithi046.hnrily (mgr.14180) 345 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk 2023-12-26T16:47:01.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:47:01.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk 2023-12-26T16:47:01.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk 2023-12-26T16:47:01.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:47:01.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk 2023-12-26T16:47:01.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.wuvepk ... 2023-12-26T16:47:01.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:01.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:47:01.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:47:01.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:47:01.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:01.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:47:01.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:47:01.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:47:01.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:47:01.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:47:01.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk 2023-12-26T16:47:01.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:47:01.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk 2023-12-26T16:47:01.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk 2023-12-26T16:47:01.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:47:01.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk 2023-12-26T16:47:01.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.wuvepk ... 2023-12-26T16:47:01.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:01.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:47:01.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:47:01.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:47:01.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:01.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: cephadm 2023-12-26T16:47:00.228553+0000 mgr.smithi046.hnrily (mgr.14180) 346 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.wuvepk 2023-12-26T16:47:01.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: cephadm 2023-12-26T16:47:00.230544+0000 mgr.smithi046.hnrily (mgr.14180) 347 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.wuvepk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk 2023-12-26T16:47:01.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:47:01.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk 2023-12-26T16:47:01.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk 2023-12-26T16:47:01.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:47:01.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk 2023-12-26T16:47:01.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.wuvepk ... 2023-12-26T16:47:01.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:01.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:47:01.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:47:01.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:47:01.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:01.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:01 smithi073 bash[29040]: cephadm 2023-12-26T16:47:00.234906+0000 mgr.smithi046.hnrily (mgr.14180) 348 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.chqctg on smithi046 2023-12-26T16:47:02.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: cluster 2023-12-26T16:47:00.044560+0000 mgr.smithi046.hnrily (mgr.14180) 343 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-12-26T16:47:02.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: audit 2023-12-26T16:47:00.156654+0000 mgr.smithi046.hnrily (mgr.14180) 344 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:02.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: cephadm 2023-12-26T16:47:00.228335+0000 mgr.smithi046.hnrily (mgr.14180) 345 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk 2023-12-26T16:47:02.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:47:02.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk 2023-12-26T16:47:02.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk 2023-12-26T16:47:02.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:47:02.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk 2023-12-26T16:47:02.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.wuvepk ... 2023-12-26T16:47:02.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:02.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:47:02.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:47:02.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:47:02.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:02.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:47:02.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:47:02.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:47:02.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:47:02.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:47:02.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk 2023-12-26T16:47:02.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:47:02.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk 2023-12-26T16:47:02.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk 2023-12-26T16:47:02.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:47:02.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk 2023-12-26T16:47:02.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.wuvepk ... 2023-12-26T16:47:02.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:02.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:47:02.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:47:02.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:47:02.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:02.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: cephadm 2023-12-26T16:47:00.228553+0000 mgr.smithi046.hnrily (mgr.14180) 346 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.wuvepk 2023-12-26T16:47:02.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: cephadm 2023-12-26T16:47:00.230544+0000 mgr.smithi046.hnrily (mgr.14180) 347 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.wuvepk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk 2023-12-26T16:47:02.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:47:02.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk 2023-12-26T16:47:02.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk 2023-12-26T16:47:02.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:47:02.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk 2023-12-26T16:47:02.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.wuvepk ... 2023-12-26T16:47:02.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:02.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:47:02.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:47:02.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:47:02.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:02.075 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:01 smithi046 bash[24815]: cephadm 2023-12-26T16:47:00.234906+0000 mgr.smithi046.hnrily (mgr.14180) 348 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.chqctg on smithi046 2023-12-26T16:47:03.035 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:02 smithi046 bash[24815]: cluster 2023-12-26T16:47:02.045776+0000 mgr.smithi046.hnrily (mgr.14180) 349 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-12-26T16:47:03.213 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:02 smithi073 bash[29040]: cluster 2023-12-26T16:47:02.045776+0000 mgr.smithi046.hnrily (mgr.14180) 349 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-12-26T16:47:05.321 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:05 smithi046 bash[24815]: cluster 2023-12-26T16:47:04.046400+0000 mgr.smithi046.hnrily (mgr.14180) 350 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-12-26T16:47:05.321 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:05 smithi046 bash[24815]: audit 2023-12-26T16:47:04.831384+0000 mon.smithi046 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.chqctg"}]: dispatch 2023-12-26T16:47:05.463 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:05 smithi073 bash[29040]: cluster 2023-12-26T16:47:04.046400+0000 mgr.smithi046.hnrily (mgr.14180) 350 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-12-26T16:47:05.463 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:05 smithi073 bash[29040]: audit 2023-12-26T16:47:04.831384+0000 mon.smithi046 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.chqctg"}]: dispatch 2023-12-26T16:47:05.493 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:47:05.493 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:46:56.024575Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:46:55.658606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:46:56.024787Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:50.009208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bsnfnt on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:00.230428Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wuvepk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\nDeploy daemon haproxy.nfs.foo.smithi073.wuvepk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.832540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.chqctg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\nDeploy daemon haproxy.nfs.foo.smithi046.chqctg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.837463Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hezvyv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:46:55.660151Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:46:55.658889Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:46:55.659085Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:46:55.660301Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:46:55.659294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:46:55.659473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:46:56.024994Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:47:06.298 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:47:06.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: cephadm 2023-12-26T16:47:04.830165+0000 mgr.smithi046.hnrily (mgr.14180) 351 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg 2023-12-26T16:47:06.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:47:06.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg 2023-12-26T16:47:06.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg 2023-12-26T16:47:06.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:47:06.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg 2023-12-26T16:47:06.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.chqctg ... 2023-12-26T16:47:06.465 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:06.465 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:47:06.465 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:47:06.465 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:47:06.465 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:06.465 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:47:06.465 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:47:06.465 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:47:06.465 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:47:06.465 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:47:06.465 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg 2023-12-26T16:47:06.465 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:47:06.465 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg 2023-12-26T16:47:06.465 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg 2023-12-26T16:47:06.466 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:47:06.466 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg 2023-12-26T16:47:06.466 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.chqctg ... 2023-12-26T16:47:06.466 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:06.466 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:47:06.466 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:47:06.466 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:47:06.466 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:06.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: cephadm 2023-12-26T16:47:04.830715+0000 mgr.smithi046.hnrily (mgr.14180) 352 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.chqctg 2023-12-26T16:47:06.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: cephadm 2023-12-26T16:47:04.832825+0000 mgr.smithi046.hnrily (mgr.14180) 353 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.chqctg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg 2023-12-26T16:47:06.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:47:06.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg 2023-12-26T16:47:06.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg 2023-12-26T16:47:06.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:47:06.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg 2023-12-26T16:47:06.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.chqctg ... 2023-12-26T16:47:06.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:06.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:47:06.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:47:06.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:47:06.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:06.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: cephadm 2023-12-26T16:47:04.837688+0000 mgr.smithi046.hnrily (mgr.14180) 354 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.hezvyv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:47:06.468 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: cephadm 2023-12-26T16:47:04.840359+0000 mgr.smithi046.hnrily (mgr.14180) 355 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:47:06.468 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: cluster 2023-12-26T16:47:04.841104+0000 mgr.smithi046.hnrily (mgr.14180) 356 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2023-12-26T16:47:06.468 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: cluster 2023-12-26T16:47:05.100001+0000 mon.smithi046 (mon.0) 729 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:47:06.468 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: audit 2023-12-26T16:47:05.509371+0000 mgr.smithi046.hnrily (mgr.14180) 357 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:06.468 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:06 smithi073 bash[29040]: audit 2023-12-26T16:47:05.756568+0000 mon.smithi046 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:47:06.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: cephadm 2023-12-26T16:47:04.830165+0000 mgr.smithi046.hnrily (mgr.14180) 351 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg 2023-12-26T16:47:06.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:47:06.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg 2023-12-26T16:47:06.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg 2023-12-26T16:47:06.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:47:06.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg 2023-12-26T16:47:06.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.chqctg ... 2023-12-26T16:47:06.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:06.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:47:06.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:47:06.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:47:06.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:06.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:47:06.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:47:06.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:47:06.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:47:06.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:47:06.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg 2023-12-26T16:47:06.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:47:06.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg 2023-12-26T16:47:06.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg 2023-12-26T16:47:06.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:47:06.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg 2023-12-26T16:47:06.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.chqctg ... 2023-12-26T16:47:06.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:06.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:47:06.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:47:06.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:47:06.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:06.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: cephadm 2023-12-26T16:47:04.830715+0000 mgr.smithi046.hnrily (mgr.14180) 352 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.chqctg 2023-12-26T16:47:06.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: cephadm 2023-12-26T16:47:04.832825+0000 mgr.smithi046.hnrily (mgr.14180) 353 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.chqctg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg 2023-12-26T16:47:06.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:47:06.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg 2023-12-26T16:47:06.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg 2023-12-26T16:47:06.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:47:06.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg 2023-12-26T16:47:06.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.chqctg ... 2023-12-26T16:47:06.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:06.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:47:06.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:47:06.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:47:06.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:47:06.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: cephadm 2023-12-26T16:47:04.837688+0000 mgr.smithi046.hnrily (mgr.14180) 354 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.hezvyv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:47:06.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: cephadm 2023-12-26T16:47:04.840359+0000 mgr.smithi046.hnrily (mgr.14180) 355 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:47:06.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: cluster 2023-12-26T16:47:04.841104+0000 mgr.smithi046.hnrily (mgr.14180) 356 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2023-12-26T16:47:06.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: cluster 2023-12-26T16:47:05.100001+0000 mon.smithi046 (mon.0) 729 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:47:06.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: audit 2023-12-26T16:47:05.509371+0000 mgr.smithi046.hnrily (mgr.14180) 357 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:06.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:06 smithi046 bash[24815]: audit 2023-12-26T16:47:05.756568+0000 mon.smithi046 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:47:07.299 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:47:08.400 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:08 smithi046 bash[24815]: cluster 2023-12-26T16:47:06.841908+0000 mgr.smithi046.hnrily (mgr.14180) 358 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2023-12-26T16:47:08.463 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:08 smithi073 bash[29040]: cluster 2023-12-26T16:47:06.841908+0000 mgr.smithi046.hnrily (mgr.14180) 358 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2023-12-26T16:47:10.167 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:47:10.167 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:46:56.024575Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:46:55.658606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:46:56.024787Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:50.009208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bsnfnt on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:00.230428Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wuvepk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\nDeploy daemon haproxy.nfs.foo.smithi073.wuvepk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.832540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.chqctg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\nDeploy daemon haproxy.nfs.foo.smithi046.chqctg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.837463Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hezvyv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:46:55.660151Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:46:55.658889Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:46:55.659085Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:46:55.660301Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:46:55.659294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:46:55.659473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:46:56.024994Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:47:10.463 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:10 smithi073 bash[29040]: cluster 2023-12-26T16:47:08.842818+0000 mgr.smithi046.hnrily (mgr.14180) 359 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2023-12-26T16:47:10.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:10 smithi046 bash[24815]: cluster 2023-12-26T16:47:08.842818+0000 mgr.smithi046.hnrily (mgr.14180) 359 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2023-12-26T16:47:10.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:47:11.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:11 smithi073 bash[29040]: audit 2023-12-26T16:47:10.182693+0000 mgr.smithi046.hnrily (mgr.14180) 360 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:11.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:11 smithi046 bash[24815]: audit 2023-12-26T16:47:10.182693+0000 mgr.smithi046.hnrily (mgr.14180) 360 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:11.849 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:47:12.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:12 smithi073 bash[29040]: cluster 2023-12-26T16:47:10.844012+0000 mgr.smithi046.hnrily (mgr.14180) 361 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2023-12-26T16:47:12.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:12 smithi046 bash[24815]: cluster 2023-12-26T16:47:10.844012+0000 mgr.smithi046.hnrily (mgr.14180) 361 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2023-12-26T16:47:14.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:14 smithi046 bash[24815]: cluster 2023-12-26T16:47:12.845503+0000 mgr.smithi046.hnrily (mgr.14180) 362 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2023-12-26T16:47:14.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:14 smithi073 bash[29040]: cluster 2023-12-26T16:47:12.845503+0000 mgr.smithi046.hnrily (mgr.14180) 362 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2023-12-26T16:47:14.877 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:47:14.877 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:46:56.024575Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:46:55.658606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:46:56.024787Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:50.009208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bsnfnt on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:00.230428Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wuvepk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\nDeploy daemon haproxy.nfs.foo.smithi073.wuvepk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.832540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.chqctg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\nDeploy daemon haproxy.nfs.foo.smithi046.chqctg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.837463Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hezvyv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:46:55.660151Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:46:55.658889Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:46:55.659085Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:46:55.660301Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:46:55.659294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:46:55.659473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:46:56.024994Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:47:15.631 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:47:16.632 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:47:16.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:16 smithi073 bash[29040]: cluster 2023-12-26T16:47:14.846474+0000 mgr.smithi046.hnrily (mgr.14180) 363 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2023-12-26T16:47:16.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:16 smithi073 bash[29040]: audit 2023-12-26T16:47:14.893265+0000 mgr.smithi046.hnrily (mgr.14180) 364 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:16.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:16 smithi046 bash[24815]: cluster 2023-12-26T16:47:14.846474+0000 mgr.smithi046.hnrily (mgr.14180) 363 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2023-12-26T16:47:16.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:16 smithi046 bash[24815]: audit 2023-12-26T16:47:14.893265+0000 mgr.smithi046.hnrily (mgr.14180) 364 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:18.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:18 smithi073 bash[29040]: cluster 2023-12-26T16:47:16.848024+0000 mgr.smithi046.hnrily (mgr.14180) 365 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:18.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:18 smithi046 bash[24815]: cluster 2023-12-26T16:47:16.848024+0000 mgr.smithi046.hnrily (mgr.14180) 365 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:19.849 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:47:19.849 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:46:56.024575Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:46:55.658606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:46:56.024787Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:50.009208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bsnfnt on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:00.230428Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wuvepk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\nDeploy daemon haproxy.nfs.foo.smithi073.wuvepk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.832540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.chqctg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\nDeploy daemon haproxy.nfs.foo.smithi046.chqctg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.837463Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hezvyv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:46:55.660151Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:46:55.658889Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:46:55.659085Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:46:55.660301Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:46:55.659294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:46:55.659473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:46:56.024994Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:47:20.560 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:47:20.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:20 smithi073 bash[29040]: cluster 2023-12-26T16:47:18.848951+0000 mgr.smithi046.hnrily (mgr.14180) 366 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:20.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:20 smithi046 bash[24815]: cluster 2023-12-26T16:47:18.848951+0000 mgr.smithi046.hnrily (mgr.14180) 366 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:21.560 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:47:21.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:21 smithi073 bash[29040]: audit 2023-12-26T16:47:19.863046+0000 mgr.smithi046.hnrily (mgr.14180) 367 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:21.757 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:21 smithi046 bash[24815]: audit 2023-12-26T16:47:19.863046+0000 mgr.smithi046.hnrily (mgr.14180) 367 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:22.720 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:22 smithi046 bash[24815]: cluster 2023-12-26T16:47:20.850137+0000 mgr.smithi046.hnrily (mgr.14180) 368 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:22.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:22 smithi073 bash[29040]: cluster 2023-12-26T16:47:20.850137+0000 mgr.smithi046.hnrily (mgr.14180) 368 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:24.541 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:47:24.541 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:46:56.024575Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:46:55.658606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:46:56.024787Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:50.009208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bsnfnt on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:00.230428Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wuvepk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\nDeploy daemon haproxy.nfs.foo.smithi073.wuvepk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.832540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.chqctg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\nDeploy daemon haproxy.nfs.foo.smithi046.chqctg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.837463Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hezvyv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:46:55.660151Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:46:55.658889Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:46:55.659085Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:46:55.660301Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:46:55.659294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:46:55.659473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:46:56.024994Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:47:24.733 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:24 smithi046 bash[24815]: cluster 2023-12-26T16:47:22.851048+0000 mgr.smithi046.hnrily (mgr.14180) 369 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:47:24.791 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:24 smithi073 bash[29040]: cluster 2023-12-26T16:47:22.851048+0000 mgr.smithi046.hnrily (mgr.14180) 369 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:47:25.212 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:47:25.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:25 smithi046 bash[24815]: audit 2023-12-26T16:47:24.556266+0000 mgr.smithi046.hnrily (mgr.14180) 370 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:25.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:25 smithi073 bash[29040]: audit 2023-12-26T16:47:24.556266+0000 mgr.smithi046.hnrily (mgr.14180) 370 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:26.213 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:47:26.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:26 smithi046 bash[24815]: cluster 2023-12-26T16:47:24.851975+0000 mgr.smithi046.hnrily (mgr.14180) 371 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:26.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:26 smithi073 bash[29040]: cluster 2023-12-26T16:47:24.851975+0000 mgr.smithi046.hnrily (mgr.14180) 371 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:28.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:28 smithi046 bash[24815]: cluster 2023-12-26T16:47:26.853182+0000 mgr.smithi046.hnrily (mgr.14180) 372 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:28.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:28 smithi073 bash[29040]: cluster 2023-12-26T16:47:26.853182+0000 mgr.smithi046.hnrily (mgr.14180) 372 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:29.443 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:47:29.443 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:46:56.024575Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:46:55.658606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:46:56.024787Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:50.009208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bsnfnt on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:00.230428Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wuvepk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\nDeploy daemon haproxy.nfs.foo.smithi073.wuvepk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.832540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.chqctg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\nDeploy daemon haproxy.nfs.foo.smithi046.chqctg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.837463Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hezvyv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:46:55.660151Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:46:55.658889Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:46:55.659085Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:46:55.660301Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:46:55.659294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:46:55.659473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:46:56.024994Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:47:30.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:47:30.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:30 smithi046 bash[24815]: cluster 2023-12-26T16:47:28.854108+0000 mgr.smithi046.hnrily (mgr.14180) 373 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:30.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:30 smithi046 bash[24815]: audit 2023-12-26T16:47:29.458096+0000 mgr.smithi046.hnrily (mgr.14180) 374 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:30.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:30 smithi073 bash[29040]: cluster 2023-12-26T16:47:28.854108+0000 mgr.smithi046.hnrily (mgr.14180) 373 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:30.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:30 smithi073 bash[29040]: audit 2023-12-26T16:47:29.458096+0000 mgr.smithi046.hnrily (mgr.14180) 374 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:31.193 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:47:32.557 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:32 smithi046 bash[24815]: cluster 2023-12-26T16:47:30.855218+0000 mgr.smithi046.hnrily (mgr.14180) 375 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:32.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:32 smithi073 bash[29040]: cluster 2023-12-26T16:47:30.855218+0000 mgr.smithi046.hnrily (mgr.14180) 375 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:34.233 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:47:34.234 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:46:56.024575Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:46:55.658606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:46:56.024787Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:50.009208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bsnfnt on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:00.230428Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wuvepk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\nDeploy daemon haproxy.nfs.foo.smithi073.wuvepk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.832540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.chqctg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\nDeploy daemon haproxy.nfs.foo.smithi046.chqctg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.837463Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hezvyv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:46:55.660151Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:46:55.658889Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:46:55.659085Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:46:55.660301Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:46:55.659294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:46:55.659473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:46:56.024994Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:47:34.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:34 smithi046 bash[24815]: cluster 2023-12-26T16:47:32.856452+0000 mgr.smithi046.hnrily (mgr.14180) 376 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:47:34.791 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:34 smithi073 bash[29040]: cluster 2023-12-26T16:47:32.856452+0000 mgr.smithi046.hnrily (mgr.14180) 376 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:47:35.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:47:35.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:35 smithi046 bash[24815]: audit 2023-12-26T16:47:34.248806+0000 mgr.smithi046.hnrily (mgr.14180) 377 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:35.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:35 smithi073 bash[29040]: audit 2023-12-26T16:47:34.248806+0000 mgr.smithi046.hnrily (mgr.14180) 377 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:36.001 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:47:36.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:36 smithi046 bash[24815]: cluster 2023-12-26T16:47:34.857355+0000 mgr.smithi046.hnrily (mgr.14180) 378 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:36.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:36 smithi073 bash[29040]: cluster 2023-12-26T16:47:34.857355+0000 mgr.smithi046.hnrily (mgr.14180) 378 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:38.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:38 smithi046 bash[24815]: cluster 2023-12-26T16:47:36.858217+0000 mgr.smithi046.hnrily (mgr.14180) 379 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:38.944 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:47:38.944 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:46:56.024575Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:46:55.658606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:46:56.024787Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:50.009208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bsnfnt on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:00.230428Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wuvepk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\nDeploy daemon haproxy.nfs.foo.smithi073.wuvepk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.832540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.chqctg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\nDeploy daemon haproxy.nfs.foo.smithi046.chqctg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.837463Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hezvyv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:46:55.660151Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:46:55.658889Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:46:55.659085Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:46:55.660301Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:46:55.659294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:46:55.659473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:46:56.024994Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:47:38.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:38 smithi073 bash[29040]: cluster 2023-12-26T16:47:36.858217+0000 mgr.smithi046.hnrily (mgr.14180) 379 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:39.668 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:47:40.669 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:47:40.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:40 smithi046 bash[24815]: cluster 2023-12-26T16:47:38.859050+0000 mgr.smithi046.hnrily (mgr.14180) 380 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:40.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:40 smithi046 bash[24815]: audit 2023-12-26T16:47:38.959950+0000 mgr.smithi046.hnrily (mgr.14180) 381 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:40.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:40 smithi073 bash[29040]: cluster 2023-12-26T16:47:38.859050+0000 mgr.smithi046.hnrily (mgr.14180) 380 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:40.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:40 smithi073 bash[29040]: audit 2023-12-26T16:47:38.959950+0000 mgr.smithi046.hnrily (mgr.14180) 381 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:42.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:42 smithi046 bash[24815]: cluster 2023-12-26T16:47:40.860183+0000 mgr.smithi046.hnrily (mgr.14180) 382 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:42.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:42 smithi073 bash[29040]: cluster 2023-12-26T16:47:40.860183+0000 mgr.smithi046.hnrily (mgr.14180) 382 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:43.789 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:47:43.789 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:46:56.024575Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:46:55.658606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:46:56.024787Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:50.009208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bsnfnt on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:00.230428Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wuvepk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\nDeploy daemon haproxy.nfs.foo.smithi073.wuvepk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.832540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.chqctg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\nDeploy daemon haproxy.nfs.foo.smithi046.chqctg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.837463Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hezvyv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:46:55.660151Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:46:55.658889Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:46:55.659085Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:46:55.660301Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:46:55.659294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:46:55.659473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:46:56.024994Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:47:44.537 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:47:44.791 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:44 smithi073 bash[29040]: cluster 2023-12-26T16:47:42.861503+0000 mgr.smithi046.hnrily (mgr.14180) 383 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:47:44.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:44 smithi046 bash[24815]: cluster 2023-12-26T16:47:42.861503+0000 mgr.smithi046.hnrily (mgr.14180) 383 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:47:45.538 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:47:45.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:45 smithi046 bash[24815]: audit 2023-12-26T16:47:43.808466+0000 mgr.smithi046.hnrily (mgr.14180) 384 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:45.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:45 smithi073 bash[29040]: audit 2023-12-26T16:47:43.808466+0000 mgr.smithi046.hnrily (mgr.14180) 384 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:46.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:46 smithi046 bash[24815]: cluster 2023-12-26T16:47:44.862420+0000 mgr.smithi046.hnrily (mgr.14180) 385 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:46.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:46 smithi073 bash[29040]: cluster 2023-12-26T16:47:44.862420+0000 mgr.smithi046.hnrily (mgr.14180) 385 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:48.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:48 smithi046 bash[24815]: cluster 2023-12-26T16:47:46.863997+0000 mgr.smithi046.hnrily (mgr.14180) 386 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:48.723 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:47:48.723 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:46:56.024575Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:46:55.658606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:46:56.024787Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:50.009208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bsnfnt on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:00.230428Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wuvepk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\nDeploy daemon haproxy.nfs.foo.smithi073.wuvepk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.832540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.chqctg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\nDeploy daemon haproxy.nfs.foo.smithi046.chqctg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.837463Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hezvyv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:46:55.660151Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:46:55.658889Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:46:55.659085Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:46:55.660301Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:46:55.659294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:46:55.659473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:46:56.024994Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:47:48.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:48 smithi073 bash[29040]: cluster 2023-12-26T16:47:46.863997+0000 mgr.smithi046.hnrily (mgr.14180) 386 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:49.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:47:50.429 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:47:50.695 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:50 smithi046 bash[24815]: audit 2023-12-26T16:47:48.742981+0000 mgr.smithi046.hnrily (mgr.14180) 387 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:50.695 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:50 smithi046 bash[24815]: cluster 2023-12-26T16:47:48.864894+0000 mgr.smithi046.hnrily (mgr.14180) 388 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:50.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:50 smithi073 bash[29040]: audit 2023-12-26T16:47:48.742981+0000 mgr.smithi046.hnrily (mgr.14180) 387 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:50.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:50 smithi073 bash[29040]: cluster 2023-12-26T16:47:48.864894+0000 mgr.smithi046.hnrily (mgr.14180) 388 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:52.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:52 smithi046 bash[24815]: cluster 2023-12-26T16:47:50.866070+0000 mgr.smithi046.hnrily (mgr.14180) 389 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:52.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:52 smithi073 bash[29040]: cluster 2023-12-26T16:47:50.866070+0000 mgr.smithi046.hnrily (mgr.14180) 389 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:53.490 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:47:53.490 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:46:56.024575Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:46:55.658606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:46:56.024787Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:50.009208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bsnfnt on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:00.230428Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wuvepk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\nDeploy daemon haproxy.nfs.foo.smithi073.wuvepk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.832540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.chqctg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\nDeploy daemon haproxy.nfs.foo.smithi046.chqctg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.837463Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hezvyv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:46:55.660151Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:46:55.658889Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:46:55.659085Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:46:55.660301Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:46:55.659294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:46:55.659473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:46:56.024994Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:47:54.275 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:47:54.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:54 smithi046 bash[24815]: cluster 2023-12-26T16:47:52.867552+0000 mgr.smithi046.hnrily (mgr.14180) 390 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:47:54.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:54 smithi046 bash[24815]: audit 2023-12-26T16:47:53.505776+0000 mgr.smithi046.hnrily (mgr.14180) 391 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:54.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:54 smithi073 bash[29040]: cluster 2023-12-26T16:47:52.867552+0000 mgr.smithi046.hnrily (mgr.14180) 390 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:47:54.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:54 smithi073 bash[29040]: audit 2023-12-26T16:47:53.505776+0000 mgr.smithi046.hnrily (mgr.14180) 391 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:47:55.277 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:47:56.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:56 smithi046 bash[24815]: cluster 2023-12-26T16:47:54.868554+0000 mgr.smithi046.hnrily (mgr.14180) 392 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:56.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:56 smithi073 bash[29040]: cluster 2023-12-26T16:47:54.868554+0000 mgr.smithi046.hnrily (mgr.14180) 392 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:58.262 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:47:58.262 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:46:56.024575Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:46:55.658606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:46:56.024787Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:50.009208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bsnfnt on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:00.230428Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wuvepk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\nDeploy daemon haproxy.nfs.foo.smithi073.wuvepk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.832540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.chqctg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\nDeploy daemon haproxy.nfs.foo.smithi046.chqctg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.837463Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hezvyv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:46:55.660151Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:46:55.658889Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:46:55.659085Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:46:55.660301Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:46:55.659294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:46:55.659473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:46:56.024994Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:47:58.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:58 smithi046 bash[24815]: cluster 2023-12-26T16:47:56.870068+0000 mgr.smithi046.hnrily (mgr.14180) 393 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:58.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:58 smithi073 bash[29040]: cluster 2023-12-26T16:47:56.870068+0000 mgr.smithi046.hnrily (mgr.14180) 393 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:47:59.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:47:59.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:47:59 smithi073 bash[29040]: audit 2023-12-26T16:47:58.277153+0000 mgr.smithi046.hnrily (mgr.14180) 394 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:00.027 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:48:00.039 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:47:59 smithi046 bash[24815]: audit 2023-12-26T16:47:58.277153+0000 mgr.smithi046.hnrily (mgr.14180) 394 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:00.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:00 smithi073 bash[29040]: cluster 2023-12-26T16:47:58.870717+0000 mgr.smithi046.hnrily (mgr.14180) 395 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:01.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:00 smithi046 bash[24815]: cluster 2023-12-26T16:47:58.870717+0000 mgr.smithi046.hnrily (mgr.14180) 395 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:02.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:02 smithi073 bash[29040]: cluster 2023-12-26T16:48:00.871440+0000 mgr.smithi046.hnrily (mgr.14180) 396 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:03.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:02 smithi046 bash[24815]: cluster 2023-12-26T16:48:00.871440+0000 mgr.smithi046.hnrily (mgr.14180) 396 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:03.144 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:48:03.144 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:46:56.024575Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:46:55.658606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:46:56.024787Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:50.009208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bsnfnt on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:00.230428Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wuvepk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\nDeploy daemon haproxy.nfs.foo.smithi073.wuvepk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.832540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.chqctg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\nDeploy daemon haproxy.nfs.foo.smithi046.chqctg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.837463Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hezvyv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:46:55.660151Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:46:55.658889Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:46:55.659085Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:46:55.660301Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:46:55.659294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:46:55.659473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:46:56.024994Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:48:03.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:48:04.899 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:48:04.911 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:04 smithi046 bash[24815]: cluster 2023-12-26T16:48:02.872297+0000 mgr.smithi046.hnrily (mgr.14180) 397 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:48:04.911 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:04 smithi046 bash[24815]: audit 2023-12-26T16:48:03.158897+0000 mgr.smithi046.hnrily (mgr.14180) 398 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:04.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:04 smithi073 bash[29040]: cluster 2023-12-26T16:48:02.872297+0000 mgr.smithi046.hnrily (mgr.14180) 397 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:48:04.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:04 smithi073 bash[29040]: audit 2023-12-26T16:48:03.158897+0000 mgr.smithi046.hnrily (mgr.14180) 398 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:05.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:05 smithi073 bash[29040]: audit 2023-12-26T16:48:04.844689+0000 mon.smithi046 (mon.0) 731 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:48:05.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:05 smithi073 bash[29040]: audit 2023-12-26T16:48:05.128992+0000 mon.smithi046 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:48:05.979 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:05 smithi046 bash[24815]: audit 2023-12-26T16:48:04.844689+0000 mon.smithi046 (mon.0) 731 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:48:05.979 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:05 smithi046 bash[24815]: audit 2023-12-26T16:48:05.128992+0000 mon.smithi046 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:48:06.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:06 smithi073 bash[29040]: cluster 2023-12-26T16:48:04.873164+0000 mgr.smithi046.hnrily (mgr.14180) 399 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:07.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:06 smithi046 bash[24815]: cluster 2023-12-26T16:48:04.873164+0000 mgr.smithi046.hnrily (mgr.14180) 399 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:08.151 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:48:08.151 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:46:56.024575Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:46:55.658606Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:46:56.024787Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:50.009208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bsnfnt on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:00.230428Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wuvepk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\nDeploy daemon haproxy.nfs.foo.smithi073.wuvepk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.832540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.chqctg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\nDeploy daemon haproxy.nfs.foo.smithi046.chqctg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.837463Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hezvyv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:46:55.660151Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:46:55.658889Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:46:55.659085Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:46:55.660301Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:46:55.659294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:46:55.659473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:46:56.024994Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:48:08.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:48:08.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:08 smithi073 bash[29040]: cluster 2023-12-26T16:48:06.874259+0000 mgr.smithi046.hnrily (mgr.14180) 400 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:09.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:08 smithi046 bash[24815]: cluster 2023-12-26T16:48:06.874259+0000 mgr.smithi046.hnrily (mgr.14180) 400 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:09.824 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:48:09.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:09 smithi073 bash[29040]: audit 2023-12-26T16:48:08.163630+0000 mgr.smithi046.hnrily (mgr.14180) 401 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:10.026 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:09 smithi046 bash[24815]: audit 2023-12-26T16:48:08.163630+0000 mgr.smithi046.hnrily (mgr.14180) 401 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:10.892 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:10 smithi046 bash[24815]: cluster 2023-12-26T16:48:08.875183+0000 mgr.smithi046.hnrily (mgr.14180) 402 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:10.892 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:10 smithi046 bash[24815]: audit 2023-12-26T16:48:10.463551+0000 mon.smithi046 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:48:10.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:10 smithi073 bash[29040]: cluster 2023-12-26T16:48:08.875183+0000 mgr.smithi046.hnrily (mgr.14180) 402 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:10.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:10 smithi073 bash[29040]: audit 2023-12-26T16:48:10.463551+0000 mon.smithi046 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:48:12.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:12 smithi046 bash[24815]: cluster 2023-12-26T16:48:10.876128+0000 mgr.smithi046.hnrily (mgr.14180) 403 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:12.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:12 smithi046 bash[24815]: audit 2023-12-26T16:48:11.539991+0000 mon.smithi046 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:48:12.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:12 smithi046 bash[24815]: audit 2023-12-26T16:48:11.830218+0000 mon.smithi046 (mon.0) 735 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:48:12.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:12 smithi046 bash[24815]: audit 2023-12-26T16:48:11.831613+0000 mon.smithi046 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:48:12.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:12 smithi046 bash[24815]: audit 2023-12-26T16:48:11.837937+0000 mon.smithi046 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:48:12.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:12 smithi046 bash[24815]: audit 2023-12-26T16:48:11.842703+0000 mon.smithi046 (mon.0) 738 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:48:12.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:12 smithi046 bash[24815]: audit 2023-12-26T16:48:11.854908+0000 mon.smithi046 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:48:12.850 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:48:12.851 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:48:11.529938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:48:10.452046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:48:11.530229Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:46:50.009208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bsnfnt on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:00.230428Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wuvepk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\nDeploy daemon haproxy.nfs.foo.smithi073.wuvepk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.832540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.chqctg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\nDeploy daemon haproxy.nfs.foo.smithi046.chqctg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.837463Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hezvyv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:48:10.453478Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:48:10.452311Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:48:10.452484Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:48:10.453636Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:48:10.452646Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:48:10.452804Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:48:11.530517Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:48:12.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:12 smithi073 bash[29040]: cluster 2023-12-26T16:48:10.876128+0000 mgr.smithi046.hnrily (mgr.14180) 403 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:12.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:12 smithi073 bash[29040]: audit 2023-12-26T16:48:11.539991+0000 mon.smithi046 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:48:12.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:12 smithi073 bash[29040]: audit 2023-12-26T16:48:11.830218+0000 mon.smithi046 (mon.0) 735 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:48:12.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:12 smithi073 bash[29040]: audit 2023-12-26T16:48:11.831613+0000 mon.smithi046 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:48:12.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:12 smithi073 bash[29040]: audit 2023-12-26T16:48:11.837937+0000 mon.smithi046 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:48:12.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:12 smithi073 bash[29040]: audit 2023-12-26T16:48:11.842703+0000 mon.smithi046 (mon.0) 738 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:48:12.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:12 smithi073 bash[29040]: audit 2023-12-26T16:48:11.854908+0000 mon.smithi046 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:48:13.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:48:13.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:13 smithi046 bash[24815]: cluster 2023-12-26T16:48:11.838891+0000 mgr.smithi046.hnrily (mgr.14180) 404 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 373 B/s rd, 0 op/s 2023-12-26T16:48:13.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:13 smithi046 bash[24815]: cephadm 2023-12-26T16:48:11.858894+0000 mgr.smithi046.hnrily (mgr.14180) 405 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.qkrvma on smithi073 2023-12-26T16:48:13.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:13 smithi046 bash[24815]: cluster 2023-12-26T16:48:12.835838+0000 mon.smithi046 (mon.0) 740 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:48:13.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:13 smithi046 bash[24815]: cluster 2023-12-26T16:48:12.835897+0000 mon.smithi046 (mon.0) 741 : cluster [INF] Cluster is now healthy 2023-12-26T16:48:13.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:13 smithi073 bash[29040]: cluster 2023-12-26T16:48:11.838891+0000 mgr.smithi046.hnrily (mgr.14180) 404 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 373 B/s rd, 0 op/s 2023-12-26T16:48:13.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:13 smithi073 bash[29040]: cephadm 2023-12-26T16:48:11.858894+0000 mgr.smithi046.hnrily (mgr.14180) 405 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.qkrvma on smithi073 2023-12-26T16:48:13.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:13 smithi073 bash[29040]: cluster 2023-12-26T16:48:12.835838+0000 mon.smithi046 (mon.0) 740 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:48:13.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:13 smithi073 bash[29040]: cluster 2023-12-26T16:48:12.835897+0000 mon.smithi046 (mon.0) 741 : cluster [INF] Cluster is now healthy 2023-12-26T16:48:14.594 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:48:14.791 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:14 smithi073 bash[29040]: audit 2023-12-26T16:48:12.865184+0000 mgr.smithi046.hnrily (mgr.14180) 406 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:14.797 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:14 smithi046 bash[24815]: audit 2023-12-26T16:48:12.865184+0000 mgr.smithi046.hnrily (mgr.14180) 406 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:15.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:15 smithi073 bash[29040]: cluster 2023-12-26T16:48:13.839564+0000 mgr.smithi046.hnrily (mgr.14180) 407 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-12-26T16:48:15.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:15 smithi046 bash[24815]: cluster 2023-12-26T16:48:13.839564+0000 mgr.smithi046.hnrily (mgr.14180) 407 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-12-26T16:48:16.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:16 smithi046 bash[24815]: audit 2023-12-26T16:48:15.875337+0000 mon.smithi046 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.qkrvma"}]: dispatch 2023-12-26T16:48:16.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:16 smithi073 bash[29040]: audit 2023-12-26T16:48:15.875337+0000 mon.smithi046 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.qkrvma"}]: dispatch 2023-12-26T16:48:17.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: cluster 2023-12-26T16:48:15.840304+0000 mgr.smithi046.hnrily (mgr.14180) 408 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-12-26T16:48:17.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: cephadm 2023-12-26T16:48:15.874306+0000 mgr.smithi046.hnrily (mgr.14180) 409 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma 2023-12-26T16:48:17.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:48:17.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma 2023-12-26T16:48:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma 2023-12-26T16:48:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:48:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma 2023-12-26T16:48:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.qkrvma ... 2023-12-26T16:48:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:48:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:48:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:48:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:48:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:48:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:48:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:48:17.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:48:17.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma 2023-12-26T16:48:17.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:48:17.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma 2023-12-26T16:48:17.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma 2023-12-26T16:48:17.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:48:17.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma 2023-12-26T16:48:17.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.qkrvma ... 2023-12-26T16:48:17.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:17.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:48:17.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:48:17.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:48:17.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:17.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: cephadm 2023-12-26T16:48:15.874694+0000 mgr.smithi046.hnrily (mgr.14180) 410 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.qkrvma 2023-12-26T16:48:17.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: cephadm 2023-12-26T16:48:15.876850+0000 mgr.smithi046.hnrily (mgr.14180) 411 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.qkrvma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma 2023-12-26T16:48:17.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:48:17.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma 2023-12-26T16:48:17.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma 2023-12-26T16:48:17.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:48:17.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma 2023-12-26T16:48:17.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.qkrvma ... 2023-12-26T16:48:17.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:17.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:48:17.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:48:17.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:48:17.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:17.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:17 smithi046 bash[24815]: cephadm 2023-12-26T16:48:15.881386+0000 mgr.smithi046.hnrily (mgr.14180) 412 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.fvvckc on smithi046 2023-12-26T16:48:17.833 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:48:17.834 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:48:11.529938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:48:10.452046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:48:11.530229Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:47:00.230428Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wuvepk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wuvepk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wuvepk\nDeploy daemon haproxy.nfs.foo.smithi073.wuvepk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.832540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.chqctg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-chqctg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.chqctg\nDeploy daemon haproxy.nfs.foo.smithi046.chqctg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:47:04.837463Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hezvyv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:15.876561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qkrvma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\nDeploy daemon haproxy.nfs.foo.smithi073.qkrvma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:48:10.453478Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:48:10.452311Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:48:10.452484Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:48:10.453636Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:48:10.452646Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:48:10.452804Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:48:11.530517Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:48:17.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: cluster 2023-12-26T16:48:15.840304+0000 mgr.smithi046.hnrily (mgr.14180) 408 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-12-26T16:48:17.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: cephadm 2023-12-26T16:48:15.874306+0000 mgr.smithi046.hnrily (mgr.14180) 409 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma 2023-12-26T16:48:17.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:48:17.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma 2023-12-26T16:48:17.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma 2023-12-26T16:48:17.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:48:17.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma 2023-12-26T16:48:17.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.qkrvma ... 2023-12-26T16:48:17.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:17.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:48:17.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:48:17.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:48:17.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:17.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:48:17.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:48:17.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:48:17.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:48:17.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:48:17.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma 2023-12-26T16:48:17.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:48:17.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma 2023-12-26T16:48:17.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma 2023-12-26T16:48:17.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:48:17.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma 2023-12-26T16:48:17.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.qkrvma ... 2023-12-26T16:48:17.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:17.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:48:17.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:48:17.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:48:17.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:17.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: cephadm 2023-12-26T16:48:15.874694+0000 mgr.smithi046.hnrily (mgr.14180) 410 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.qkrvma 2023-12-26T16:48:17.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: cephadm 2023-12-26T16:48:15.876850+0000 mgr.smithi046.hnrily (mgr.14180) 411 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.qkrvma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma 2023-12-26T16:48:17.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:48:17.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma 2023-12-26T16:48:17.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma 2023-12-26T16:48:17.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:48:17.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma 2023-12-26T16:48:17.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.qkrvma ... 2023-12-26T16:48:17.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:17.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:48:17.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:48:17.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:48:17.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:17.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:17 smithi073 bash[29040]: cephadm 2023-12-26T16:48:15.881386+0000 mgr.smithi046.hnrily (mgr.14180) 412 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.fvvckc on smithi046 2023-12-26T16:48:18.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:48:19.620 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:48:19.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:19 smithi046 bash[24815]: cluster 2023-12-26T16:48:17.841295+0000 mgr.smithi046.hnrily (mgr.14180) 413 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-12-26T16:48:19.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:19 smithi046 bash[24815]: audit 2023-12-26T16:48:17.853524+0000 mgr.smithi046.hnrily (mgr.14180) 414 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:19.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:19 smithi073 bash[29040]: cluster 2023-12-26T16:48:17.841295+0000 mgr.smithi046.hnrily (mgr.14180) 413 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-12-26T16:48:19.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:19 smithi073 bash[29040]: audit 2023-12-26T16:48:17.853524+0000 mgr.smithi046.hnrily (mgr.14180) 414 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:21.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: cluster 2023-12-26T16:48:19.841887+0000 mgr.smithi046.hnrily (mgr.14180) 415 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-12-26T16:48:21.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: cephadm 2023-12-26T16:48:20.725736+0000 mgr.smithi046.hnrily (mgr.14180) 416 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc 2023-12-26T16:48:21.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:48:21.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc 2023-12-26T16:48:21.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc 2023-12-26T16:48:21.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:48:21.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc 2023-12-26T16:48:21.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.fvvckc ... 2023-12-26T16:48:21.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:21.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:48:21.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:48:21.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:48:21.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:21.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:48:21.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:48:21.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:48:21.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:48:21.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:48:21.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc 2023-12-26T16:48:21.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:48:21.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc 2023-12-26T16:48:21.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc 2023-12-26T16:48:21.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:48:21.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc 2023-12-26T16:48:21.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.fvvckc ... 2023-12-26T16:48:21.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:21.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:48:21.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:48:21.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:48:21.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:21.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: cephadm 2023-12-26T16:48:20.726174+0000 mgr.smithi046.hnrily (mgr.14180) 417 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.fvvckc 2023-12-26T16:48:21.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: audit 2023-12-26T16:48:20.726846+0000 mon.smithi046 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.fvvckc"}]: dispatch 2023-12-26T16:48:21.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: cephadm 2023-12-26T16:48:20.728434+0000 mgr.smithi046.hnrily (mgr.14180) 418 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.fvvckc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc 2023-12-26T16:48:21.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:48:21.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc 2023-12-26T16:48:21.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc 2023-12-26T16:48:21.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:48:21.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc 2023-12-26T16:48:21.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.fvvckc ... 2023-12-26T16:48:21.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:21.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:48:21.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:48:21.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:48:21.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:21.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: cephadm 2023-12-26T16:48:20.732695+0000 mgr.smithi046.hnrily (mgr.14180) 419 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.imrrfq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:48:21.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: cephadm 2023-12-26T16:48:20.736209+0000 mgr.smithi046.hnrily (mgr.14180) 420 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:48:21.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: cluster 2023-12-26T16:48:20.737644+0000 mgr.smithi046.hnrily (mgr.14180) 421 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 207 B/s rd, 0 op/s 2023-12-26T16:48:21.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:21 smithi046 bash[24815]: audit 2023-12-26T16:48:20.809169+0000 mon.smithi046 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:48:21.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: cluster 2023-12-26T16:48:19.841887+0000 mgr.smithi046.hnrily (mgr.14180) 415 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-12-26T16:48:21.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: cephadm 2023-12-26T16:48:20.725736+0000 mgr.smithi046.hnrily (mgr.14180) 416 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc 2023-12-26T16:48:21.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:48:21.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc 2023-12-26T16:48:21.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc 2023-12-26T16:48:21.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:48:21.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc 2023-12-26T16:48:21.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.fvvckc ... 2023-12-26T16:48:21.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:21.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:48:21.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:48:21.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:48:21.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:21.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:48:21.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:48:21.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:48:21.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:48:21.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:48:21.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc 2023-12-26T16:48:21.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:48:21.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc 2023-12-26T16:48:21.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc 2023-12-26T16:48:21.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:48:21.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc 2023-12-26T16:48:21.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.fvvckc ... 2023-12-26T16:48:21.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:21.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:48:21.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:48:21.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:48:21.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:21.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: cephadm 2023-12-26T16:48:20.726174+0000 mgr.smithi046.hnrily (mgr.14180) 417 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.fvvckc 2023-12-26T16:48:21.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: audit 2023-12-26T16:48:20.726846+0000 mon.smithi046 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.fvvckc"}]: dispatch 2023-12-26T16:48:21.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: cephadm 2023-12-26T16:48:20.728434+0000 mgr.smithi046.hnrily (mgr.14180) 418 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.fvvckc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc 2023-12-26T16:48:21.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:48:21.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc 2023-12-26T16:48:21.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc 2023-12-26T16:48:21.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:48:21.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc 2023-12-26T16:48:21.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.fvvckc ... 2023-12-26T16:48:21.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:21.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:48:21.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:48:21.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:48:21.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:48:21.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: cephadm 2023-12-26T16:48:20.732695+0000 mgr.smithi046.hnrily (mgr.14180) 419 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.imrrfq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:48:21.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: cephadm 2023-12-26T16:48:20.736209+0000 mgr.smithi046.hnrily (mgr.14180) 420 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:48:21.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: cluster 2023-12-26T16:48:20.737644+0000 mgr.smithi046.hnrily (mgr.14180) 421 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 207 B/s rd, 0 op/s 2023-12-26T16:48:21.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:21 smithi073 bash[29040]: audit 2023-12-26T16:48:20.809169+0000 mon.smithi046 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:48:22.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:22 smithi046 bash[24815]: cluster 2023-12-26T16:48:21.574191+0000 mon.smithi046 (mon.0) 745 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:48:22.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:22 smithi073 bash[29040]: cluster 2023-12-26T16:48:21.574191+0000 mon.smithi046 (mon.0) 745 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:48:23.186 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:48:23.187 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:48:11.529938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:48:10.452046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:48:11.530229Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:15.876561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qkrvma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\nDeploy daemon haproxy.nfs.foo.smithi073.qkrvma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.728191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fvvckc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\nDeploy daemon haproxy.nfs.foo.smithi046.fvvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.732480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.imrrfq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:48:10.453478Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:48:10.452311Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:48:10.452484Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:48:10.453636Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:48:10.452646Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:48:10.452804Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:48:11.530517Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:48:23.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:23 smithi046 bash[24815]: cluster 2023-12-26T16:48:22.739064+0000 mgr.smithi046.hnrily (mgr.14180) 422 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2023-12-26T16:48:23.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:48:23.962 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:23 smithi073 bash[29040]: cluster 2023-12-26T16:48:22.739064+0000 mgr.smithi046.hnrily (mgr.14180) 422 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2023-12-26T16:48:24.906 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:48:24.919 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:24 smithi046 bash[24815]: audit 2023-12-26T16:48:23.201489+0000 mgr.smithi046.hnrily (mgr.14180) 423 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:24.962 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:24 smithi073 bash[29040]: audit 2023-12-26T16:48:23.201489+0000 mgr.smithi046.hnrily (mgr.14180) 423 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:25.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:25 smithi073 bash[29040]: cluster 2023-12-26T16:48:24.739993+0000 mgr.smithi046.hnrily (mgr.14180) 424 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2023-12-26T16:48:25.983 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:25 smithi046 bash[24815]: cluster 2023-12-26T16:48:24.739993+0000 mgr.smithi046.hnrily (mgr.14180) 424 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2023-12-26T16:48:27.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:26 smithi046 bash[24815]: cluster 2023-12-26T16:48:26.741449+0000 mgr.smithi046.hnrily (mgr.14180) 425 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2023-12-26T16:48:27.213 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:26 smithi073 bash[29040]: cluster 2023-12-26T16:48:26.741449+0000 mgr.smithi046.hnrily (mgr.14180) 425 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2023-12-26T16:48:28.111 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:48:28.111 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:48:11.529938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:48:10.452046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:48:11.530229Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:15.876561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qkrvma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\nDeploy daemon haproxy.nfs.foo.smithi073.qkrvma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.728191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fvvckc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\nDeploy daemon haproxy.nfs.foo.smithi046.fvvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.732480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.imrrfq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:48:10.453478Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:48:10.452311Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:48:10.452484Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:48:10.453636Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:48:10.452646Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:48:10.452804Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:48:11.530517Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:48:28.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:48:29.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:28 smithi046 bash[24815]: audit 2023-12-26T16:48:28.125228+0000 mgr.smithi046.hnrily (mgr.14180) 426 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:29.072 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:28 smithi046 bash[24815]: cluster 2023-12-26T16:48:28.742461+0000 mgr.smithi046.hnrily (mgr.14180) 427 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2023-12-26T16:48:29.213 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:28 smithi073 bash[29040]: audit 2023-12-26T16:48:28.125228+0000 mgr.smithi046.hnrily (mgr.14180) 426 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:29.213 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:28 smithi073 bash[29040]: cluster 2023-12-26T16:48:28.742461+0000 mgr.smithi046.hnrily (mgr.14180) 427 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2023-12-26T16:48:29.919 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:48:32.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:32 smithi073 bash[29040]: cluster 2023-12-26T16:48:30.743161+0000 mgr.smithi046.hnrily (mgr.14180) 428 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2023-12-26T16:48:32.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:32 smithi046 bash[24815]: cluster 2023-12-26T16:48:30.743161+0000 mgr.smithi046.hnrily (mgr.14180) 428 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2023-12-26T16:48:33.050 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:48:33.050 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:48:11.529938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:48:10.452046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:48:11.530229Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:15.876561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qkrvma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\nDeploy daemon haproxy.nfs.foo.smithi073.qkrvma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.728191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fvvckc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\nDeploy daemon haproxy.nfs.foo.smithi046.fvvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.732480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.imrrfq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:48:10.453478Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:48:10.452311Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:48:10.452484Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:48:10.453636Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:48:10.452646Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:48:10.452804Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:48:11.530517Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:48:33.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:48:34.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:34 smithi046 bash[24815]: cluster 2023-12-26T16:48:32.744512+0000 mgr.smithi046.hnrily (mgr.14180) 429 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:48:34.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:34 smithi046 bash[24815]: audit 2023-12-26T16:48:33.061498+0000 mgr.smithi046.hnrily (mgr.14180) 430 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:34.712 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:34 smithi073 bash[29040]: cluster 2023-12-26T16:48:32.744512+0000 mgr.smithi046.hnrily (mgr.14180) 429 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:48:34.713 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:34 smithi073 bash[29040]: audit 2023-12-26T16:48:33.061498+0000 mgr.smithi046.hnrily (mgr.14180) 430 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:34.778 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:48:36.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:36 smithi046 bash[24815]: cluster 2023-12-26T16:48:34.745362+0000 mgr.smithi046.hnrily (mgr.14180) 431 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:36.962 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:36 smithi073 bash[29040]: cluster 2023-12-26T16:48:34.745362+0000 mgr.smithi046.hnrily (mgr.14180) 431 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:37.880 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:48:37.880 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:48:11.529938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:48:10.452046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:48:11.530229Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:15.876561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qkrvma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\nDeploy daemon haproxy.nfs.foo.smithi073.qkrvma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.728191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fvvckc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\nDeploy daemon haproxy.nfs.foo.smithi046.fvvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.732480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.imrrfq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:48:10.453478Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:48:10.452311Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:48:10.452484Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:48:10.453636Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:48:10.452646Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:48:10.452804Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:48:11.530517Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:48:38.577 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:48:38.821 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:38 smithi046 bash[24815]: cluster 2023-12-26T16:48:36.746808+0000 mgr.smithi046.hnrily (mgr.14180) 432 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:38.962 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:38 smithi073 bash[29040]: cluster 2023-12-26T16:48:36.746808+0000 mgr.smithi046.hnrily (mgr.14180) 432 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:39.578 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:48:39.786 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:39 smithi046 bash[24815]: audit 2023-12-26T16:48:37.894370+0000 mgr.smithi046.hnrily (mgr.14180) 433 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:39.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:39 smithi073 bash[29040]: audit 2023-12-26T16:48:37.894370+0000 mgr.smithi046.hnrily (mgr.14180) 433 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:40.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:40 smithi046 bash[24815]: cluster 2023-12-26T16:48:38.747836+0000 mgr.smithi046.hnrily (mgr.14180) 434 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:40.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:40 smithi073 bash[29040]: cluster 2023-12-26T16:48:38.747836+0000 mgr.smithi046.hnrily (mgr.14180) 434 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:42.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:42 smithi046 bash[24815]: cluster 2023-12-26T16:48:40.748803+0000 mgr.smithi046.hnrily (mgr.14180) 435 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:42.700 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:48:42.700 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:48:11.529938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:48:10.452046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:48:11.530229Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:15.876561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qkrvma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\nDeploy daemon haproxy.nfs.foo.smithi073.qkrvma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.728191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fvvckc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\nDeploy daemon haproxy.nfs.foo.smithi046.fvvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.732480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.imrrfq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:48:10.453478Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:48:10.452311Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:48:10.452484Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:48:10.453636Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:48:10.452646Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:48:10.452804Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:48:11.530517Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:48:42.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:42 smithi073 bash[29040]: cluster 2023-12-26T16:48:40.748803+0000 mgr.smithi046.hnrily (mgr.14180) 435 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:43.452 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:48:43.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:43 smithi046 bash[24815]: audit 2023-12-26T16:48:42.715086+0000 mgr.smithi046.hnrily (mgr.14180) 436 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:43.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:43 smithi073 bash[29040]: audit 2023-12-26T16:48:42.715086+0000 mgr.smithi046.hnrily (mgr.14180) 436 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:44.453 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:48:44.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:44 smithi046 bash[24815]: cluster 2023-12-26T16:48:42.749596+0000 mgr.smithi046.hnrily (mgr.14180) 437 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:48:44.793 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:44 smithi073 bash[29040]: cluster 2023-12-26T16:48:42.749596+0000 mgr.smithi046.hnrily (mgr.14180) 437 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:48:46.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:46 smithi046 bash[24815]: cluster 2023-12-26T16:48:44.750125+0000 mgr.smithi046.hnrily (mgr.14180) 438 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:46.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:46 smithi073 bash[29040]: cluster 2023-12-26T16:48:44.750125+0000 mgr.smithi046.hnrily (mgr.14180) 438 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:47.465 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:48:47.466 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:48:11.529938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:48:10.452046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:48:11.530229Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:15.876561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qkrvma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\nDeploy daemon haproxy.nfs.foo.smithi073.qkrvma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.728191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fvvckc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\nDeploy daemon haproxy.nfs.foo.smithi046.fvvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.732480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.imrrfq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:48:10.453478Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:48:10.452311Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:48:10.452484Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:48:10.453636Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:48:10.452646Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:48:10.452804Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:48:11.530517Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:48:48.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:48:48.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:48 smithi046 bash[24815]: cluster 2023-12-26T16:48:46.751576+0000 mgr.smithi046.hnrily (mgr.14180) 439 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:48.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:48 smithi046 bash[24815]: audit 2023-12-26T16:48:47.480063+0000 mgr.smithi046.hnrily (mgr.14180) 440 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:48.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:48 smithi073 bash[29040]: cluster 2023-12-26T16:48:46.751576+0000 mgr.smithi046.hnrily (mgr.14180) 439 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:48.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:48 smithi073 bash[29040]: audit 2023-12-26T16:48:47.480063+0000 mgr.smithi046.hnrily (mgr.14180) 440 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:49.196 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:48:50.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:50 smithi046 bash[24815]: cluster 2023-12-26T16:48:48.752517+0000 mgr.smithi046.hnrily (mgr.14180) 441 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:50.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:50 smithi073 bash[29040]: cluster 2023-12-26T16:48:48.752517+0000 mgr.smithi046.hnrily (mgr.14180) 441 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:52.261 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:48:52.261 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:48:11.529938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:48:10.452046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:48:11.530229Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:15.876561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qkrvma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\nDeploy daemon haproxy.nfs.foo.smithi073.qkrvma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.728191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fvvckc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\nDeploy daemon haproxy.nfs.foo.smithi046.fvvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.732480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.imrrfq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:48:10.453478Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:48:10.452311Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:48:10.452484Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:48:10.453636Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:48:10.452646Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:48:10.452804Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:48:11.530517Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:48:52.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:52 smithi046 bash[24815]: cluster 2023-12-26T16:48:50.753294+0000 mgr.smithi046.hnrily (mgr.14180) 442 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:52.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:52 smithi073 bash[29040]: cluster 2023-12-26T16:48:50.753294+0000 mgr.smithi046.hnrily (mgr.14180) 442 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:53.008 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:48:53.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:53 smithi046 bash[24815]: audit 2023-12-26T16:48:52.276664+0000 mgr.smithi046.hnrily (mgr.14180) 443 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:53.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:53 smithi073 bash[29040]: audit 2023-12-26T16:48:52.276664+0000 mgr.smithi046.hnrily (mgr.14180) 443 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:54.009 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:48:54.793 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:54 smithi073 bash[29040]: cluster 2023-12-26T16:48:52.754698+0000 mgr.smithi046.hnrily (mgr.14180) 444 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:48:54.822 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:54 smithi046 bash[24815]: cluster 2023-12-26T16:48:52.754698+0000 mgr.smithi046.hnrily (mgr.14180) 444 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:48:56.794 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:56 smithi046 bash[24815]: cluster 2023-12-26T16:48:54.755440+0000 mgr.smithi046.hnrily (mgr.14180) 445 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:56.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:56 smithi073 bash[29040]: cluster 2023-12-26T16:48:54.755440+0000 mgr.smithi046.hnrily (mgr.14180) 445 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:57.181 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:48:57.181 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:48:11.529938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:48:10.452046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:48:11.530229Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:15.876561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qkrvma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\nDeploy daemon haproxy.nfs.foo.smithi073.qkrvma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.728191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fvvckc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\nDeploy daemon haproxy.nfs.foo.smithi046.fvvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.732480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.imrrfq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:48:10.453478Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:48:10.452311Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:48:10.452484Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:48:10.453636Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:48:10.452646Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:48:10.452804Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:48:11.530517Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:48:57.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:48:58.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:58 smithi046 bash[24815]: cluster 2023-12-26T16:48:56.756946+0000 mgr.smithi046.hnrily (mgr.14180) 446 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:58.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:48:58 smithi046 bash[24815]: audit 2023-12-26T16:48:57.193364+0000 mgr.smithi046.hnrily (mgr.14180) 447 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:48:58.922 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:48:58.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:58 smithi073 bash[29040]: cluster 2023-12-26T16:48:56.756946+0000 mgr.smithi046.hnrily (mgr.14180) 446 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:48:58.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:48:58 smithi073 bash[29040]: audit 2023-12-26T16:48:57.193364+0000 mgr.smithi046.hnrily (mgr.14180) 447 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:00.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:00 smithi046 bash[24815]: cluster 2023-12-26T16:48:58.758049+0000 mgr.smithi046.hnrily (mgr.14180) 448 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:00.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:00 smithi073 bash[29040]: cluster 2023-12-26T16:48:58.758049+0000 mgr.smithi046.hnrily (mgr.14180) 448 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:01.932 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:49:01.932 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:48:11.529938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:48:10.452046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:48:11.530229Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:15.876561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qkrvma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\nDeploy daemon haproxy.nfs.foo.smithi073.qkrvma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.728191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fvvckc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\nDeploy daemon haproxy.nfs.foo.smithi046.fvvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.732480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.imrrfq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:48:10.453478Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:48:10.452311Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:48:10.452484Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:48:10.453636Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:48:10.452646Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:48:10.452804Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:48:11.530517Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:49:02.613 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:49:02.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:02 smithi046 bash[24815]: cluster 2023-12-26T16:49:00.759132+0000 mgr.smithi046.hnrily (mgr.14180) 449 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:02.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:02 smithi073 bash[29040]: cluster 2023-12-26T16:49:00.759132+0000 mgr.smithi046.hnrily (mgr.14180) 449 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:03.614 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:49:03.815 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:03 smithi046 bash[24815]: audit 2023-12-26T16:49:01.947688+0000 mgr.smithi046.hnrily (mgr.14180) 450 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:03.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:03 smithi073 bash[29040]: audit 2023-12-26T16:49:01.947688+0000 mgr.smithi046.hnrily (mgr.14180) 450 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:04.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:04 smithi046 bash[24815]: cluster 2023-12-26T16:49:02.760615+0000 mgr.smithi046.hnrily (mgr.14180) 451 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:49:04.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:04 smithi073 bash[29040]: cluster 2023-12-26T16:49:02.760615+0000 mgr.smithi046.hnrily (mgr.14180) 451 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:49:06.522 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:49:06.522 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:48:11.529938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:48:10.452046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:48:11.530229Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:15.876561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qkrvma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\nDeploy daemon haproxy.nfs.foo.smithi073.qkrvma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.728191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fvvckc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\nDeploy daemon haproxy.nfs.foo.smithi046.fvvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.732480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.imrrfq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:48:10.453478Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:48:10.452311Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:48:10.452484Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:48:10.453636Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:48:10.452646Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:48:10.452804Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:48:11.530517Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:49:06.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:06 smithi046 bash[24815]: cluster 2023-12-26T16:49:04.761168+0000 mgr.smithi046.hnrily (mgr.14180) 452 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:06.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:06 smithi073 bash[29040]: cluster 2023-12-26T16:49:04.761168+0000 mgr.smithi046.hnrily (mgr.14180) 452 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:07.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:49:07.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:07 smithi073 bash[29040]: audit 2023-12-26T16:49:06.534386+0000 mgr.smithi046.hnrily (mgr.14180) 453 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:08.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:07 smithi046 bash[24815]: audit 2023-12-26T16:49:06.534386+0000 mgr.smithi046.hnrily (mgr.14180) 453 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:08.274 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:49:08.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:08 smithi073 bash[29040]: cluster 2023-12-26T16:49:06.761903+0000 mgr.smithi046.hnrily (mgr.14180) 454 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:09.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:08 smithi046 bash[24815]: cluster 2023-12-26T16:49:06.761903+0000 mgr.smithi046.hnrily (mgr.14180) 454 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:10.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:10 smithi073 bash[29040]: cluster 2023-12-26T16:49:08.762479+0000 mgr.smithi046.hnrily (mgr.14180) 455 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:11.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:10 smithi046 bash[24815]: cluster 2023-12-26T16:49:08.762479+0000 mgr.smithi046.hnrily (mgr.14180) 455 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:11.154 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:49:11.154 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:48:11.529938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:48:10.452046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:48:11.530229Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:15.876561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qkrvma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\nDeploy daemon haproxy.nfs.foo.smithi073.qkrvma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.728191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fvvckc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\nDeploy daemon haproxy.nfs.foo.smithi046.fvvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.732480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.imrrfq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:48:10.453478Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:48:10.452311Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:48:10.452484Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:48:10.453636Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:48:10.452646Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:48:10.452804Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:48:11.530517Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:49:11.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:49:12.883 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:49:12.895 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:12 smithi046 bash[24815]: cluster 2023-12-26T16:49:10.763224+0000 mgr.smithi046.hnrily (mgr.14180) 456 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:12.895 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:12 smithi046 bash[24815]: audit 2023-12-26T16:49:11.166413+0000 mgr.smithi046.hnrily (mgr.14180) 457 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:12.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:12 smithi073 bash[29040]: cluster 2023-12-26T16:49:10.763224+0000 mgr.smithi046.hnrily (mgr.14180) 456 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:12.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:12 smithi073 bash[29040]: audit 2023-12-26T16:49:11.166413+0000 mgr.smithi046.hnrily (mgr.14180) 457 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:14.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:14 smithi073 bash[29040]: cluster 2023-12-26T16:49:12.764623+0000 mgr.smithi046.hnrily (mgr.14180) 458 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:49:15.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:14 smithi046 bash[24815]: cluster 2023-12-26T16:49:12.764623+0000 mgr.smithi046.hnrily (mgr.14180) 458 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:49:16.114 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:49:16.114 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:48:11.529938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:48:10.452046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:48:11.530229Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:15.876561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qkrvma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\nDeploy daemon haproxy.nfs.foo.smithi073.qkrvma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.728191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fvvckc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\nDeploy daemon haproxy.nfs.foo.smithi046.fvvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.732480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.imrrfq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:48:10.453478Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:48:10.452311Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:48:10.452484Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:48:10.453636Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:48:10.452646Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:48:10.452804Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:48:11.530517Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:49:16.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:49:16.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:16 smithi073 bash[29040]: cluster 2023-12-26T16:49:14.765544+0000 mgr.smithi046.hnrily (mgr.14180) 459 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:17.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:16 smithi046 bash[24815]: cluster 2023-12-26T16:49:14.765544+0000 mgr.smithi046.hnrily (mgr.14180) 459 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:17.783 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:49:17.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:17 smithi073 bash[29040]: audit 2023-12-26T16:49:16.124178+0000 mgr.smithi046.hnrily (mgr.14180) 460 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:18.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:17 smithi046 bash[24815]: audit 2023-12-26T16:49:16.124178+0000 mgr.smithi046.hnrily (mgr.14180) 460 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:18.939 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:18 smithi046 bash[24815]: cluster 2023-12-26T16:49:16.767025+0000 mgr.smithi046.hnrily (mgr.14180) 461 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:18.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:18 smithi073 bash[29040]: cluster 2023-12-26T16:49:16.767025+0000 mgr.smithi046.hnrily (mgr.14180) 461 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:20.804 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:49:20.804 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:48:11.529938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:48:10.452046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:48:11.530229Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:15.876561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qkrvma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\nDeploy daemon haproxy.nfs.foo.smithi073.qkrvma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.728191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fvvckc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\nDeploy daemon haproxy.nfs.foo.smithi046.fvvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.732480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.imrrfq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:48:10.453478Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:48:10.452311Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:48:10.452484Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:48:10.453636Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:48:10.452646Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:48:10.452804Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:48:11.530517Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:49:20.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:20 smithi046 bash[24815]: cluster 2023-12-26T16:49:18.767834+0000 mgr.smithi046.hnrily (mgr.14180) 462 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:20.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:20 smithi073 bash[29040]: cluster 2023-12-26T16:49:18.767834+0000 mgr.smithi046.hnrily (mgr.14180) 462 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:21.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:49:21.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:21 smithi046 bash[24815]: audit 2023-12-26T16:49:20.742338+0000 mon.smithi046 (mon.0) 746 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:49:21.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:21 smithi073 bash[29040]: audit 2023-12-26T16:49:20.742338+0000 mon.smithi046 (mon.0) 746 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:49:22.574 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:49:22.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:22 smithi073 bash[29040]: cluster 2023-12-26T16:49:20.768919+0000 mgr.smithi046.hnrily (mgr.14180) 463 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:22.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:22 smithi073 bash[29040]: audit 2023-12-26T16:49:20.817386+0000 mgr.smithi046.hnrily (mgr.14180) 464 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:23.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:22 smithi046 bash[24815]: cluster 2023-12-26T16:49:20.768919+0000 mgr.smithi046.hnrily (mgr.14180) 463 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:23.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:22 smithi046 bash[24815]: audit 2023-12-26T16:49:20.817386+0000 mgr.smithi046.hnrily (mgr.14180) 464 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:24.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:24 smithi073 bash[29040]: cluster 2023-12-26T16:49:22.770335+0000 mgr.smithi046.hnrily (mgr.14180) 465 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:49:25.074 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:24 smithi046 bash[24815]: cluster 2023-12-26T16:49:22.770335+0000 mgr.smithi046.hnrily (mgr.14180) 465 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:49:25.820 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:49:25.820 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:48:11.529938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:48:10.452046Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:48:11.530229Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:15.876561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qkrvma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\nDeploy daemon haproxy.nfs.foo.smithi073.qkrvma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.728191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fvvckc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\nDeploy daemon haproxy.nfs.foo.smithi046.fvvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.732480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.imrrfq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:48:10.453478Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:48:10.452311Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:48:10.452484Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:48:10.453636Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:48:10.452646Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:48:10.452804Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:48:11.530517Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:49:26.521 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:49:26.824 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:26 smithi046 bash[24815]: cluster 2023-12-26T16:49:24.771338+0000 mgr.smithi046.hnrily (mgr.14180) 466 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:26.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:26 smithi046 bash[24815]: audit 2023-12-26T16:49:26.359096+0000 mon.smithi046 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:49:26.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:26 smithi073 bash[29040]: cluster 2023-12-26T16:49:24.771338+0000 mgr.smithi046.hnrily (mgr.14180) 466 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:26.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:26 smithi073 bash[29040]: audit 2023-12-26T16:49:26.359096+0000 mon.smithi046 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:49:27.522 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:49:27.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:27 smithi046 bash[24815]: audit 2023-12-26T16:49:25.834850+0000 mgr.smithi046.hnrily (mgr.14180) 467 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:27.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:27 smithi046 bash[24815]: audit 2023-12-26T16:49:26.757898+0000 mon.smithi046 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:49:27.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:27 smithi046 bash[24815]: audit 2023-12-26T16:49:27.043791+0000 mon.smithi046 (mon.0) 749 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:49:27.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:27 smithi046 bash[24815]: audit 2023-12-26T16:49:27.046348+0000 mon.smithi046 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:49:27.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:27 smithi046 bash[24815]: audit 2023-12-26T16:49:27.055688+0000 mon.smithi046 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:49:27.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:27 smithi046 bash[24815]: audit 2023-12-26T16:49:27.061880+0000 mon.smithi046 (mon.0) 752 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:49:27.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:27 smithi046 bash[24815]: audit 2023-12-26T16:49:27.075055+0000 mon.smithi046 (mon.0) 753 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:49:28.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:27 smithi073 bash[29040]: audit 2023-12-26T16:49:25.834850+0000 mgr.smithi046.hnrily (mgr.14180) 467 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:28.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:27 smithi073 bash[29040]: audit 2023-12-26T16:49:26.757898+0000 mon.smithi046 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:49:28.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:27 smithi073 bash[29040]: audit 2023-12-26T16:49:27.043791+0000 mon.smithi046 (mon.0) 749 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:49:28.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:27 smithi073 bash[29040]: audit 2023-12-26T16:49:27.046348+0000 mon.smithi046 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:49:28.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:27 smithi073 bash[29040]: audit 2023-12-26T16:49:27.055688+0000 mon.smithi046 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:49:28.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:27 smithi073 bash[29040]: audit 2023-12-26T16:49:27.061880+0000 mon.smithi046 (mon.0) 752 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:49:28.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:27 smithi073 bash[29040]: audit 2023-12-26T16:49:27.075055+0000 mon.smithi046 (mon.0) 753 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:49:28.994 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:28 smithi046 bash[24815]: cluster 2023-12-26T16:49:26.772623+0000 mgr.smithi046.hnrily (mgr.14180) 468 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:28.994 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:28 smithi046 bash[24815]: cluster 2023-12-26T16:49:27.056502+0000 mgr.smithi046.hnrily (mgr.14180) 469 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:49:28.994 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:28 smithi046 bash[24815]: cephadm 2023-12-26T16:49:27.078603+0000 mgr.smithi046.hnrily (mgr.14180) 470 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.bllwko on smithi073 2023-12-26T16:49:28.994 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:28 smithi046 bash[24815]: cluster 2023-12-26T16:49:27.753618+0000 mon.smithi046 (mon.0) 754 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:49:28.994 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:28 smithi046 bash[24815]: cluster 2023-12-26T16:49:27.753670+0000 mon.smithi046 (mon.0) 755 : cluster [INF] Cluster is now healthy 2023-12-26T16:49:29.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:28 smithi073 bash[29040]: cluster 2023-12-26T16:49:26.772623+0000 mgr.smithi046.hnrily (mgr.14180) 468 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:29.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:28 smithi073 bash[29040]: cluster 2023-12-26T16:49:27.056502+0000 mgr.smithi046.hnrily (mgr.14180) 469 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:49:29.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:28 smithi073 bash[29040]: cephadm 2023-12-26T16:49:27.078603+0000 mgr.smithi046.hnrily (mgr.14180) 470 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.bllwko on smithi073 2023-12-26T16:49:29.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:28 smithi073 bash[29040]: cluster 2023-12-26T16:49:27.753618+0000 mon.smithi046 (mon.0) 754 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:49:29.216 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:28 smithi073 bash[29040]: cluster 2023-12-26T16:49:27.753670+0000 mon.smithi046 (mon.0) 755 : cluster [INF] Cluster is now healthy 2023-12-26T16:49:29.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:29 smithi046 bash[24815]: cluster 2023-12-26T16:49:29.057014+0000 mgr.smithi046.hnrily (mgr.14180) 471 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:49:30.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:29 smithi073 bash[29040]: cluster 2023-12-26T16:49:29.057014+0000 mgr.smithi046.hnrily (mgr.14180) 471 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:49:30.666 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:49:30.667 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:47:04.840247Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjkusw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:15.876561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.qkrvma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-qkrvma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.qkrvma\nDeploy daemon haproxy.nfs.foo.smithi073.qkrvma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.728191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fvvckc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fvvckc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fvvckc\nDeploy daemon haproxy.nfs.foo.smithi046.fvvckc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:48:20.732480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.imrrfq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:49:31.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:49:31.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:31 smithi046 bash[24815]: audit 2023-12-26T16:49:30.675630+0000 mgr.smithi046.hnrily (mgr.14180) 472 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:31.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:31 smithi046 bash[24815]: audit 2023-12-26T16:49:30.963975+0000 mon.smithi046 (mon.0) 756 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.bllwko"}]: dispatch 2023-12-26T16:49:31.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:31 smithi073 bash[29040]: audit 2023-12-26T16:49:30.675630+0000 mgr.smithi046.hnrily (mgr.14180) 472 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:31.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:31 smithi073 bash[29040]: audit 2023-12-26T16:49:30.963975+0000 mon.smithi046 (mon.0) 756 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.bllwko"}]: dispatch 2023-12-26T16:49:32.373 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:49:32.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: cephadm 2023-12-26T16:49:30.962818+0000 mgr.smithi046.hnrily (mgr.14180) 473 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko 2023-12-26T16:49:32.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:49:32.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko 2023-12-26T16:49:32.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko 2023-12-26T16:49:32.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:49:32.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko 2023-12-26T16:49:32.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.bllwko ... 2023-12-26T16:49:32.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:32.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:49:32.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:49:32.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:49:32.827 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:32.827 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:49:32.827 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:49:32.827 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:49:32.827 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:49:32.827 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:49:32.827 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko 2023-12-26T16:49:32.827 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:49:32.827 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko 2023-12-26T16:49:32.827 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko 2023-12-26T16:49:32.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:49:32.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko 2023-12-26T16:49:32.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.bllwko ... 2023-12-26T16:49:32.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:32.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:49:32.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:49:32.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:49:32.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:32.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: cephadm 2023-12-26T16:49:30.963444+0000 mgr.smithi046.hnrily (mgr.14180) 474 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.bllwko 2023-12-26T16:49:32.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: cephadm 2023-12-26T16:49:30.965147+0000 mgr.smithi046.hnrily (mgr.14180) 475 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.bllwko on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko 2023-12-26T16:49:32.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:49:32.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko 2023-12-26T16:49:32.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko 2023-12-26T16:49:32.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:49:32.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko 2023-12-26T16:49:32.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.bllwko ... 2023-12-26T16:49:32.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:32.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:49:32.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:49:32.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:49:32.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:32.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: cephadm 2023-12-26T16:49:30.970345+0000 mgr.smithi046.hnrily (mgr.14180) 476 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.vuthgg on smithi046 2023-12-26T16:49:32.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:32 smithi046 bash[24815]: cluster 2023-12-26T16:49:31.057580+0000 mgr.smithi046.hnrily (mgr.14180) 477 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 398 B/s rd, 0 op/s 2023-12-26T16:49:32.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: cephadm 2023-12-26T16:49:30.962818+0000 mgr.smithi046.hnrily (mgr.14180) 473 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko 2023-12-26T16:49:32.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:49:32.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko 2023-12-26T16:49:32.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko 2023-12-26T16:49:32.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:49:32.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko 2023-12-26T16:49:32.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.bllwko ... 2023-12-26T16:49:32.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:32.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:49:32.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:49:32.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:49:32.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:32.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:49:32.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:49:32.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:49:32.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:49:32.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:49:32.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko 2023-12-26T16:49:32.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:49:32.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko 2023-12-26T16:49:32.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko 2023-12-26T16:49:32.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:49:32.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko 2023-12-26T16:49:32.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.bllwko ... 2023-12-26T16:49:32.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:32.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:49:32.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:49:32.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:49:32.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:32.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: cephadm 2023-12-26T16:49:30.963444+0000 mgr.smithi046.hnrily (mgr.14180) 474 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.bllwko 2023-12-26T16:49:32.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: cephadm 2023-12-26T16:49:30.965147+0000 mgr.smithi046.hnrily (mgr.14180) 475 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.bllwko on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko 2023-12-26T16:49:32.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:49:32.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko 2023-12-26T16:49:32.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko 2023-12-26T16:49:32.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:49:32.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko 2023-12-26T16:49:32.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.bllwko ... 2023-12-26T16:49:32.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:32.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:49:32.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:49:32.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:49:32.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:32.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: cephadm 2023-12-26T16:49:30.970345+0000 mgr.smithi046.hnrily (mgr.14180) 476 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.vuthgg on smithi046 2023-12-26T16:49:32.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:32 smithi073 bash[29040]: cluster 2023-12-26T16:49:31.057580+0000 mgr.smithi046.hnrily (mgr.14180) 477 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 398 B/s rd, 0 op/s 2023-12-26T16:49:34.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:34 smithi046 bash[24815]: cluster 2023-12-26T16:49:33.058253+0000 mgr.smithi046.hnrily (mgr.14180) 478 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:49:34.794 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:34 smithi073 bash[29040]: cluster 2023-12-26T16:49:33.058253+0000 mgr.smithi046.hnrily (mgr.14180) 478 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:49:35.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:35 smithi046 bash[24815]: audit 2023-12-26T16:49:35.344700+0000 mon.smithi046 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.vuthgg"}]: dispatch 2023-12-26T16:49:35.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:35 smithi073 bash[29040]: audit 2023-12-26T16:49:35.344700+0000 mon.smithi046 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.vuthgg"}]: dispatch 2023-12-26T16:49:35.991 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:49:35.991 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:30.964850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bllwko on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\nDeploy daemon haproxy.nfs.foo.smithi073.bllwko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.345825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vuthgg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\nDeploy daemon haproxy.nfs.foo.smithi046.vuthgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.349258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cwafft on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:49:36.774 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: cluster 2023-12-26T16:49:35.058968+0000 mgr.smithi046.hnrily (mgr.14180) 479 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:49:36.774 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: cephadm 2023-12-26T16:49:35.343557+0000 mgr.smithi046.hnrily (mgr.14180) 480 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg 2023-12-26T16:49:36.774 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:49:36.774 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg 2023-12-26T16:49:36.774 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg 2023-12-26T16:49:36.774 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:49:36.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg 2023-12-26T16:49:36.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.vuthgg ... 2023-12-26T16:49:36.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:36.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:49:36.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:49:36.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:49:36.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:36.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:49:36.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:49:36.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:49:36.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:49:36.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:49:36.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg 2023-12-26T16:49:36.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:49:36.775 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg 2023-12-26T16:49:36.776 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg 2023-12-26T16:49:36.776 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:49:36.776 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg 2023-12-26T16:49:36.776 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.vuthgg ... 2023-12-26T16:49:36.777 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:49:36.777 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:36.777 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:49:36.777 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:49:36.777 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:49:36.777 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:36.777 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: cephadm 2023-12-26T16:49:35.344106+0000 mgr.smithi046.hnrily (mgr.14180) 481 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.vuthgg 2023-12-26T16:49:36.777 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: cephadm 2023-12-26T16:49:35.346034+0000 mgr.smithi046.hnrily (mgr.14180) 482 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.vuthgg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg 2023-12-26T16:49:36.778 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:49:36.778 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg 2023-12-26T16:49:36.778 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg 2023-12-26T16:49:36.778 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:49:36.778 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg 2023-12-26T16:49:36.778 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.vuthgg ... 2023-12-26T16:49:36.778 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:36.778 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:49:36.778 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:49:36.778 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:49:36.778 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:36.778 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: cephadm 2023-12-26T16:49:35.349447+0000 mgr.smithi046.hnrily (mgr.14180) 483 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.cwafft on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:49:36.778 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: cephadm 2023-12-26T16:49:35.351734+0000 mgr.smithi046.hnrily (mgr.14180) 484 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:49:36.778 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: cluster 2023-12-26T16:49:35.352755+0000 mgr.smithi046.hnrily (mgr.14180) 485 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 238 B/s rd, 0 op/s 2023-12-26T16:49:36.778 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: cluster 2023-12-26T16:49:35.505701+0000 mon.smithi046 (mon.0) 758 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:49:36.778 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:36 smithi046 bash[24815]: audit 2023-12-26T16:49:35.861539+0000 mon.smithi046 (mon.0) 759 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:49:36.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: cluster 2023-12-26T16:49:35.058968+0000 mgr.smithi046.hnrily (mgr.14180) 479 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:49:36.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: cephadm 2023-12-26T16:49:35.343557+0000 mgr.smithi046.hnrily (mgr.14180) 480 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg 2023-12-26T16:49:36.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:49:36.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg 2023-12-26T16:49:36.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg 2023-12-26T16:49:36.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:49:36.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg 2023-12-26T16:49:36.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.vuthgg ... 2023-12-26T16:49:36.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:36.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:49:36.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:49:36.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:49:36.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:36.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:49:36.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:49:36.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:49:36.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:49:36.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:49:36.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg 2023-12-26T16:49:36.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:49:36.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg 2023-12-26T16:49:36.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg 2023-12-26T16:49:36.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:49:36.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg 2023-12-26T16:49:36.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.vuthgg ... 2023-12-26T16:49:36.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:36.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:49:36.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:49:36.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:49:36.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:36.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: cephadm 2023-12-26T16:49:35.344106+0000 mgr.smithi046.hnrily (mgr.14180) 481 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.vuthgg 2023-12-26T16:49:36.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: cephadm 2023-12-26T16:49:35.346034+0000 mgr.smithi046.hnrily (mgr.14180) 482 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.vuthgg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg 2023-12-26T16:49:36.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:49:36.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg 2023-12-26T16:49:36.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg 2023-12-26T16:49:36.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:49:36.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg 2023-12-26T16:49:36.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.vuthgg ... 2023-12-26T16:49:36.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:36.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:49:36.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:49:36.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:49:36.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:49:36.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: cephadm 2023-12-26T16:49:35.349447+0000 mgr.smithi046.hnrily (mgr.14180) 483 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.cwafft on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:49:36.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: cephadm 2023-12-26T16:49:35.351734+0000 mgr.smithi046.hnrily (mgr.14180) 484 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:49:36.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: cluster 2023-12-26T16:49:35.352755+0000 mgr.smithi046.hnrily (mgr.14180) 485 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 238 B/s rd, 0 op/s 2023-12-26T16:49:36.971 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: cluster 2023-12-26T16:49:35.505701+0000 mon.smithi046 (mon.0) 758 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:49:36.971 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:36 smithi073 bash[29040]: audit 2023-12-26T16:49:35.861539+0000 mon.smithi046 (mon.0) 759 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:49:37.778 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:49:37.790 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:37 smithi046 bash[24815]: audit 2023-12-26T16:49:36.004195+0000 mgr.smithi046.hnrily (mgr.14180) 486 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:37.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:37 smithi073 bash[29040]: audit 2023-12-26T16:49:36.004195+0000 mgr.smithi046.hnrily (mgr.14180) 486 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:38.770 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:38 smithi046 bash[24815]: cluster 2023-12-26T16:49:37.354225+0000 mgr.smithi046.hnrily (mgr.14180) 487 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:49:38.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:38 smithi073 bash[29040]: cluster 2023-12-26T16:49:37.354225+0000 mgr.smithi046.hnrily (mgr.14180) 487 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:49:40.772 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:49:40.772 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:30.964850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bllwko on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\nDeploy daemon haproxy.nfs.foo.smithi073.bllwko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.345825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vuthgg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\nDeploy daemon haproxy.nfs.foo.smithi046.vuthgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.349258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cwafft on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:49:40.805 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:40 smithi046 bash[24815]: cluster 2023-12-26T16:49:39.355131+0000 mgr.smithi046.hnrily (mgr.14180) 488 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:49:40.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:40 smithi073 bash[29040]: cluster 2023-12-26T16:49:39.355131+0000 mgr.smithi046.hnrily (mgr.14180) 488 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:49:41.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:49:42.492 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:49:42.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:42 smithi046 bash[24815]: audit 2023-12-26T16:49:40.783246+0000 mgr.smithi046.hnrily (mgr.14180) 489 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:42.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:42 smithi046 bash[24815]: cluster 2023-12-26T16:49:41.356205+0000 mgr.smithi046.hnrily (mgr.14180) 490 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:49:42.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:42 smithi073 bash[29040]: audit 2023-12-26T16:49:40.783246+0000 mgr.smithi046.hnrily (mgr.14180) 489 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:42.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:42 smithi073 bash[29040]: cluster 2023-12-26T16:49:41.356205+0000 mgr.smithi046.hnrily (mgr.14180) 490 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:49:44.575 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:44 smithi046 bash[24815]: cluster 2023-12-26T16:49:43.357207+0000 mgr.smithi046.hnrily (mgr.14180) 491 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:49:44.796 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:44 smithi073 bash[29040]: cluster 2023-12-26T16:49:43.357207+0000 mgr.smithi046.hnrily (mgr.14180) 491 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:49:45.634 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:49:45.635 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:30.964850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bllwko on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\nDeploy daemon haproxy.nfs.foo.smithi073.bllwko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.345825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vuthgg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\nDeploy daemon haproxy.nfs.foo.smithi046.vuthgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.349258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cwafft on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:49:46.406 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:49:46.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:46 smithi046 bash[24815]: cluster 2023-12-26T16:49:45.358201+0000 mgr.smithi046.hnrily (mgr.14180) 492 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:49:46.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:46 smithi046 bash[24815]: audit 2023-12-26T16:49:45.649229+0000 mgr.smithi046.hnrily (mgr.14180) 493 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:46.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:46 smithi073 bash[29040]: cluster 2023-12-26T16:49:45.358201+0000 mgr.smithi046.hnrily (mgr.14180) 492 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:49:46.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:46 smithi073 bash[29040]: audit 2023-12-26T16:49:45.649229+0000 mgr.smithi046.hnrily (mgr.14180) 493 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:47.406 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:49:48.702 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:48 smithi046 bash[24815]: cluster 2023-12-26T16:49:47.359708+0000 mgr.smithi046.hnrily (mgr.14180) 494 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:48.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:48 smithi073 bash[29040]: cluster 2023-12-26T16:49:47.359708+0000 mgr.smithi046.hnrily (mgr.14180) 494 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:50.375 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:49:50.375 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:30.964850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bllwko on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\nDeploy daemon haproxy.nfs.foo.smithi073.bllwko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.345825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vuthgg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\nDeploy daemon haproxy.nfs.foo.smithi046.vuthgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.349258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cwafft on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:49:50.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:50 smithi046 bash[24815]: cluster 2023-12-26T16:49:49.360642+0000 mgr.smithi046.hnrily (mgr.14180) 495 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:50.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:50 smithi073 bash[29040]: cluster 2023-12-26T16:49:49.360642+0000 mgr.smithi046.hnrily (mgr.14180) 495 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:51.084 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:49:51.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:51 smithi046 bash[24815]: audit 2023-12-26T16:49:50.385626+0000 mgr.smithi046.hnrily (mgr.14180) 496 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:51.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:51 smithi073 bash[29040]: audit 2023-12-26T16:49:50.385626+0000 mgr.smithi046.hnrily (mgr.14180) 496 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:52.085 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:49:52.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:52 smithi046 bash[24815]: cluster 2023-12-26T16:49:51.362151+0000 mgr.smithi046.hnrily (mgr.14180) 497 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:49:52.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:52 smithi073 bash[29040]: cluster 2023-12-26T16:49:51.362151+0000 mgr.smithi046.hnrily (mgr.14180) 497 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:49:54.826 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:54 smithi046 bash[24815]: cluster 2023-12-26T16:49:53.363153+0000 mgr.smithi046.hnrily (mgr.14180) 498 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:54.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:54 smithi073 bash[29040]: cluster 2023-12-26T16:49:53.363153+0000 mgr.smithi046.hnrily (mgr.14180) 498 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:55.216 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:49:55.217 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:30.964850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bllwko on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\nDeploy daemon haproxy.nfs.foo.smithi073.bllwko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.345825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vuthgg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\nDeploy daemon haproxy.nfs.foo.smithi046.vuthgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.349258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cwafft on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:49:55.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:49:56.827 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:56 smithi046 bash[24815]: audit 2023-12-26T16:49:55.226984+0000 mgr.smithi046.hnrily (mgr.14180) 499 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:56.827 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:56 smithi046 bash[24815]: cluster 2023-12-26T16:49:55.364193+0000 mgr.smithi046.hnrily (mgr.14180) 500 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:56.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:56 smithi073 bash[29040]: audit 2023-12-26T16:49:55.226984+0000 mgr.smithi046.hnrily (mgr.14180) 499 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:49:56.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:56 smithi073 bash[29040]: cluster 2023-12-26T16:49:55.364193+0000 mgr.smithi046.hnrily (mgr.14180) 500 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:56.996 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:49:58.827 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:49:58 smithi046 bash[24815]: cluster 2023-12-26T16:49:57.365749+0000 mgr.smithi046.hnrily (mgr.14180) 501 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:49:58.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:49:58 smithi073 bash[29040]: cluster 2023-12-26T16:49:57.365749+0000 mgr.smithi046.hnrily (mgr.14180) 501 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:00.215 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:50:00.215 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:30.964850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bllwko on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\nDeploy daemon haproxy.nfs.foo.smithi073.bllwko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.345825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vuthgg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\nDeploy daemon haproxy.nfs.foo.smithi046.vuthgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.349258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cwafft on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:50:00.827 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:49:59.366697+0000 mgr.smithi046.hnrily (mgr.14180) 502 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:00.827 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000137+0000 mon.smithi046 (mon.0) 760 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-26T16:50:00.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000195+0000 mon.smithi046 (mon.0) 761 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-26T16:50:00.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000212+0000 mon.smithi046 (mon.0) 762 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi073.bllwko on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko 2023-12-26T16:50:00.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000233+0000 mon.smithi046 (mon.0) 763 : cluster [WRN] /usr/bin/docker: stdout 2023-12-26T16:50:00.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000253+0000 mon.smithi046 (mon.0) 764 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko 2023-12-26T16:50:00.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000294+0000 mon.smithi046 (mon.0) 765 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko 2023-12-26T16:50:00.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000316+0000 mon.smithi046 (mon.0) 766 : cluster [WRN] /usr/bin/docker: stdout 2023-12-26T16:50:00.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000346+0000 mon.smithi046 (mon.0) 767 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko 2023-12-26T16:50:00.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000363+0000 mon.smithi046 (mon.0) 768 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi073.bllwko ... 2023-12-26T16:50:00.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000384+0000 mon.smithi046 (mon.0) 769 : 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:00.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000411+0000 mon.smithi046 (mon.0) 770 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:50:00.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000428+0000 mon.smithi046 (mon.0) 771 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:50:00.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000452+0000 mon.smithi046 (mon.0) 772 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-26T16:50:00.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000470+0000 mon.smithi046 (mon.0) 773 : 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:00.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000491+0000 mon.smithi046 (mon.0) 774 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi046.vuthgg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg 2023-12-26T16:50:00.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000509+0000 mon.smithi046 (mon.0) 775 : cluster [WRN] /usr/bin/docker: stdout 2023-12-26T16:50:00.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000530+0000 mon.smithi046 (mon.0) 776 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg 2023-12-26T16:50:00.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000561+0000 mon.smithi046 (mon.0) 777 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg 2023-12-26T16:50:00.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000574+0000 mon.smithi046 (mon.0) 778 : cluster [WRN] /usr/bin/docker: stdout 2023-12-26T16:50:00.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000589+0000 mon.smithi046 (mon.0) 779 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg 2023-12-26T16:50:00.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000601+0000 mon.smithi046 (mon.0) 780 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi046.vuthgg ... 2023-12-26T16:50:00.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000613+0000 mon.smithi046 (mon.0) 781 : 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:00.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000624+0000 mon.smithi046 (mon.0) 782 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:50:00.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000672+0000 mon.smithi046 (mon.0) 783 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:50:00.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000699+0000 mon.smithi046 (mon.0) 784 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-26T16:50:00.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000714+0000 mon.smithi046 (mon.0) 785 : 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:00.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000740+0000 mon.smithi046 (mon.0) 786 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi073.cwafft on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:50:00.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:00 smithi046 bash[24815]: cluster 2023-12-26T16:50:00.000757+0000 mon.smithi046 (mon.0) 787 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:50:00.930 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:50:00.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:49:59.366697+0000 mgr.smithi046.hnrily (mgr.14180) 502 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:00.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000137+0000 mon.smithi046 (mon.0) 760 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-26T16:50:00.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000195+0000 mon.smithi046 (mon.0) 761 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-26T16:50:00.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000212+0000 mon.smithi046 (mon.0) 762 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi073.bllwko on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko 2023-12-26T16:50:00.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000233+0000 mon.smithi046 (mon.0) 763 : cluster [WRN] /usr/bin/docker: stdout 2023-12-26T16:50:00.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000253+0000 mon.smithi046 (mon.0) 764 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko 2023-12-26T16:50:00.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000294+0000 mon.smithi046 (mon.0) 765 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko 2023-12-26T16:50:00.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000316+0000 mon.smithi046 (mon.0) 766 : cluster [WRN] /usr/bin/docker: stdout 2023-12-26T16:50:00.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000346+0000 mon.smithi046 (mon.0) 767 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko 2023-12-26T16:50:00.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000363+0000 mon.smithi046 (mon.0) 768 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi073.bllwko ... 2023-12-26T16:50:00.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000384+0000 mon.smithi046 (mon.0) 769 : 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:00.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000411+0000 mon.smithi046 (mon.0) 770 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:50:00.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000428+0000 mon.smithi046 (mon.0) 771 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:50:00.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000452+0000 mon.smithi046 (mon.0) 772 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-26T16:50:00.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000470+0000 mon.smithi046 (mon.0) 773 : 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:00.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000491+0000 mon.smithi046 (mon.0) 774 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi046.vuthgg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg 2023-12-26T16:50:00.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000509+0000 mon.smithi046 (mon.0) 775 : cluster [WRN] /usr/bin/docker: stdout 2023-12-26T16:50:00.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000530+0000 mon.smithi046 (mon.0) 776 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg 2023-12-26T16:50:00.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000561+0000 mon.smithi046 (mon.0) 777 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg 2023-12-26T16:50:00.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000574+0000 mon.smithi046 (mon.0) 778 : cluster [WRN] /usr/bin/docker: stdout 2023-12-26T16:50:00.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000589+0000 mon.smithi046 (mon.0) 779 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg 2023-12-26T16:50:00.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000601+0000 mon.smithi046 (mon.0) 780 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi046.vuthgg ... 2023-12-26T16:50:00.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000613+0000 mon.smithi046 (mon.0) 781 : 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:00.993 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000624+0000 mon.smithi046 (mon.0) 782 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:50:00.993 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000672+0000 mon.smithi046 (mon.0) 783 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:50:00.993 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000699+0000 mon.smithi046 (mon.0) 784 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-26T16:50:00.993 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000714+0000 mon.smithi046 (mon.0) 785 : 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:00.993 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000740+0000 mon.smithi046 (mon.0) 786 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi073.cwafft on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:50:00.993 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:00 smithi073 bash[29040]: cluster 2023-12-26T16:50:00.000757+0000 mon.smithi046 (mon.0) 787 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:50:01.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:01 smithi073 bash[29040]: audit 2023-12-26T16:50:00.225292+0000 mgr.smithi046.hnrily (mgr.14180) 503 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:01.991 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:50:02.004 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:01 smithi046 bash[24815]: audit 2023-12-26T16:50:00.225292+0000 mgr.smithi046.hnrily (mgr.14180) 503 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:02.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:02 smithi073 bash[29040]: cluster 2023-12-26T16:50:01.368203+0000 mgr.smithi046.hnrily (mgr.14180) 504 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:50:02.969 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:02 smithi046 bash[24815]: cluster 2023-12-26T16:50:01.368203+0000 mgr.smithi046.hnrily (mgr.14180) 504 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:50:04.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:04 smithi073 bash[29040]: cluster 2023-12-26T16:50:03.369193+0000 mgr.smithi046.hnrily (mgr.14180) 505 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:05.029 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:50:05.029 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:30.964850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bllwko on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\nDeploy daemon haproxy.nfs.foo.smithi073.bllwko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.345825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vuthgg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\nDeploy daemon haproxy.nfs.foo.smithi046.vuthgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.349258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cwafft on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:50:05.077 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:04 smithi046 bash[24815]: cluster 2023-12-26T16:50:03.369193+0000 mgr.smithi046.hnrily (mgr.14180) 505 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:05.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:50:06.754 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:50:06.965 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:06 smithi046 bash[24815]: audit 2023-12-26T16:50:05.043570+0000 mgr.smithi046.hnrily (mgr.14180) 506 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:06.965 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:06 smithi046 bash[24815]: cluster 2023-12-26T16:50:05.369890+0000 mgr.smithi046.hnrily (mgr.14180) 507 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:06.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:06 smithi073 bash[29040]: audit 2023-12-26T16:50:05.043570+0000 mgr.smithi046.hnrily (mgr.14180) 506 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:06.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:06 smithi073 bash[29040]: cluster 2023-12-26T16:50:05.369890+0000 mgr.smithi046.hnrily (mgr.14180) 507 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:08.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:08 smithi073 bash[29040]: cluster 2023-12-26T16:50:07.370767+0000 mgr.smithi046.hnrily (mgr.14180) 508 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:09.077 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:08 smithi046 bash[24815]: cluster 2023-12-26T16:50:07.370767+0000 mgr.smithi046.hnrily (mgr.14180) 508 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:10.051 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:50:10.051 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:30.964850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bllwko on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\nDeploy daemon haproxy.nfs.foo.smithi073.bllwko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.345825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vuthgg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\nDeploy daemon haproxy.nfs.foo.smithi046.vuthgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.349258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cwafft on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:50:10.765 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:50:10.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:10 smithi073 bash[29040]: cluster 2023-12-26T16:50:09.371779+0000 mgr.smithi046.hnrily (mgr.14180) 509 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:11.077 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:10 smithi046 bash[24815]: cluster 2023-12-26T16:50:09.371779+0000 mgr.smithi046.hnrily (mgr.14180) 509 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:11.766 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:50:11.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:11 smithi073 bash[29040]: audit 2023-12-26T16:50:10.064489+0000 mgr.smithi046.hnrily (mgr.14180) 510 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:12.077 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:11 smithi046 bash[24815]: audit 2023-12-26T16:50:10.064489+0000 mgr.smithi046.hnrily (mgr.14180) 510 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:12.951 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:12 smithi046 bash[24815]: cluster 2023-12-26T16:50:11.373256+0000 mgr.smithi046.hnrily (mgr.14180) 511 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:50:12.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:12 smithi073 bash[29040]: cluster 2023-12-26T16:50:11.373256+0000 mgr.smithi046.hnrily (mgr.14180) 511 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:50:14.905 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:50:14.905 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:30.964850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bllwko on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\nDeploy daemon haproxy.nfs.foo.smithi073.bllwko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.345825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vuthgg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\nDeploy daemon haproxy.nfs.foo.smithi046.vuthgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.349258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cwafft on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:50:14.959 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:14 smithi046 bash[24815]: cluster 2023-12-26T16:50:13.373876+0000 mgr.smithi046.hnrily (mgr.14180) 512 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:14.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:14 smithi073 bash[29040]: cluster 2023-12-26T16:50:13.373876+0000 mgr.smithi046.hnrily (mgr.14180) 512 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:15.691 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:50:16.692 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:50:16.891 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:16 smithi046 bash[24815]: audit 2023-12-26T16:50:14.913934+0000 mgr.smithi046.hnrily (mgr.14180) 513 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:16.891 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:16 smithi046 bash[24815]: cluster 2023-12-26T16:50:15.374786+0000 mgr.smithi046.hnrily (mgr.14180) 514 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:16.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:16 smithi073 bash[29040]: audit 2023-12-26T16:50:14.913934+0000 mgr.smithi046.hnrily (mgr.14180) 513 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:16.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:16 smithi073 bash[29040]: cluster 2023-12-26T16:50:15.374786+0000 mgr.smithi046.hnrily (mgr.14180) 514 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:18.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:18 smithi073 bash[29040]: cluster 2023-12-26T16:50:17.376161+0000 mgr.smithi046.hnrily (mgr.14180) 515 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:19.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:18 smithi046 bash[24815]: cluster 2023-12-26T16:50:17.376161+0000 mgr.smithi046.hnrily (mgr.14180) 515 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:19.950 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:50:19.951 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:30.964850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bllwko on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\nDeploy daemon haproxy.nfs.foo.smithi073.bllwko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.345825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vuthgg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\nDeploy daemon haproxy.nfs.foo.smithi046.vuthgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.349258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cwafft on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:50:20.628 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:50:20.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:20 smithi073 bash[29040]: cluster 2023-12-26T16:50:19.376701+0000 mgr.smithi046.hnrily (mgr.14180) 516 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:21.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:20 smithi046 bash[24815]: cluster 2023-12-26T16:50:19.376701+0000 mgr.smithi046.hnrily (mgr.14180) 516 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:21.628 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:50:21.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:21 smithi073 bash[29040]: audit 2023-12-26T16:50:19.958604+0000 mgr.smithi046.hnrily (mgr.14180) 517 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:22.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:21 smithi046 bash[24815]: audit 2023-12-26T16:50:19.958604+0000 mgr.smithi046.hnrily (mgr.14180) 517 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:22.966 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:22 smithi046 bash[24815]: cluster 2023-12-26T16:50:21.378148+0000 mgr.smithi046.hnrily (mgr.14180) 518 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:50:22.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:22 smithi073 bash[29040]: cluster 2023-12-26T16:50:21.378148+0000 mgr.smithi046.hnrily (mgr.14180) 518 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:50:24.718 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:50:24.718 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:30.964850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bllwko on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\nDeploy daemon haproxy.nfs.foo.smithi073.bllwko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.345825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vuthgg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\nDeploy daemon haproxy.nfs.foo.smithi046.vuthgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.349258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cwafft on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:50:24.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:24 smithi073 bash[29040]: cluster 2023-12-26T16:50:23.379312+0000 mgr.smithi046.hnrily (mgr.14180) 519 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:24.990 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:24 smithi046 bash[24815]: cluster 2023-12-26T16:50:23.379312+0000 mgr.smithi046.hnrily (mgr.14180) 519 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:25.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:50:25.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:25 smithi046 bash[24815]: audit 2023-12-26T16:50:24.731341+0000 mgr.smithi046.hnrily (mgr.14180) 520 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:25.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:25 smithi073 bash[29040]: audit 2023-12-26T16:50:24.731341+0000 mgr.smithi046.hnrily (mgr.14180) 520 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:26.473 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:50:26.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:26 smithi046 bash[24815]: cluster 2023-12-26T16:50:25.380410+0000 mgr.smithi046.hnrily (mgr.14180) 521 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:26.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:26 smithi073 bash[29040]: cluster 2023-12-26T16:50:25.380410+0000 mgr.smithi046.hnrily (mgr.14180) 521 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:28.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:28 smithi073 bash[29040]: cluster 2023-12-26T16:50:27.381904+0000 mgr.smithi046.hnrily (mgr.14180) 522 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:29.076 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:28 smithi046 bash[24815]: cluster 2023-12-26T16:50:27.381904+0000 mgr.smithi046.hnrily (mgr.14180) 522 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:29.505 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:50:29.505 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:30.964850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bllwko on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\nDeploy daemon haproxy.nfs.foo.smithi073.bllwko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.345825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vuthgg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\nDeploy daemon haproxy.nfs.foo.smithi046.vuthgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.349258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cwafft on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:50:30.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:50:30.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:30 smithi073 bash[29040]: cluster 2023-12-26T16:50:29.382790+0000 mgr.smithi046.hnrily (mgr.14180) 523 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:30.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:30 smithi073 bash[29040]: audit 2023-12-26T16:50:29.512598+0000 mgr.smithi046.hnrily (mgr.14180) 524 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:31.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:30 smithi046 bash[24815]: cluster 2023-12-26T16:50:29.382790+0000 mgr.smithi046.hnrily (mgr.14180) 523 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:31.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:30 smithi046 bash[24815]: audit 2023-12-26T16:50:29.512598+0000 mgr.smithi046.hnrily (mgr.14180) 524 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:31.209 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:50:32.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:32 smithi073 bash[29040]: cluster 2023-12-26T16:50:31.384242+0000 mgr.smithi046.hnrily (mgr.14180) 525 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:50:33.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:32 smithi046 bash[24815]: cluster 2023-12-26T16:50:31.384242+0000 mgr.smithi046.hnrily (mgr.14180) 525 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:50:34.316 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:50:34.316 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:30.964850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bllwko on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\nDeploy daemon haproxy.nfs.foo.smithi073.bllwko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.345825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vuthgg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\nDeploy daemon haproxy.nfs.foo.smithi046.vuthgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.349258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cwafft on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:50:34.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:34 smithi046 bash[24815]: cluster 2023-12-26T16:50:33.385225+0000 mgr.smithi046.hnrily (mgr.14180) 526 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:34.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:34 smithi073 bash[29040]: cluster 2023-12-26T16:50:33.385225+0000 mgr.smithi046.hnrily (mgr.14180) 526 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:35.024 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:50:36.025 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:50:36.038 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:35 smithi046 bash[24815]: audit 2023-12-26T16:50:34.323948+0000 mgr.smithi046.hnrily (mgr.14180) 527 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:36.038 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:35 smithi046 bash[24815]: audit 2023-12-26T16:50:35.356937+0000 mon.smithi046 (mon.0) 788 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:50:36.038 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:35 smithi046 bash[24815]: audit 2023-12-26T16:50:35.625694+0000 mon.smithi046 (mon.0) 789 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:50:36.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:35 smithi073 bash[29040]: audit 2023-12-26T16:50:34.323948+0000 mgr.smithi046.hnrily (mgr.14180) 527 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:36.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:35 smithi073 bash[29040]: audit 2023-12-26T16:50:35.356937+0000 mon.smithi046 (mon.0) 788 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:50:36.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:35 smithi073 bash[29040]: audit 2023-12-26T16:50:35.625694+0000 mon.smithi046 (mon.0) 789 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:50:36.990 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:36 smithi046 bash[24815]: cluster 2023-12-26T16:50:35.386020+0000 mgr.smithi046.hnrily (mgr.14180) 528 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:36.990 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:36 smithi046 bash[24815]: audit 2023-12-26T16:50:35.896297+0000 mon.smithi046 (mon.0) 790 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:50:36.990 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:36 smithi046 bash[24815]: audit 2023-12-26T16:50:35.898398+0000 mon.smithi046 (mon.0) 791 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:50:36.990 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:36 smithi046 bash[24815]: audit 2023-12-26T16:50:35.908130+0000 mon.smithi046 (mon.0) 792 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:50:36.990 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:36 smithi046 bash[24815]: audit 2023-12-26T16:50:35.916534+0000 mon.smithi046 (mon.0) 793 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:50:36.990 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:36 smithi046 bash[24815]: audit 2023-12-26T16:50:35.932659+0000 mon.smithi046 (mon.0) 794 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:50:37.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:36 smithi073 bash[29040]: cluster 2023-12-26T16:50:35.386020+0000 mgr.smithi046.hnrily (mgr.14180) 528 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:37.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:36 smithi073 bash[29040]: audit 2023-12-26T16:50:35.896297+0000 mon.smithi046 (mon.0) 790 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:50:37.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:36 smithi073 bash[29040]: audit 2023-12-26T16:50:35.898398+0000 mon.smithi046 (mon.0) 791 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:50:37.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:36 smithi073 bash[29040]: audit 2023-12-26T16:50:35.908130+0000 mon.smithi046 (mon.0) 792 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:50:37.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:36 smithi073 bash[29040]: audit 2023-12-26T16:50:35.916534+0000 mon.smithi046 (mon.0) 793 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:50:37.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:36 smithi073 bash[29040]: audit 2023-12-26T16:50:35.932659+0000 mon.smithi046 (mon.0) 794 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:50:38.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:37 smithi046 bash[24815]: cluster 2023-12-26T16:50:35.909146+0000 mgr.smithi046.hnrily (mgr.14180) 529 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:50:38.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:37 smithi046 bash[24815]: cephadm 2023-12-26T16:50:35.937600+0000 mgr.smithi046.hnrily (mgr.14180) 530 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.pabeja on smithi073 2023-12-26T16:50:38.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:37 smithi046 bash[24815]: cluster 2023-12-26T16:50:36.904839+0000 mon.smithi046 (mon.0) 795 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:50:38.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:37 smithi046 bash[24815]: cluster 2023-12-26T16:50:36.904900+0000 mon.smithi046 (mon.0) 796 : cluster [INF] Cluster is now healthy 2023-12-26T16:50:38.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:37 smithi073 bash[29040]: cluster 2023-12-26T16:50:35.909146+0000 mgr.smithi046.hnrily (mgr.14180) 529 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:50:38.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:37 smithi073 bash[29040]: cephadm 2023-12-26T16:50:35.937600+0000 mgr.smithi046.hnrily (mgr.14180) 530 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.pabeja on smithi073 2023-12-26T16:50:38.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:37 smithi073 bash[29040]: cluster 2023-12-26T16:50:36.904839+0000 mon.smithi046 (mon.0) 795 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:50:38.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:37 smithi073 bash[29040]: cluster 2023-12-26T16:50:36.904900+0000 mon.smithi046 (mon.0) 796 : cluster [INF] Cluster is now healthy 2023-12-26T16:50:39.171 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:50:39.172 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:48:20.736083Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uazpie on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:30.964850Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bllwko on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bllwko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bllwko\nDeploy daemon haproxy.nfs.foo.smithi073.bllwko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.345825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vuthgg on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vuthgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vuthgg\nDeploy daemon haproxy.nfs.foo.smithi046.vuthgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:49:35.349258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cwafft on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:50:39.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:50:40.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:39 smithi046 bash[24815]: cluster 2023-12-26T16:50:37.910090+0000 mgr.smithi046.hnrily (mgr.14180) 531 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:50:40.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:39 smithi073 bash[29040]: cluster 2023-12-26T16:50:37.910090+0000 mgr.smithi046.hnrily (mgr.14180) 531 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:50:40.889 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:50:41.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:40 smithi046 bash[24815]: audit 2023-12-26T16:50:39.177875+0000 mgr.smithi046.hnrily (mgr.14180) 532 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:41.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:40 smithi046 bash[24815]: audit 2023-12-26T16:50:39.819053+0000 mon.smithi046 (mon.0) 797 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.pabeja"}]: dispatch 2023-12-26T16:50:41.218 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:40 smithi073 bash[29040]: audit 2023-12-26T16:50:39.177875+0000 mgr.smithi046.hnrily (mgr.14180) 532 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:41.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:40 smithi073 bash[29040]: audit 2023-12-26T16:50:39.819053+0000 mon.smithi046 (mon.0) 797 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.pabeja"}]: dispatch 2023-12-26T16:50:42.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: cephadm 2023-12-26T16:50:39.818002+0000 mgr.smithi046.hnrily (mgr.14180) 533 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja 2023-12-26T16:50:42.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:50:42.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja 2023-12-26T16:50:42.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja 2023-12-26T16:50:42.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:50:42.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja 2023-12-26T16:50:42.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.pabeja ... 2023-12-26T16:50:42.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:42.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:50:42.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:50:42.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:50:42.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:42.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:50:42.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:50:42.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:50:42.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:50:42.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:50:42.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja 2023-12-26T16:50:42.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:50:42.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja 2023-12-26T16:50:42.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja 2023-12-26T16:50:42.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:50:42.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja 2023-12-26T16:50:42.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.pabeja ... 2023-12-26T16:50:42.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:42.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:50:42.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:50:42.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:50:42.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:42.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: cephadm 2023-12-26T16:50:39.818544+0000 mgr.smithi046.hnrily (mgr.14180) 534 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.pabeja 2023-12-26T16:50:42.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: cephadm 2023-12-26T16:50:39.820528+0000 mgr.smithi046.hnrily (mgr.14180) 535 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.pabeja on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja 2023-12-26T16:50:42.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:50:42.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja 2023-12-26T16:50:42.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja 2023-12-26T16:50:42.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:50:42.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja 2023-12-26T16:50:42.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.pabeja ... 2023-12-26T16:50:42.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:42.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:50:42.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:50:42.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:50:42.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:42.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: cephadm 2023-12-26T16:50:39.824616+0000 mgr.smithi046.hnrily (mgr.14180) 536 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.xaopux on smithi046 2023-12-26T16:50:42.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:41 smithi046 bash[24815]: cluster 2023-12-26T16:50:39.910801+0000 mgr.smithi046.hnrily (mgr.14180) 537 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:50:42.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: cephadm 2023-12-26T16:50:39.818002+0000 mgr.smithi046.hnrily (mgr.14180) 533 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja 2023-12-26T16:50:42.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:50:42.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja 2023-12-26T16:50:42.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja 2023-12-26T16:50:42.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:50:42.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja 2023-12-26T16:50:42.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.pabeja ... 2023-12-26T16:50:42.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:42.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:50:42.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:50:42.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:50:42.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:42.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:50:42.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:50:42.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:50:42.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:50:42.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:50:42.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja 2023-12-26T16:50:42.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:50:42.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja 2023-12-26T16:50:42.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja 2023-12-26T16:50:42.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:50:42.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja 2023-12-26T16:50:42.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.pabeja ... 2023-12-26T16:50:42.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:42.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:50:42.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:50:42.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:50:42.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:42.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: cephadm 2023-12-26T16:50:39.818544+0000 mgr.smithi046.hnrily (mgr.14180) 534 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.pabeja 2023-12-26T16:50:42.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: cephadm 2023-12-26T16:50:39.820528+0000 mgr.smithi046.hnrily (mgr.14180) 535 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.pabeja on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja 2023-12-26T16:50:42.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:50:42.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja 2023-12-26T16:50:42.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja 2023-12-26T16:50:42.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:50:42.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja 2023-12-26T16:50:42.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.pabeja ... 2023-12-26T16:50:42.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:42.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:50:42.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:50:42.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:50:42.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:42.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: cephadm 2023-12-26T16:50:39.824616+0000 mgr.smithi046.hnrily (mgr.14180) 536 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.xaopux on smithi046 2023-12-26T16:50:42.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:41 smithi073 bash[29040]: cluster 2023-12-26T16:50:39.910801+0000 mgr.smithi046.hnrily (mgr.14180) 537 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:50:43.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:43 smithi046 bash[24815]: cluster 2023-12-26T16:50:41.912058+0000 mgr.smithi046.hnrily (mgr.14180) 538 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:50:43.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:43 smithi046 bash[24815]: audit 2023-12-26T16:50:43.697397+0000 mon.smithi046 (mon.0) 798 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.xaopux"}]: dispatch 2023-12-26T16:50:44.139 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:50:44.139 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:39.820234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pabeja on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\nDeploy daemon haproxy.nfs.foo.smithi073.pabeja ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.698286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xaopux on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\nDeploy daemon haproxy.nfs.foo.smithi046.xaopux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.700956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cgzikw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:50:44.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:43 smithi073 bash[29040]: cluster 2023-12-26T16:50:41.912058+0000 mgr.smithi046.hnrily (mgr.14180) 538 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:50:44.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:43 smithi073 bash[29040]: audit 2023-12-26T16:50:43.697397+0000 mon.smithi046 (mon.0) 798 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.xaopux"}]: dispatch 2023-12-26T16:50:44.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:50:45.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: cephadm 2023-12-26T16:50:43.696692+0000 mgr.smithi046.hnrily (mgr.14180) 539 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux 2023-12-26T16:50:45.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:50:45.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux 2023-12-26T16:50:45.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux 2023-12-26T16:50:45.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:50:45.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux 2023-12-26T16:50:45.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.xaopux ... 2023-12-26T16:50:45.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:45.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:50:45.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:50:45.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:50:45.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:45.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:50:45.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:50:45.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:50:45.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:50:45.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:50:45.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux 2023-12-26T16:50:45.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:50:45.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux 2023-12-26T16:50:45.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux 2023-12-26T16:50:45.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:50:45.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux 2023-12-26T16:50:45.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.xaopux ... 2023-12-26T16:50:45.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:45.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:50:45.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:50:45.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:50:45.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:45.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: cephadm 2023-12-26T16:50:43.696947+0000 mgr.smithi046.hnrily (mgr.14180) 540 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.xaopux 2023-12-26T16:50:45.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: cephadm 2023-12-26T16:50:43.698448+0000 mgr.smithi046.hnrily (mgr.14180) 541 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.xaopux on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux 2023-12-26T16:50:45.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:50:45.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux 2023-12-26T16:50:45.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux 2023-12-26T16:50:45.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:50:45.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux 2023-12-26T16:50:45.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.xaopux ... 2023-12-26T16:50:45.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:45.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:50:45.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:50:45.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:50:45.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:45.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: cephadm 2023-12-26T16:50:43.701099+0000 mgr.smithi046.hnrily (mgr.14180) 542 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.cgzikw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:50:45.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: cephadm 2023-12-26T16:50:43.703425+0000 mgr.smithi046.hnrily (mgr.14180) 543 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:50:45.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: cluster 2023-12-26T16:50:43.704325+0000 mgr.smithi046.hnrily (mgr.14180) 544 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:50:45.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: cluster 2023-12-26T16:50:43.765391+0000 mon.smithi046 (mon.0) 799 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:50:45.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:44 smithi046 bash[24815]: audit 2023-12-26T16:50:44.150814+0000 mgr.smithi046.hnrily (mgr.14180) 545 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:45.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: cephadm 2023-12-26T16:50:43.696692+0000 mgr.smithi046.hnrily (mgr.14180) 539 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux 2023-12-26T16:50:45.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:50:45.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux 2023-12-26T16:50:45.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux 2023-12-26T16:50:45.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:50:45.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux 2023-12-26T16:50:45.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.xaopux ... 2023-12-26T16:50:45.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:45.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:50:45.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:50:45.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:50:45.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:45.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:50:45.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:50:45.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:50:45.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:50:45.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:50:45.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux 2023-12-26T16:50:45.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:50:45.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux 2023-12-26T16:50:45.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux 2023-12-26T16:50:45.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:50:45.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux 2023-12-26T16:50:45.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.xaopux ... 2023-12-26T16:50:45.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:45.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:50:45.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:50:45.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:50:45.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:45.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: cephadm 2023-12-26T16:50:43.696947+0000 mgr.smithi046.hnrily (mgr.14180) 540 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.xaopux 2023-12-26T16:50:45.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: cephadm 2023-12-26T16:50:43.698448+0000 mgr.smithi046.hnrily (mgr.14180) 541 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.xaopux on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux 2023-12-26T16:50:45.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:50:45.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux 2023-12-26T16:50:45.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux 2023-12-26T16:50:45.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:50:45.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux 2023-12-26T16:50:45.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.xaopux ... 2023-12-26T16:50:45.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:45.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:50:45.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:50:45.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:50:45.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:50:45.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: cephadm 2023-12-26T16:50:43.701099+0000 mgr.smithi046.hnrily (mgr.14180) 542 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.cgzikw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:50:45.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: cephadm 2023-12-26T16:50:43.703425+0000 mgr.smithi046.hnrily (mgr.14180) 543 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:50:45.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: cluster 2023-12-26T16:50:43.704325+0000 mgr.smithi046.hnrily (mgr.14180) 544 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:50:45.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: cluster 2023-12-26T16:50:43.765391+0000 mon.smithi046 (mon.0) 799 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:50:45.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:44 smithi073 bash[29040]: audit 2023-12-26T16:50:44.150814+0000 mgr.smithi046.hnrily (mgr.14180) 545 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:45.916 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:50:46.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:46 smithi046 bash[24815]: cluster 2023-12-26T16:50:45.705431+0000 mgr.smithi046.hnrily (mgr.14180) 546 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:50:46.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:46 smithi046 bash[24815]: audit 2023-12-26T16:50:45.912470+0000 mon.smithi046 (mon.0) 800 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:50:46.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:46 smithi073 bash[29040]: cluster 2023-12-26T16:50:45.705431+0000 mgr.smithi046.hnrily (mgr.14180) 546 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:50:46.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:46 smithi073 bash[29040]: audit 2023-12-26T16:50:45.912470+0000 mon.smithi046 (mon.0) 800 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:50:49.065 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:50:49.065 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:39.820234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pabeja on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\nDeploy daemon haproxy.nfs.foo.smithi073.pabeja ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.698286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xaopux on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\nDeploy daemon haproxy.nfs.foo.smithi046.xaopux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.700956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cgzikw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:50:49.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:48 smithi046 bash[24815]: cluster 2023-12-26T16:50:47.707090+0000 mgr.smithi046.hnrily (mgr.14180) 547 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-26T16:50:49.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:48 smithi073 bash[29040]: cluster 2023-12-26T16:50:47.707090+0000 mgr.smithi046.hnrily (mgr.14180) 547 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-26T16:50:49.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:50:50.781 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:50:51.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:50 smithi046 bash[24815]: audit 2023-12-26T16:50:49.071824+0000 mgr.smithi046.hnrily (mgr.14180) 548 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:51.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:50 smithi046 bash[24815]: cluster 2023-12-26T16:50:49.708046+0000 mgr.smithi046.hnrily (mgr.14180) 549 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-26T16:50:51.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:50 smithi073 bash[29040]: audit 2023-12-26T16:50:49.071824+0000 mgr.smithi046.hnrily (mgr.14180) 548 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:51.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:50 smithi073 bash[29040]: cluster 2023-12-26T16:50:49.708046+0000 mgr.smithi046.hnrily (mgr.14180) 549 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-26T16:50:52.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:51 smithi046 bash[24815]: cluster 2023-12-26T16:50:51.709692+0000 mgr.smithi046.hnrily (mgr.14180) 550 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 347 B/s rd, 0 op/s 2023-12-26T16:50:52.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:51 smithi073 bash[29040]: cluster 2023-12-26T16:50:51.709692+0000 mgr.smithi046.hnrily (mgr.14180) 550 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 347 B/s rd, 0 op/s 2023-12-26T16:50:53.824 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:50:53.824 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:39.820234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pabeja on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\nDeploy daemon haproxy.nfs.foo.smithi073.pabeja ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.698286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xaopux on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\nDeploy daemon haproxy.nfs.foo.smithi046.xaopux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.700956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cgzikw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:50:54.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:50:55.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:54 smithi046 bash[24815]: cluster 2023-12-26T16:50:53.710742+0000 mgr.smithi046.hnrily (mgr.14180) 551 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-26T16:50:55.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:54 smithi073 bash[29040]: cluster 2023-12-26T16:50:53.710742+0000 mgr.smithi046.hnrily (mgr.14180) 551 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-26T16:50:55.519 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:50:55.830 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:55 smithi046 bash[24815]: audit 2023-12-26T16:50:53.829989+0000 mgr.smithi046.hnrily (mgr.14180) 552 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:56.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:55 smithi073 bash[29040]: audit 2023-12-26T16:50:53.829989+0000 mgr.smithi046.hnrily (mgr.14180) 552 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:56.963 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:56 smithi046 bash[24815]: cluster 2023-12-26T16:50:55.711463+0000 mgr.smithi046.hnrily (mgr.14180) 553 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:57.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:56 smithi073 bash[29040]: cluster 2023-12-26T16:50:55.711463+0000 mgr.smithi046.hnrily (mgr.14180) 553 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:58.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:57 smithi046 bash[24815]: cluster 2023-12-26T16:50:57.712953+0000 mgr.smithi046.hnrily (mgr.14180) 554 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:58.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:57 smithi073 bash[29040]: cluster 2023-12-26T16:50:57.712953+0000 mgr.smithi046.hnrily (mgr.14180) 554 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:50:58.628 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:50:58.629 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:39.820234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pabeja on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\nDeploy daemon haproxy.nfs.foo.smithi073.pabeja ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.698286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xaopux on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\nDeploy daemon haproxy.nfs.foo.smithi046.xaopux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.700956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cgzikw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:50:59.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:58 smithi046 bash[24815]: audit 2023-12-26T16:50:58.635034+0000 mgr.smithi046.hnrily (mgr.14180) 555 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:59.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:58 smithi073 bash[29040]: audit 2023-12-26T16:50:58.635034+0000 mgr.smithi046.hnrily (mgr.14180) 555 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:50:59.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:51:00.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:50:59 smithi046 bash[24815]: cluster 2023-12-26T16:50:59.713882+0000 mgr.smithi046.hnrily (mgr.14180) 556 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:00.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:50:59 smithi073 bash[29040]: cluster 2023-12-26T16:50:59.713882+0000 mgr.smithi046.hnrily (mgr.14180) 556 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:00.318 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:51:03.024 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:02 smithi046 bash[24815]: cluster 2023-12-26T16:51:01.715289+0000 mgr.smithi046.hnrily (mgr.14180) 557 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:51:03.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:02 smithi073 bash[29040]: cluster 2023-12-26T16:51:01.715289+0000 mgr.smithi046.hnrily (mgr.14180) 557 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:51:03.431 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:51:03.431 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:39.820234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pabeja on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\nDeploy daemon haproxy.nfs.foo.smithi073.pabeja ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.698286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xaopux on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\nDeploy daemon haproxy.nfs.foo.smithi046.xaopux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.700956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cgzikw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:51:04.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:03 smithi046 bash[24815]: audit 2023-12-26T16:51:03.438272+0000 mgr.smithi046.hnrily (mgr.14180) 558 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:04.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:03 smithi046 bash[24815]: cluster 2023-12-26T16:51:03.716243+0000 mgr.smithi046.hnrily (mgr.14180) 559 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:04.120 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:51:04.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:03 smithi073 bash[29040]: audit 2023-12-26T16:51:03.438272+0000 mgr.smithi046.hnrily (mgr.14180) 558 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:04.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:03 smithi073 bash[29040]: cluster 2023-12-26T16:51:03.716243+0000 mgr.smithi046.hnrily (mgr.14180) 559 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:05.121 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:51:06.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:06 smithi046 bash[24815]: cluster 2023-12-26T16:51:05.717245+0000 mgr.smithi046.hnrily (mgr.14180) 560 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:06.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:06 smithi073 bash[29040]: cluster 2023-12-26T16:51:05.717245+0000 mgr.smithi046.hnrily (mgr.14180) 560 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:08.265 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:51:08.266 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:39.820234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pabeja on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\nDeploy daemon haproxy.nfs.foo.smithi073.pabeja ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.698286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xaopux on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\nDeploy daemon haproxy.nfs.foo.smithi046.xaopux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.700956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cgzikw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:51:08.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:51:09.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:08 smithi046 bash[24815]: cluster 2023-12-26T16:51:07.718095+0000 mgr.smithi046.hnrily (mgr.14180) 561 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:09.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:08 smithi073 bash[29040]: cluster 2023-12-26T16:51:07.718095+0000 mgr.smithi046.hnrily (mgr.14180) 561 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:09.984 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:51:10.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:09 smithi046 bash[24815]: audit 2023-12-26T16:51:08.271557+0000 mgr.smithi046.hnrily (mgr.14180) 562 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:10.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:09 smithi046 bash[24815]: cluster 2023-12-26T16:51:09.719020+0000 mgr.smithi046.hnrily (mgr.14180) 563 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:10.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:09 smithi073 bash[29040]: audit 2023-12-26T16:51:08.271557+0000 mgr.smithi046.hnrily (mgr.14180) 562 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:10.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:09 smithi073 bash[29040]: cluster 2023-12-26T16:51:09.719020+0000 mgr.smithi046.hnrily (mgr.14180) 563 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:13.057 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:51:13.058 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:39.820234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pabeja on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\nDeploy daemon haproxy.nfs.foo.smithi073.pabeja ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.698286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xaopux on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\nDeploy daemon haproxy.nfs.foo.smithi046.xaopux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.700956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cgzikw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:51:13.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:12 smithi046 bash[24815]: cluster 2023-12-26T16:51:11.720030+0000 mgr.smithi046.hnrily (mgr.14180) 564 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:51:13.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:12 smithi073 bash[29040]: cluster 2023-12-26T16:51:11.720030+0000 mgr.smithi046.hnrily (mgr.14180) 564 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:51:13.808 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:51:14.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:13 smithi046 bash[24815]: audit 2023-12-26T16:51:13.062871+0000 mgr.smithi046.hnrily (mgr.14180) 565 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:14.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:13 smithi046 bash[24815]: cluster 2023-12-26T16:51:13.720690+0000 mgr.smithi046.hnrily (mgr.14180) 566 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:14.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:13 smithi073 bash[29040]: audit 2023-12-26T16:51:13.062871+0000 mgr.smithi046.hnrily (mgr.14180) 565 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:14.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:13 smithi073 bash[29040]: cluster 2023-12-26T16:51:13.720690+0000 mgr.smithi046.hnrily (mgr.14180) 566 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:14.808 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:51:16.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:16 smithi046 bash[24815]: cluster 2023-12-26T16:51:15.721706+0000 mgr.smithi046.hnrily (mgr.14180) 567 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:16.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:16 smithi073 bash[29040]: cluster 2023-12-26T16:51:15.721706+0000 mgr.smithi046.hnrily (mgr.14180) 567 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:17.951 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:51:17.951 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:39.820234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pabeja on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\nDeploy daemon haproxy.nfs.foo.smithi073.pabeja ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.698286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xaopux on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\nDeploy daemon haproxy.nfs.foo.smithi046.xaopux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.700956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cgzikw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:51:18.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:51:19.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:18 smithi046 bash[24815]: cluster 2023-12-26T16:51:17.723167+0000 mgr.smithi046.hnrily (mgr.14180) 568 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:19.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:18 smithi073 bash[29040]: cluster 2023-12-26T16:51:17.723167+0000 mgr.smithi046.hnrily (mgr.14180) 568 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:19.724 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:51:20.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:19 smithi046 bash[24815]: audit 2023-12-26T16:51:17.956778+0000 mgr.smithi046.hnrily (mgr.14180) 569 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:20.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:19 smithi046 bash[24815]: cluster 2023-12-26T16:51:19.724216+0000 mgr.smithi046.hnrily (mgr.14180) 570 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:20.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:19 smithi073 bash[29040]: audit 2023-12-26T16:51:17.956778+0000 mgr.smithi046.hnrily (mgr.14180) 569 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:20.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:19 smithi073 bash[29040]: cluster 2023-12-26T16:51:19.724216+0000 mgr.smithi046.hnrily (mgr.14180) 570 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:22.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:21 smithi046 bash[24815]: cluster 2023-12-26T16:51:21.725688+0000 mgr.smithi046.hnrily (mgr.14180) 571 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:51:22.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:21 smithi073 bash[29040]: cluster 2023-12-26T16:51:21.725688+0000 mgr.smithi046.hnrily (mgr.14180) 571 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:51:22.777 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:51:22.777 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:39.820234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pabeja on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\nDeploy daemon haproxy.nfs.foo.smithi073.pabeja ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.698286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xaopux on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\nDeploy daemon haproxy.nfs.foo.smithi046.xaopux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.700956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cgzikw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:51:23.486 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:51:24.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:23 smithi046 bash[24815]: audit 2023-12-26T16:51:22.783036+0000 mgr.smithi046.hnrily (mgr.14180) 572 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:24.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:23 smithi046 bash[24815]: cluster 2023-12-26T16:51:23.726827+0000 mgr.smithi046.hnrily (mgr.14180) 573 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:24.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:23 smithi073 bash[29040]: audit 2023-12-26T16:51:22.783036+0000 mgr.smithi046.hnrily (mgr.14180) 572 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:24.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:23 smithi073 bash[29040]: cluster 2023-12-26T16:51:23.726827+0000 mgr.smithi046.hnrily (mgr.14180) 573 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:24.487 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:51:26.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:26 smithi046 bash[24815]: cluster 2023-12-26T16:51:25.727908+0000 mgr.smithi046.hnrily (mgr.14180) 574 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:26.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:26 smithi073 bash[29040]: cluster 2023-12-26T16:51:25.727908+0000 mgr.smithi046.hnrily (mgr.14180) 574 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:27.715 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:51:27.715 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:39.820234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pabeja on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\nDeploy daemon haproxy.nfs.foo.smithi073.pabeja ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.698286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xaopux on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\nDeploy daemon haproxy.nfs.foo.smithi046.xaopux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.700956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cgzikw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:51:28.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:27 smithi046 bash[24815]: audit 2023-12-26T16:51:27.719268+0000 mgr.smithi046.hnrily (mgr.14180) 575 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:28.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:27 smithi046 bash[24815]: cluster 2023-12-26T16:51:27.729180+0000 mgr.smithi046.hnrily (mgr.14180) 576 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:28.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:27 smithi073 bash[29040]: audit 2023-12-26T16:51:27.719268+0000 mgr.smithi046.hnrily (mgr.14180) 575 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:28.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:27 smithi073 bash[29040]: cluster 2023-12-26T16:51:27.729180+0000 mgr.smithi046.hnrily (mgr.14180) 576 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:28.432 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:51:29.432 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:51:30.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:29 smithi046 bash[24815]: cluster 2023-12-26T16:51:29.730053+0000 mgr.smithi046.hnrily (mgr.14180) 577 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:30.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:29 smithi073 bash[29040]: cluster 2023-12-26T16:51:29.730053+0000 mgr.smithi046.hnrily (mgr.14180) 577 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:32.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:31 smithi046 bash[24815]: cluster 2023-12-26T16:51:31.731354+0000 mgr.smithi046.hnrily (mgr.14180) 578 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:51:32.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:31 smithi073 bash[29040]: cluster 2023-12-26T16:51:31.731354+0000 mgr.smithi046.hnrily (mgr.14180) 578 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:51:32.630 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:51:32.631 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:39.820234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pabeja on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\nDeploy daemon haproxy.nfs.foo.smithi073.pabeja ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.698286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xaopux on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\nDeploy daemon haproxy.nfs.foo.smithi046.xaopux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.700956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cgzikw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:51:33.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:32 smithi046 bash[24815]: audit 2023-12-26T16:51:32.639829+0000 mgr.smithi046.hnrily (mgr.14180) 579 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:33.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:32 smithi073 bash[29040]: audit 2023-12-26T16:51:32.639829+0000 mgr.smithi046.hnrily (mgr.14180) 579 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:33.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:51:34.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:33 smithi046 bash[24815]: cluster 2023-12-26T16:51:33.732301+0000 mgr.smithi046.hnrily (mgr.14180) 580 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:34.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:33 smithi073 bash[29040]: cluster 2023-12-26T16:51:33.732301+0000 mgr.smithi046.hnrily (mgr.14180) 580 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:34.401 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:51:36.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:36 smithi046 bash[24815]: cluster 2023-12-26T16:51:35.733382+0000 mgr.smithi046.hnrily (mgr.14180) 581 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:36.971 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:36 smithi073 bash[29040]: cluster 2023-12-26T16:51:35.733382+0000 mgr.smithi046.hnrily (mgr.14180) 581 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:37.665 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:51:37.665 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:39.820234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pabeja on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\nDeploy daemon haproxy.nfs.foo.smithi073.pabeja ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.698286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xaopux on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\nDeploy daemon haproxy.nfs.foo.smithi046.xaopux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.700956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cgzikw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:51:38.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:37 smithi046 bash[24815]: audit 2023-12-26T16:51:37.673750+0000 mgr.smithi046.hnrily (mgr.14180) 582 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:38.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:37 smithi046 bash[24815]: cluster 2023-12-26T16:51:37.734296+0000 mgr.smithi046.hnrily (mgr.14180) 583 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:38.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:37 smithi073 bash[29040]: audit 2023-12-26T16:51:37.673750+0000 mgr.smithi046.hnrily (mgr.14180) 582 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:38.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:37 smithi073 bash[29040]: cluster 2023-12-26T16:51:37.734296+0000 mgr.smithi046.hnrily (mgr.14180) 583 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:38.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:51:39.343 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:51:40.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:39 smithi046 bash[24815]: cluster 2023-12-26T16:51:39.735060+0000 mgr.smithi046.hnrily (mgr.14180) 584 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:40.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:39 smithi073 bash[29040]: cluster 2023-12-26T16:51:39.735060+0000 mgr.smithi046.hnrily (mgr.14180) 584 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:42.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:41 smithi046 bash[24815]: cluster 2023-12-26T16:51:41.736529+0000 mgr.smithi046.hnrily (mgr.14180) 585 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:51:42.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:41 smithi073 bash[29040]: cluster 2023-12-26T16:51:41.736529+0000 mgr.smithi046.hnrily (mgr.14180) 585 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:51:42.417 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:51:42.417 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:39.820234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pabeja on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\nDeploy daemon haproxy.nfs.foo.smithi073.pabeja ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.698286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xaopux on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\nDeploy daemon haproxy.nfs.foo.smithi046.xaopux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.700956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cgzikw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:51:43.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:42 smithi046 bash[24815]: audit 2023-12-26T16:51:42.425786+0000 mgr.smithi046.hnrily (mgr.14180) 586 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:43.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:51:43.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:42 smithi073 bash[29040]: audit 2023-12-26T16:51:42.425786+0000 mgr.smithi046.hnrily (mgr.14180) 586 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:44.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:43 smithi046 bash[24815]: audit 2023-12-26T16:51:43.708827+0000 mon.smithi046 (mon.0) 801 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:51:44.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:43 smithi046 bash[24815]: cluster 2023-12-26T16:51:43.737495+0000 mgr.smithi046.hnrily (mgr.14180) 587 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:44.092 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:51:44.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:43 smithi073 bash[29040]: audit 2023-12-26T16:51:43.708827+0000 mon.smithi046 (mon.0) 801 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:51:44.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:43 smithi073 bash[29040]: cluster 2023-12-26T16:51:43.737495+0000 mgr.smithi046.hnrily (mgr.14180) 587 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:51:45.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:44 smithi073 bash[29040]: audit 2023-12-26T16:51:44.022192+0000 mon.smithi046 (mon.0) 802 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:51:45.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:44 smithi073 bash[29040]: audit 2023-12-26T16:51:44.023809+0000 mon.smithi046 (mon.0) 803 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:51:45.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:44 smithi073 bash[29040]: audit 2023-12-26T16:51:44.031906+0000 mon.smithi046 (mon.0) 804 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:51:45.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:44 smithi073 bash[29040]: cluster 2023-12-26T16:51:44.032780+0000 mgr.smithi046.hnrily (mgr.14180) 588 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:51:45.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:44 smithi073 bash[29040]: audit 2023-12-26T16:51:44.041346+0000 mon.smithi046 (mon.0) 805 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:51:45.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:44 smithi073 bash[29040]: audit 2023-12-26T16:51:44.054936+0000 mon.smithi046 (mon.0) 806 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:51:45.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:44 smithi073 bash[29040]: cephadm 2023-12-26T16:51:44.058690+0000 mgr.smithi046.hnrily (mgr.14180) 589 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.gidimr on smithi073 2023-12-26T16:51:45.302 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:44 smithi046 bash[24815]: audit 2023-12-26T16:51:44.022192+0000 mon.smithi046 (mon.0) 802 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:51:45.303 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:44 smithi046 bash[24815]: audit 2023-12-26T16:51:44.023809+0000 mon.smithi046 (mon.0) 803 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:51:45.303 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:44 smithi046 bash[24815]: audit 2023-12-26T16:51:44.031906+0000 mon.smithi046 (mon.0) 804 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:51:45.303 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:44 smithi046 bash[24815]: cluster 2023-12-26T16:51:44.032780+0000 mgr.smithi046.hnrily (mgr.14180) 588 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:51:45.303 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:44 smithi046 bash[24815]: audit 2023-12-26T16:51:44.041346+0000 mon.smithi046 (mon.0) 805 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:51:45.303 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:44 smithi046 bash[24815]: audit 2023-12-26T16:51:44.054936+0000 mon.smithi046 (mon.0) 806 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:51:45.303 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:44 smithi046 bash[24815]: cephadm 2023-12-26T16:51:44.058690+0000 mgr.smithi046.hnrily (mgr.14180) 589 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.gidimr on smithi073 2023-12-26T16:51:46.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:45 smithi046 bash[24815]: cluster 2023-12-26T16:51:45.029031+0000 mon.smithi046 (mon.0) 807 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:51:46.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:45 smithi046 bash[24815]: cluster 2023-12-26T16:51:45.029090+0000 mon.smithi046 (mon.0) 808 : cluster [INF] Cluster is now healthy 2023-12-26T16:51:46.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:45 smithi073 bash[29040]: cluster 2023-12-26T16:51:45.029031+0000 mon.smithi046 (mon.0) 807 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:51:46.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:45 smithi073 bash[29040]: cluster 2023-12-26T16:51:45.029090+0000 mon.smithi046 (mon.0) 808 : cluster [INF] Cluster is now healthy 2023-12-26T16:51:47.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:46 smithi073 bash[29040]: cluster 2023-12-26T16:51:46.033492+0000 mgr.smithi046.hnrily (mgr.14180) 590 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:51:47.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:46 smithi046 bash[24815]: cluster 2023-12-26T16:51:46.033492+0000 mgr.smithi046.hnrily (mgr.14180) 590 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:51:47.390 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:51:47.390 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:49:35.351540Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rbvecp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:39.820234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pabeja on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\nDeploy daemon haproxy.nfs.foo.smithi073.pabeja ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.698286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xaopux on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\nDeploy daemon haproxy.nfs.foo.smithi046.xaopux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.700956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cgzikw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:51:48.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:51:48.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:47 smithi073 bash[29040]: audit 2023-12-26T16:51:47.394206+0000 mgr.smithi046.hnrily (mgr.14180) 591 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:48.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:47 smithi046 bash[24815]: audit 2023-12-26T16:51:47.394206+0000 mgr.smithi046.hnrily (mgr.14180) 591 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:49.081 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:51:49.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: cluster 2023-12-26T16:51:48.034204+0000 mgr.smithi046.hnrily (mgr.14180) 592 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:51:49.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: cephadm 2023-12-26T16:51:48.055297+0000 mgr.smithi046.hnrily (mgr.14180) 593 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr 2023-12-26T16:51:49.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:51:49.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr 2023-12-26T16:51:49.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr 2023-12-26T16:51:49.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:51:49.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr 2023-12-26T16:51:49.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.gidimr ... 2023-12-26T16:51:49.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:49.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:51:49.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:51:49.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:51:49.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:49.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:51:49.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:51:49.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:51:49.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:51:49.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:51:49.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr 2023-12-26T16:51:49.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:51:49.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr 2023-12-26T16:51:49.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr 2023-12-26T16:51:49.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:51:49.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr 2023-12-26T16:51:49.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.gidimr ... 2023-12-26T16:51:49.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:49.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:51:49.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:51:49.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:51:49.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:49.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: cephadm 2023-12-26T16:51:48.055708+0000 mgr.smithi046.hnrily (mgr.14180) 594 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.gidimr 2023-12-26T16:51:49.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: audit 2023-12-26T16:51:48.056181+0000 mon.smithi046 (mon.0) 809 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.gidimr"}]: dispatch 2023-12-26T16:51:49.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: cephadm 2023-12-26T16:51:48.057319+0000 mgr.smithi046.hnrily (mgr.14180) 595 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.gidimr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr 2023-12-26T16:51:49.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:51:49.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr 2023-12-26T16:51:49.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr 2023-12-26T16:51:49.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:51:49.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr 2023-12-26T16:51:49.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.gidimr ... 2023-12-26T16:51:49.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:49.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:51:49.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:51:49.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:51:49.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:49.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:48 smithi073 bash[29040]: cephadm 2023-12-26T16:51:48.059845+0000 mgr.smithi046.hnrily (mgr.14180) 596 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.uwmqnl on smithi046 2023-12-26T16:51:49.282 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: cluster 2023-12-26T16:51:48.034204+0000 mgr.smithi046.hnrily (mgr.14180) 592 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:51:49.283 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: cephadm 2023-12-26T16:51:48.055297+0000 mgr.smithi046.hnrily (mgr.14180) 593 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr 2023-12-26T16:51:49.283 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:51:49.283 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr 2023-12-26T16:51:49.283 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr 2023-12-26T16:51:49.283 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:51:49.283 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr 2023-12-26T16:51:49.283 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.gidimr ... 2023-12-26T16:51:49.283 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:49.283 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:51:49.283 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:51:49.283 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:51:49.283 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:49.283 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:51:49.284 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:51:49.284 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:51:49.284 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:51:49.284 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:51:49.284 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr 2023-12-26T16:51:49.284 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:51:49.284 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr 2023-12-26T16:51:49.284 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr 2023-12-26T16:51:49.284 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:51:49.284 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr 2023-12-26T16:51:49.284 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.gidimr ... 2023-12-26T16:51:49.284 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:49.284 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:51:49.284 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:51:49.285 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:51:49.285 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:49.285 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: cephadm 2023-12-26T16:51:48.055708+0000 mgr.smithi046.hnrily (mgr.14180) 594 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.gidimr 2023-12-26T16:51:49.285 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: audit 2023-12-26T16:51:48.056181+0000 mon.smithi046 (mon.0) 809 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.gidimr"}]: dispatch 2023-12-26T16:51:49.285 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: cephadm 2023-12-26T16:51:48.057319+0000 mgr.smithi046.hnrily (mgr.14180) 595 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.gidimr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr 2023-12-26T16:51:49.285 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:51:49.285 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr 2023-12-26T16:51:49.285 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr 2023-12-26T16:51:49.285 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:51:49.285 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr 2023-12-26T16:51:49.285 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.gidimr ... 2023-12-26T16:51:49.285 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:49.285 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:51:49.285 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:51:49.286 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:51:49.286 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:49.286 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:48 smithi046 bash[24815]: cephadm 2023-12-26T16:51:48.059845+0000 mgr.smithi046.hnrily (mgr.14180) 596 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.uwmqnl on smithi046 2023-12-26T16:51:51.727 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:51 smithi046 bash[24815]: cluster 2023-12-26T16:51:50.034904+0000 mgr.smithi046.hnrily (mgr.14180) 597 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:51:51.971 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:51 smithi073 bash[29040]: cluster 2023-12-26T16:51:50.034904+0000 mgr.smithi046.hnrily (mgr.14180) 597 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:51:52.146 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:51:52.147 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:50:39.820234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pabeja on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pabeja\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pabeja\nDeploy daemon haproxy.nfs.foo.smithi073.pabeja ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.698286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xaopux on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xaopux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xaopux\nDeploy daemon haproxy.nfs.foo.smithi046.xaopux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:50:43.700956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.cgzikw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:48.057203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.gidimr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\nDeploy daemon haproxy.nfs.foo.smithi073.gidimr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:51:52.867 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:51:53.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: audit 2023-12-26T16:51:51.803004+0000 mon.smithi046 (mon.0) 810 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:51:53.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: cluster 2023-12-26T16:51:52.036223+0000 mgr.smithi046.hnrily (mgr.14180) 598 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:51:53.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: audit 2023-12-26T16:51:52.153521+0000 mgr.smithi046.hnrily (mgr.14180) 599 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:53.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: cephadm 2023-12-26T16:51:52.191870+0000 mgr.smithi046.hnrily (mgr.14180) 600 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl 2023-12-26T16:51:53.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:51:53.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl 2023-12-26T16:51:53.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl 2023-12-26T16:51:53.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:51:53.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl 2023-12-26T16:51:53.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.uwmqnl ... 2023-12-26T16:51:53.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:53.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:51:53.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:51:53.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:51:53.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:53.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:51:53.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:51:53.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:51:53.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:51:53.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:51:53.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl 2023-12-26T16:51:53.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:51:53.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl 2023-12-26T16:51:53.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl 2023-12-26T16:51:53.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:51:53.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl 2023-12-26T16:51:53.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.uwmqnl ... 2023-12-26T16:51:53.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:53.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:51:53.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:51:53.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:51:53.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:53.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: cephadm 2023-12-26T16:51:52.192392+0000 mgr.smithi046.hnrily (mgr.14180) 601 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.uwmqnl 2023-12-26T16:51:53.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: audit 2023-12-26T16:51:52.192977+0000 mon.smithi046 (mon.0) 811 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.uwmqnl"}]: dispatch 2023-12-26T16:51:53.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: cephadm 2023-12-26T16:51:52.194141+0000 mgr.smithi046.hnrily (mgr.14180) 602 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.uwmqnl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl 2023-12-26T16:51:53.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:51:53.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl 2023-12-26T16:51:53.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl 2023-12-26T16:51:53.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:51:53.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl 2023-12-26T16:51:53.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.uwmqnl ... 2023-12-26T16:51:53.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:53.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:51:53.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:51:53.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:51:53.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:53.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: cephadm 2023-12-26T16:51:52.196783+0000 mgr.smithi046.hnrily (mgr.14180) 603 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.stnhsv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:51:53.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: cephadm 2023-12-26T16:51:52.198836+0000 mgr.smithi046.hnrily (mgr.14180) 604 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:51:53.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:52 smithi046 bash[24815]: cluster 2023-12-26T16:51:52.199720+0000 mgr.smithi046.hnrily (mgr.14180) 605 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2023-12-26T16:51:53.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: audit 2023-12-26T16:51:51.803004+0000 mon.smithi046 (mon.0) 810 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:51:53.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: cluster 2023-12-26T16:51:52.036223+0000 mgr.smithi046.hnrily (mgr.14180) 598 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:51:53.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: audit 2023-12-26T16:51:52.153521+0000 mgr.smithi046.hnrily (mgr.14180) 599 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:53.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: cephadm 2023-12-26T16:51:52.191870+0000 mgr.smithi046.hnrily (mgr.14180) 600 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl 2023-12-26T16:51:53.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:51:53.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl 2023-12-26T16:51:53.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl 2023-12-26T16:51:53.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:51:53.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl 2023-12-26T16:51:53.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.uwmqnl ... 2023-12-26T16:51:53.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:53.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:51:53.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:51:53.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:51:53.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:53.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:51:53.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:51:53.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:51:53.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:51:53.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:51:53.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl 2023-12-26T16:51:53.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:51:53.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl 2023-12-26T16:51:53.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl 2023-12-26T16:51:53.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:51:53.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl 2023-12-26T16:51:53.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.uwmqnl ... 2023-12-26T16:51:53.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:53.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:51:53.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:51:53.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:51:53.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:53.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: cephadm 2023-12-26T16:51:52.192392+0000 mgr.smithi046.hnrily (mgr.14180) 601 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.uwmqnl 2023-12-26T16:51:53.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: audit 2023-12-26T16:51:52.192977+0000 mon.smithi046 (mon.0) 811 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.uwmqnl"}]: dispatch 2023-12-26T16:51:53.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: cephadm 2023-12-26T16:51:52.194141+0000 mgr.smithi046.hnrily (mgr.14180) 602 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.uwmqnl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl 2023-12-26T16:51:53.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:51:53.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl 2023-12-26T16:51:53.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl 2023-12-26T16:51:53.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:51:53.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl 2023-12-26T16:51:53.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.uwmqnl ... 2023-12-26T16:51:53.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:53.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:51:53.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:51:53.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:51:53.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:51:53.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: cephadm 2023-12-26T16:51:52.196783+0000 mgr.smithi046.hnrily (mgr.14180) 603 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.stnhsv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:51:53.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: cephadm 2023-12-26T16:51:52.198836+0000 mgr.smithi046.hnrily (mgr.14180) 604 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:51:53.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:52 smithi073 bash[29040]: cluster 2023-12-26T16:51:52.199720+0000 mgr.smithi046.hnrily (mgr.14180) 605 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2023-12-26T16:51:53.868 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:51:54.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:53 smithi046 bash[24815]: cluster 2023-12-26T16:51:52.799482+0000 mon.smithi046 (mon.0) 812 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:51:54.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:53 smithi073 bash[29040]: cluster 2023-12-26T16:51:52.799482+0000 mon.smithi046 (mon.0) 812 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:51:55.083 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:54 smithi046 bash[24815]: cluster 2023-12-26T16:51:54.200281+0000 mgr.smithi046.hnrily (mgr.14180) 606 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-26T16:51:55.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:54 smithi073 bash[29040]: cluster 2023-12-26T16:51:54.200281+0000 mgr.smithi046.hnrily (mgr.14180) 606 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-26T16:51:56.968 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:51:56.968 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:48.057203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.gidimr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\nDeploy daemon haproxy.nfs.foo.smithi073.gidimr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.193950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uwmqnl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\nDeploy daemon haproxy.nfs.foo.smithi046.uwmqnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.196673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.stnhsv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:51:57.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:56 smithi073 bash[29040]: audit 2023-12-26T16:51:55.959139+0000 mon.smithi046 (mon.0) 813 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:51:57.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:56 smithi073 bash[29040]: cluster 2023-12-26T16:51:56.201623+0000 mgr.smithi046.hnrily (mgr.14180) 607 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-26T16:51:57.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:56 smithi046 bash[24815]: audit 2023-12-26T16:51:55.959139+0000 mon.smithi046 (mon.0) 813 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:51:57.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:56 smithi046 bash[24815]: cluster 2023-12-26T16:51:56.201623+0000 mgr.smithi046.hnrily (mgr.14180) 607 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-26T16:51:57.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:51:58.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:57 smithi073 bash[29040]: audit 2023-12-26T16:51:56.976378+0000 mgr.smithi046.hnrily (mgr.14180) 608 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:58.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:57 smithi046 bash[24815]: audit 2023-12-26T16:51:56.976378+0000 mgr.smithi046.hnrily (mgr.14180) 608 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:51:58.667 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:51:59.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:51:58 smithi073 bash[29040]: cluster 2023-12-26T16:51:58.202755+0000 mgr.smithi046.hnrily (mgr.14180) 609 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-26T16:51:59.333 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:51:58 smithi046 bash[24815]: cluster 2023-12-26T16:51:58.202755+0000 mgr.smithi046.hnrily (mgr.14180) 609 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-26T16:52:01.674 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:52:01.674 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:48.057203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.gidimr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\nDeploy daemon haproxy.nfs.foo.smithi073.gidimr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.193950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uwmqnl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\nDeploy daemon haproxy.nfs.foo.smithi046.uwmqnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.196673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.stnhsv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:52:01.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:01 smithi046 bash[24815]: cluster 2023-12-26T16:52:00.203495+0000 mgr.smithi046.hnrily (mgr.14180) 610 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-26T16:52:01.972 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:01 smithi073 bash[29040]: cluster 2023-12-26T16:52:00.203495+0000 mgr.smithi046.hnrily (mgr.14180) 610 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-26T16:52:02.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:52:02.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:02 smithi046 bash[24815]: audit 2023-12-26T16:52:01.677764+0000 mgr.smithi046.hnrily (mgr.14180) 611 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:02.972 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:02 smithi073 bash[29040]: audit 2023-12-26T16:52:01.677764+0000 mgr.smithi046.hnrily (mgr.14180) 611 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:03.369 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:52:03.833 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:03 smithi046 bash[24815]: cluster 2023-12-26T16:52:02.204905+0000 mgr.smithi046.hnrily (mgr.14180) 612 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-26T16:52:03.972 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:03 smithi073 bash[29040]: cluster 2023-12-26T16:52:02.204905+0000 mgr.smithi046.hnrily (mgr.14180) 612 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-26T16:52:05.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:05 smithi046 bash[24815]: cluster 2023-12-26T16:52:04.205933+0000 mgr.smithi046.hnrily (mgr.14180) 613 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:05.972 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:05 smithi073 bash[29040]: cluster 2023-12-26T16:52:04.205933+0000 mgr.smithi046.hnrily (mgr.14180) 613 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:06.581 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:52:06.582 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:48.057203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.gidimr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\nDeploy daemon haproxy.nfs.foo.smithi073.gidimr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.193950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uwmqnl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\nDeploy daemon haproxy.nfs.foo.smithi046.uwmqnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.196673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.stnhsv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:52:07.287 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:52:07.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:07 smithi046 bash[24815]: cluster 2023-12-26T16:52:06.207439+0000 mgr.smithi046.hnrily (mgr.14180) 614 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:07.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:07 smithi046 bash[24815]: audit 2023-12-26T16:52:06.584391+0000 mgr.smithi046.hnrily (mgr.14180) 615 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:07.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:07 smithi046 bash[24815]: audit 2023-12-26T16:52:06.801078+0000 mon.smithi046 (mon.0) 814 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:52:07.972 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:07 smithi073 bash[29040]: cluster 2023-12-26T16:52:06.207439+0000 mgr.smithi046.hnrily (mgr.14180) 614 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:07.972 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:07 smithi073 bash[29040]: audit 2023-12-26T16:52:06.584391+0000 mgr.smithi046.hnrily (mgr.14180) 615 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:07.972 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:07 smithi073 bash[29040]: audit 2023-12-26T16:52:06.801078+0000 mon.smithi046 (mon.0) 814 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:52:08.288 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:52:09.757 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:09 smithi046 bash[24815]: cluster 2023-12-26T16:52:08.208439+0000 mgr.smithi046.hnrily (mgr.14180) 616 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:09.972 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:09 smithi073 bash[29040]: cluster 2023-12-26T16:52:08.208439+0000 mgr.smithi046.hnrily (mgr.14180) 616 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:11.484 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:52:11.484 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:48.057203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.gidimr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\nDeploy daemon haproxy.nfs.foo.smithi073.gidimr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.193950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uwmqnl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\nDeploy daemon haproxy.nfs.foo.smithi046.uwmqnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.196673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.stnhsv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:52:11.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:11 smithi046 bash[24815]: cluster 2023-12-26T16:52:10.209429+0000 mgr.smithi046.hnrily (mgr.14180) 617 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:11.972 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:11 smithi073 bash[29040]: cluster 2023-12-26T16:52:10.209429+0000 mgr.smithi046.hnrily (mgr.14180) 617 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:12.138 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:52:12.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:12 smithi046 bash[24815]: audit 2023-12-26T16:52:11.487413+0000 mgr.smithi046.hnrily (mgr.14180) 618 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:12.972 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:12 smithi073 bash[29040]: audit 2023-12-26T16:52:11.487413+0000 mgr.smithi046.hnrily (mgr.14180) 618 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:13.139 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:52:13.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:13 smithi046 bash[24815]: cluster 2023-12-26T16:52:12.211593+0000 mgr.smithi046.hnrily (mgr.14180) 619 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:52:13.972 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:13 smithi073 bash[29040]: cluster 2023-12-26T16:52:12.211593+0000 mgr.smithi046.hnrily (mgr.14180) 619 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:52:15.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:15 smithi046 bash[24815]: cluster 2023-12-26T16:52:14.212528+0000 mgr.smithi046.hnrily (mgr.14180) 620 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:15.972 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:15 smithi073 bash[29040]: cluster 2023-12-26T16:52:14.212528+0000 mgr.smithi046.hnrily (mgr.14180) 620 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:16.259 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:52:16.259 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:48.057203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.gidimr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\nDeploy daemon haproxy.nfs.foo.smithi073.gidimr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.193950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uwmqnl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\nDeploy daemon haproxy.nfs.foo.smithi046.uwmqnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.196673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.stnhsv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:52:16.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:52:17.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:17 smithi046 bash[24815]: cluster 2023-12-26T16:52:16.213934+0000 mgr.smithi046.hnrily (mgr.14180) 621 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:17.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:17 smithi046 bash[24815]: audit 2023-12-26T16:52:16.259697+0000 mgr.smithi046.hnrily (mgr.14180) 622 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:17.948 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:52:17.972 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:17 smithi073 bash[29040]: cluster 2023-12-26T16:52:16.213934+0000 mgr.smithi046.hnrily (mgr.14180) 621 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:17.973 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:17 smithi073 bash[29040]: audit 2023-12-26T16:52:16.259697+0000 mgr.smithi046.hnrily (mgr.14180) 622 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:19.889 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:19 smithi046 bash[24815]: cluster 2023-12-26T16:52:18.214934+0000 mgr.smithi046.hnrily (mgr.14180) 623 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:19.972 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:19 smithi073 bash[29040]: cluster 2023-12-26T16:52:18.214934+0000 mgr.smithi046.hnrily (mgr.14180) 623 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:21.201 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:52:21.201 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:48.057203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.gidimr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\nDeploy daemon haproxy.nfs.foo.smithi073.gidimr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.193950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uwmqnl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\nDeploy daemon haproxy.nfs.foo.smithi046.uwmqnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.196673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.stnhsv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:52:21.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:21 smithi046 bash[24815]: cluster 2023-12-26T16:52:20.215656+0000 mgr.smithi046.hnrily (mgr.14180) 624 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:21.924 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:52:21.972 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:21 smithi073 bash[29040]: cluster 2023-12-26T16:52:20.215656+0000 mgr.smithi046.hnrily (mgr.14180) 624 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:22.925 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:52:22.938 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:22 smithi046 bash[24815]: audit 2023-12-26T16:52:21.201750+0000 mgr.smithi046.hnrily (mgr.14180) 625 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:22.973 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:22 smithi073 bash[29040]: audit 2023-12-26T16:52:21.201750+0000 mgr.smithi046.hnrily (mgr.14180) 625 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:23.973 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:23 smithi073 bash[29040]: cluster 2023-12-26T16:52:22.217140+0000 mgr.smithi046.hnrily (mgr.14180) 626 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:52:24.021 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:23 smithi046 bash[24815]: cluster 2023-12-26T16:52:22.217140+0000 mgr.smithi046.hnrily (mgr.14180) 626 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:52:25.973 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:25 smithi073 bash[29040]: cluster 2023-12-26T16:52:24.218014+0000 mgr.smithi046.hnrily (mgr.14180) 627 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:26.084 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:25 smithi046 bash[24815]: cluster 2023-12-26T16:52:24.218014+0000 mgr.smithi046.hnrily (mgr.14180) 627 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:26.129 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:52:26.129 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:48.057203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.gidimr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\nDeploy daemon haproxy.nfs.foo.smithi073.gidimr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.193950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uwmqnl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\nDeploy daemon haproxy.nfs.foo.smithi046.uwmqnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.196673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.stnhsv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:52:26.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:52:27.899 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:52:27.911 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:27 smithi046 bash[24815]: audit 2023-12-26T16:52:26.130239+0000 mgr.smithi046.hnrily (mgr.14180) 628 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:27.911 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:27 smithi046 bash[24815]: cluster 2023-12-26T16:52:26.219511+0000 mgr.smithi046.hnrily (mgr.14180) 629 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:27.973 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:27 smithi073 bash[29040]: audit 2023-12-26T16:52:26.130239+0000 mgr.smithi046.hnrily (mgr.14180) 628 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:27.973 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:27 smithi073 bash[29040]: cluster 2023-12-26T16:52:26.219511+0000 mgr.smithi046.hnrily (mgr.14180) 629 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:29.973 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:29 smithi073 bash[29040]: cluster 2023-12-26T16:52:28.220091+0000 mgr.smithi046.hnrily (mgr.14180) 630 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:30.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:29 smithi046 bash[24815]: cluster 2023-12-26T16:52:28.220091+0000 mgr.smithi046.hnrily (mgr.14180) 630 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:30.880 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:52:30.881 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:48.057203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.gidimr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\nDeploy daemon haproxy.nfs.foo.smithi073.gidimr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.193950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uwmqnl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\nDeploy daemon haproxy.nfs.foo.smithi046.uwmqnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.196673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.stnhsv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:52:31.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:52:31.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:31 smithi046 bash[24815]: cluster 2023-12-26T16:52:30.221055+0000 mgr.smithi046.hnrily (mgr.14180) 631 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:31.973 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:31 smithi073 bash[29040]: cluster 2023-12-26T16:52:30.221055+0000 mgr.smithi046.hnrily (mgr.14180) 631 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:32.560 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:52:32.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:32 smithi046 bash[24815]: audit 2023-12-26T16:52:30.886914+0000 mgr.smithi046.hnrily (mgr.14180) 632 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:32.973 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:32 smithi073 bash[29040]: audit 2023-12-26T16:52:30.886914+0000 mgr.smithi046.hnrily (mgr.14180) 632 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:33.971 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:33 smithi046 bash[24815]: cluster 2023-12-26T16:52:32.222666+0000 mgr.smithi046.hnrily (mgr.14180) 633 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:52:33.973 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:33 smithi073 bash[29040]: cluster 2023-12-26T16:52:32.222666+0000 mgr.smithi046.hnrily (mgr.14180) 633 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:52:35.703 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:52:35.703 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:48.057203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.gidimr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\nDeploy daemon haproxy.nfs.foo.smithi073.gidimr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.193950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uwmqnl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\nDeploy daemon haproxy.nfs.foo.smithi046.uwmqnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.196673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.stnhsv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:52:35.928 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:35 smithi046 bash[24815]: cluster 2023-12-26T16:52:34.223556+0000 mgr.smithi046.hnrily (mgr.14180) 634 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:35.973 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:35 smithi073 bash[29040]: cluster 2023-12-26T16:52:34.223556+0000 mgr.smithi046.hnrily (mgr.14180) 634 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:36.453 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:52:36.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:36 smithi046 bash[24815]: audit 2023-12-26T16:52:35.709112+0000 mgr.smithi046.hnrily (mgr.14180) 635 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:36.973 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:36 smithi073 bash[29040]: audit 2023-12-26T16:52:35.709112+0000 mgr.smithi046.hnrily (mgr.14180) 635 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:37.454 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:52:37.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:37 smithi046 bash[24815]: cluster 2023-12-26T16:52:36.224562+0000 mgr.smithi046.hnrily (mgr.14180) 636 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:37.973 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:37 smithi073 bash[29040]: cluster 2023-12-26T16:52:36.224562+0000 mgr.smithi046.hnrily (mgr.14180) 636 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:39.973 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:39 smithi073 bash[29040]: cluster 2023-12-26T16:52:38.225616+0000 mgr.smithi046.hnrily (mgr.14180) 637 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:40.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:39 smithi046 bash[24815]: cluster 2023-12-26T16:52:38.225616+0000 mgr.smithi046.hnrily (mgr.14180) 637 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:40.443 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:52:40.443 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:48.057203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.gidimr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\nDeploy daemon haproxy.nfs.foo.smithi073.gidimr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.193950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uwmqnl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\nDeploy daemon haproxy.nfs.foo.smithi046.uwmqnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.196673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.stnhsv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:52:41.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:52:41.973 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:41 smithi073 bash[29040]: cluster 2023-12-26T16:52:40.226351+0000 mgr.smithi046.hnrily (mgr.14180) 638 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:41.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:41 smithi073 bash[29040]: audit 2023-12-26T16:52:40.445246+0000 mgr.smithi046.hnrily (mgr.14180) 639 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:42.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:41 smithi046 bash[24815]: cluster 2023-12-26T16:52:40.226351+0000 mgr.smithi046.hnrily (mgr.14180) 638 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:42.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:41 smithi046 bash[24815]: audit 2023-12-26T16:52:40.445246+0000 mgr.smithi046.hnrily (mgr.14180) 639 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:42.099 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:52:43.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:43 smithi046 bash[24815]: cluster 2023-12-26T16:52:42.227764+0000 mgr.smithi046.hnrily (mgr.14180) 640 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:52:43.973 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:43 smithi073 bash[29040]: cluster 2023-12-26T16:52:42.227764+0000 mgr.smithi046.hnrily (mgr.14180) 640 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:52:45.390 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:52:45.390 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:48.057203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.gidimr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\nDeploy daemon haproxy.nfs.foo.smithi073.gidimr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.193950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uwmqnl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\nDeploy daemon haproxy.nfs.foo.smithi046.uwmqnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.196673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.stnhsv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:52:45.835 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:45 smithi046 bash[24815]: cluster 2023-12-26T16:52:44.228707+0000 mgr.smithi046.hnrily (mgr.14180) 641 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:45.973 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:45 smithi073 bash[29040]: cluster 2023-12-26T16:52:44.228707+0000 mgr.smithi046.hnrily (mgr.14180) 641 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:46.128 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:52:46.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:46 smithi073 bash[29040]: audit 2023-12-26T16:52:45.388931+0000 mgr.smithi046.hnrily (mgr.14180) 642 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:47.085 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:46 smithi046 bash[24815]: audit 2023-12-26T16:52:45.388931+0000 mgr.smithi046.hnrily (mgr.14180) 642 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:47.129 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:52:47.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:47 smithi073 bash[29040]: cluster 2023-12-26T16:52:46.230257+0000 mgr.smithi046.hnrily (mgr.14180) 643 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:48.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:47 smithi046 bash[24815]: cluster 2023-12-26T16:52:46.230257+0000 mgr.smithi046.hnrily (mgr.14180) 643 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:49.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:49 smithi073 bash[29040]: cluster 2023-12-26T16:52:48.231328+0000 mgr.smithi046.hnrily (mgr.14180) 644 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:50.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:49 smithi046 bash[24815]: cluster 2023-12-26T16:52:48.231328+0000 mgr.smithi046.hnrily (mgr.14180) 644 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:50.115 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:52:50.115 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:48.057203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.gidimr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\nDeploy daemon haproxy.nfs.foo.smithi073.gidimr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.193950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uwmqnl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\nDeploy daemon haproxy.nfs.foo.smithi046.uwmqnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.196673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.stnhsv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:52:50.797 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:52:51.798 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:52:51.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:51 smithi073 bash[29040]: audit 2023-12-26T16:52:50.116715+0000 mgr.smithi046.hnrily (mgr.14180) 645 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:51.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:51 smithi073 bash[29040]: cluster 2023-12-26T16:52:50.232278+0000 mgr.smithi046.hnrily (mgr.14180) 646 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:52.001 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:51 smithi046 bash[24815]: audit 2023-12-26T16:52:50.116715+0000 mgr.smithi046.hnrily (mgr.14180) 645 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:52.001 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:51 smithi046 bash[24815]: cluster 2023-12-26T16:52:50.232278+0000 mgr.smithi046.hnrily (mgr.14180) 646 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:52:52.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:52 smithi073 bash[29040]: audit 2023-12-26T16:52:52.203416+0000 mon.smithi046 (mon.0) 815 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:52:52.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:52 smithi073 bash[29040]: audit 2023-12-26T16:52:52.484148+0000 mon.smithi046 (mon.0) 816 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:52:52.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:52 smithi073 bash[29040]: audit 2023-12-26T16:52:52.485721+0000 mon.smithi046 (mon.0) 817 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:52:52.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:52 smithi073 bash[29040]: audit 2023-12-26T16:52:52.487275+0000 mon.smithi046 (mon.0) 818 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:52:52.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:52 smithi073 bash[29040]: audit 2023-12-26T16:52:52.488659+0000 mon.smithi046 (mon.0) 819 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:52:52.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:52 smithi073 bash[29040]: audit 2023-12-26T16:52:52.495349+0000 mon.smithi046 (mon.0) 820 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:52:52.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:52 smithi073 bash[29040]: audit 2023-12-26T16:52:52.506929+0000 mon.smithi046 (mon.0) 821 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:52:52.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:52 smithi073 bash[29040]: audit 2023-12-26T16:52:52.508210+0000 mon.smithi046 (mon.0) 822 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:52:52.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:52 smithi073 bash[29040]: audit 2023-12-26T16:52:52.509508+0000 mon.smithi046 (mon.0) 823 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:52:52.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:52 smithi073 bash[29040]: audit 2023-12-26T16:52:52.510794+0000 mon.smithi046 (mon.0) 824 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:52:52.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:52 smithi073 bash[29040]: audit 2023-12-26T16:52:52.517507+0000 mon.smithi046 (mon.0) 825 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:52:52.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:52 smithi073 bash[29040]: audit 2023-12-26T16:52:52.518932+0000 mon.smithi046 (mon.0) 826 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:52:52.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:52 smithi073 bash[29040]: audit 2023-12-26T16:52:52.519964+0000 mon.smithi046 (mon.0) 827 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:52:52.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:52 smithi073 bash[29040]: audit 2023-12-26T16:52:52.524927+0000 mon.smithi046 (mon.0) 828 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:52:52.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:52 smithi073 bash[29040]: audit 2023-12-26T16:52:52.530409+0000 mon.smithi046 (mon.0) 829 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:52:52.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:52 smithi073 bash[29040]: audit 2023-12-26T16:52:52.544072+0000 mon.smithi046 (mon.0) 830 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:52:53.006 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:52 smithi046 bash[24815]: audit 2023-12-26T16:52:52.203416+0000 mon.smithi046 (mon.0) 815 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:52:53.006 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:52 smithi046 bash[24815]: audit 2023-12-26T16:52:52.484148+0000 mon.smithi046 (mon.0) 816 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:52:53.007 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:52 smithi046 bash[24815]: audit 2023-12-26T16:52:52.485721+0000 mon.smithi046 (mon.0) 817 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:52:53.007 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:52 smithi046 bash[24815]: audit 2023-12-26T16:52:52.487275+0000 mon.smithi046 (mon.0) 818 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:52:53.007 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:52 smithi046 bash[24815]: audit 2023-12-26T16:52:52.488659+0000 mon.smithi046 (mon.0) 819 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:52:53.007 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:52 smithi046 bash[24815]: audit 2023-12-26T16:52:52.495349+0000 mon.smithi046 (mon.0) 820 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:52:53.007 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:52 smithi046 bash[24815]: audit 2023-12-26T16:52:52.506929+0000 mon.smithi046 (mon.0) 821 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:52:53.007 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:52 smithi046 bash[24815]: audit 2023-12-26T16:52:52.508210+0000 mon.smithi046 (mon.0) 822 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:52:53.007 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:52 smithi046 bash[24815]: audit 2023-12-26T16:52:52.509508+0000 mon.smithi046 (mon.0) 823 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:52:53.007 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:52 smithi046 bash[24815]: audit 2023-12-26T16:52:52.510794+0000 mon.smithi046 (mon.0) 824 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-26T16:52:53.007 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:52 smithi046 bash[24815]: audit 2023-12-26T16:52:52.517507+0000 mon.smithi046 (mon.0) 825 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:52:53.007 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:52 smithi046 bash[24815]: audit 2023-12-26T16:52:52.518932+0000 mon.smithi046 (mon.0) 826 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:52:53.007 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:52 smithi046 bash[24815]: audit 2023-12-26T16:52:52.519964+0000 mon.smithi046 (mon.0) 827 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:52:53.007 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:52 smithi046 bash[24815]: audit 2023-12-26T16:52:52.524927+0000 mon.smithi046 (mon.0) 828 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:52:53.007 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:52 smithi046 bash[24815]: audit 2023-12-26T16:52:52.530409+0000 mon.smithi046 (mon.0) 829 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:52:53.007 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:52 smithi046 bash[24815]: audit 2023-12-26T16:52:52.544072+0000 mon.smithi046 (mon.0) 830 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:52:53.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:53 smithi073 bash[29040]: cluster 2023-12-26T16:52:52.233706+0000 mgr.smithi046.hnrily (mgr.14180) 647 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:52:53.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:53 smithi073 bash[29040]: cephadm 2023-12-26T16:52:52.489770+0000 mgr.smithi046.hnrily (mgr.14180) 648 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 1981M 2023-12-26T16:52:53.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:53 smithi073 bash[29040]: cephadm 2023-12-26T16:52:52.511766+0000 mgr.smithi046.hnrily (mgr.14180) 649 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 2748M 2023-12-26T16:52:53.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:53 smithi073 bash[29040]: cluster 2023-12-26T16:52:52.525645+0000 mgr.smithi046.hnrily (mgr.14180) 650 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:52:53.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:53 smithi073 bash[29040]: cephadm 2023-12-26T16:52:52.548324+0000 mgr.smithi046.hnrily (mgr.14180) 651 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.dvkald on smithi073 2023-12-26T16:52:53.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:53 smithi073 bash[29040]: cluster 2023-12-26T16:52:52.720439+0000 mon.smithi046 (mon.0) 831 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:52:53.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:53 smithi073 bash[29040]: cluster 2023-12-26T16:52:52.720502+0000 mon.smithi046 (mon.0) 832 : cluster [INF] Cluster is now healthy 2023-12-26T16:52:54.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:53 smithi046 bash[24815]: cluster 2023-12-26T16:52:52.233706+0000 mgr.smithi046.hnrily (mgr.14180) 647 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:52:54.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:53 smithi046 bash[24815]: cephadm 2023-12-26T16:52:52.489770+0000 mgr.smithi046.hnrily (mgr.14180) 648 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 1981M 2023-12-26T16:52:54.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:53 smithi046 bash[24815]: cephadm 2023-12-26T16:52:52.511766+0000 mgr.smithi046.hnrily (mgr.14180) 649 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 2748M 2023-12-26T16:52:54.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:53 smithi046 bash[24815]: cluster 2023-12-26T16:52:52.525645+0000 mgr.smithi046.hnrily (mgr.14180) 650 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:52:54.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:53 smithi046 bash[24815]: cephadm 2023-12-26T16:52:52.548324+0000 mgr.smithi046.hnrily (mgr.14180) 651 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.dvkald on smithi073 2023-12-26T16:52:54.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:53 smithi046 bash[24815]: cluster 2023-12-26T16:52:52.720439+0000 mon.smithi046 (mon.0) 831 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:52:54.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:53 smithi046 bash[24815]: cluster 2023-12-26T16:52:52.720502+0000 mon.smithi046 (mon.0) 832 : cluster [INF] Cluster is now healthy 2023-12-26T16:52:54.876 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:52:54.877 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:50:43.703282Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.qdaxye on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:48.057203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.gidimr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\nDeploy daemon haproxy.nfs.foo.smithi073.gidimr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.193950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uwmqnl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\nDeploy daemon haproxy.nfs.foo.smithi046.uwmqnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.196673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.stnhsv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:52:55.575 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:52:55.836 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:55 smithi046 bash[24815]: cluster 2023-12-26T16:52:54.526238+0000 mgr.smithi046.hnrily (mgr.14180) 652 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:52:56.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:55 smithi073 bash[29040]: cluster 2023-12-26T16:52:54.526238+0000 mgr.smithi046.hnrily (mgr.14180) 652 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:52:56.576 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:52:56.773 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:56 smithi046 bash[24815]: audit 2023-12-26T16:52:54.877217+0000 mgr.smithi046.hnrily (mgr.14180) 653 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:56.773 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:56 smithi046 bash[24815]: audit 2023-12-26T16:52:56.505342+0000 mon.smithi046 (mon.0) 833 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.dvkald"}]: dispatch 2023-12-26T16:52:57.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:56 smithi073 bash[29040]: audit 2023-12-26T16:52:54.877217+0000 mgr.smithi046.hnrily (mgr.14180) 653 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:52:57.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:56 smithi073 bash[29040]: audit 2023-12-26T16:52:56.505342+0000 mon.smithi046 (mon.0) 833 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.dvkald"}]: dispatch 2023-12-26T16:52:58.052 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: cephadm 2023-12-26T16:52:56.504263+0000 mgr.smithi046.hnrily (mgr.14180) 654 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald 2023-12-26T16:52:58.053 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:52:58.053 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald 2023-12-26T16:52:58.053 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald 2023-12-26T16:52:58.053 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:52:58.053 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald 2023-12-26T16:52:58.053 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.dvkald ... 2023-12-26T16:52:58.053 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:52:58.053 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:52:58.053 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:52:58.053 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:52:58.053 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:52:58.053 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:52:58.053 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:52:58.053 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:52:58.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:52:58.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:52:58.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald 2023-12-26T16:52:58.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:52:58.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald 2023-12-26T16:52:58.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald 2023-12-26T16:52:58.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:52:58.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald 2023-12-26T16:52:58.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.dvkald ... 2023-12-26T16:52:58.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:52:58.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:52:58.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:52:58.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:52:58.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:52:58.054 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: cephadm 2023-12-26T16:52:56.504780+0000 mgr.smithi046.hnrily (mgr.14180) 655 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.dvkald 2023-12-26T16:52:58.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: cephadm 2023-12-26T16:52:56.506990+0000 mgr.smithi046.hnrily (mgr.14180) 656 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.dvkald on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald 2023-12-26T16:52:58.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:52:58.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald 2023-12-26T16:52:58.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald 2023-12-26T16:52:58.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:52:58.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald 2023-12-26T16:52:58.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.dvkald ... 2023-12-26T16:52:58.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:52:58.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:52:58.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:52:58.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:52:58.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:52:58.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: cephadm 2023-12-26T16:52:56.511923+0000 mgr.smithi046.hnrily (mgr.14180) 657 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.vdbpya on smithi046 2023-12-26T16:52:58.055 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:57 smithi046 bash[24815]: cluster 2023-12-26T16:52:56.527510+0000 mgr.smithi046.hnrily (mgr.14180) 658 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:52:58.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: cephadm 2023-12-26T16:52:56.504263+0000 mgr.smithi046.hnrily (mgr.14180) 654 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald 2023-12-26T16:52:58.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:52:58.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald 2023-12-26T16:52:58.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald 2023-12-26T16:52:58.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:52:58.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald 2023-12-26T16:52:58.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.dvkald ... 2023-12-26T16:52:58.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:52:58.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:52:58.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:52:58.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:52:58.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:52:58.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:52:58.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:52:58.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:52:58.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:52:58.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:52:58.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald 2023-12-26T16:52:58.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:52:58.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald 2023-12-26T16:52:58.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald 2023-12-26T16:52:58.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:52:58.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald 2023-12-26T16:52:58.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.dvkald ... 2023-12-26T16:52:58.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:52:58.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:52:58.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:52:58.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:52:58.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:52:58.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: cephadm 2023-12-26T16:52:56.504780+0000 mgr.smithi046.hnrily (mgr.14180) 655 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.dvkald 2023-12-26T16:52:58.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: cephadm 2023-12-26T16:52:56.506990+0000 mgr.smithi046.hnrily (mgr.14180) 656 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.dvkald on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald 2023-12-26T16:52:58.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:52:58.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald 2023-12-26T16:52:58.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald 2023-12-26T16:52:58.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:52:58.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald 2023-12-26T16:52:58.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.dvkald ... 2023-12-26T16:52:58.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:52:58.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:52:58.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:52:58.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:52:58.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:52:58.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: cephadm 2023-12-26T16:52:56.511923+0000 mgr.smithi046.hnrily (mgr.14180) 657 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.vdbpya on smithi046 2023-12-26T16:52:58.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:57 smithi073 bash[29040]: cluster 2023-12-26T16:52:56.527510+0000 mgr.smithi046.hnrily (mgr.14180) 658 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:52:59.828 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:52:59.828 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:51:48.057203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.gidimr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-gidimr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.gidimr\nDeploy daemon haproxy.nfs.foo.smithi073.gidimr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.193950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uwmqnl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-uwmqnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.uwmqnl\nDeploy daemon haproxy.nfs.foo.smithi046.uwmqnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:51:52.196673Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.stnhsv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:52:56.506728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dvkald on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\nDeploy daemon haproxy.nfs.foo.smithi073.dvkald ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:53:00.027 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:52:59 smithi046 bash[24815]: cluster 2023-12-26T16:52:58.528194+0000 mgr.smithi046.hnrily (mgr.14180) 659 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:53:00.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:52:59 smithi073 bash[29040]: cluster 2023-12-26T16:52:58.528194+0000 mgr.smithi046.hnrily (mgr.14180) 659 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:53:00.569 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:53:01.569 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:53:01.837 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: audit 2023-12-26T16:52:59.828620+0000 mgr.smithi046.hnrily (mgr.14180) 660 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:01.837 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: cluster 2023-12-26T16:53:00.528651+0000 mgr.smithi046.hnrily (mgr.14180) 661 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:53:01.837 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: cephadm 2023-12-26T16:53:00.639845+0000 mgr.smithi046.hnrily (mgr.14180) 662 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya 2023-12-26T16:53:01.837 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:53:01.837 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya 2023-12-26T16:53:01.837 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya 2023-12-26T16:53:01.837 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:53:01.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya 2023-12-26T16:53:01.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.vdbpya ... 2023-12-26T16:53:01.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:53:01.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:53:01.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:53:01.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:53:01.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:53:01.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:53:01.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:53:01.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:53:01.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:53:01.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:53:01.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya 2023-12-26T16:53:01.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:53:01.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya 2023-12-26T16:53:01.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya 2023-12-26T16:53:01.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:53:01.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya 2023-12-26T16:53:01.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.vdbpya ... 2023-12-26T16:53:01.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:53:01.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:53:01.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:53:01.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:53:01.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:53:01.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: cephadm 2023-12-26T16:53:00.640287+0000 mgr.smithi046.hnrily (mgr.14180) 663 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.vdbpya 2023-12-26T16:53:01.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: audit 2023-12-26T16:53:00.641008+0000 mon.smithi046 (mon.0) 834 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.vdbpya"}]: dispatch 2023-12-26T16:53:01.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: cephadm 2023-12-26T16:53:00.642486+0000 mgr.smithi046.hnrily (mgr.14180) 664 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.vdbpya on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya 2023-12-26T16:53:01.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:53:01.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya 2023-12-26T16:53:01.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya 2023-12-26T16:53:01.840 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:53:01.840 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya 2023-12-26T16:53:01.840 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.vdbpya ... 2023-12-26T16:53:01.840 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:53:01.840 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:53:01.840 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:53:01.840 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:53:01.840 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:53:01.840 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: cephadm 2023-12-26T16:53:00.645985+0000 mgr.smithi046.hnrily (mgr.14180) 665 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.anszuk on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:53:01.840 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: cephadm 2023-12-26T16:53:00.648840+0000 mgr.smithi046.hnrily (mgr.14180) 666 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:53:01.840 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: cluster 2023-12-26T16:53:00.650090+0000 mgr.smithi046.hnrily (mgr.14180) 667 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:53:01.840 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: cluster 2023-12-26T16:53:00.754931+0000 mon.smithi046 (mon.0) 835 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:53:01.840 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:01 smithi046 bash[24815]: audit 2023-12-26T16:53:01.005999+0000 mon.smithi046 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:53:01.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: audit 2023-12-26T16:52:59.828620+0000 mgr.smithi046.hnrily (mgr.14180) 660 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:01.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: cluster 2023-12-26T16:53:00.528651+0000 mgr.smithi046.hnrily (mgr.14180) 661 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:53:01.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: cephadm 2023-12-26T16:53:00.639845+0000 mgr.smithi046.hnrily (mgr.14180) 662 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya 2023-12-26T16:53:01.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:53:01.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya 2023-12-26T16:53:01.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya 2023-12-26T16:53:01.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:53:01.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya 2023-12-26T16:53:01.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.vdbpya ... 2023-12-26T16:53:01.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:53:01.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:53:01.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:53:01.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:53:01.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:53:01.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:53:01.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:53:01.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:53:01.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:53:01.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:53:01.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya 2023-12-26T16:53:01.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:53:01.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya 2023-12-26T16:53:01.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya 2023-12-26T16:53:01.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:53:01.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya 2023-12-26T16:53:01.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.vdbpya ... 2023-12-26T16:53:01.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:53:01.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:53:01.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:53:01.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:53:01.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:53:01.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: cephadm 2023-12-26T16:53:00.640287+0000 mgr.smithi046.hnrily (mgr.14180) 663 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.vdbpya 2023-12-26T16:53:01.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: audit 2023-12-26T16:53:00.641008+0000 mon.smithi046 (mon.0) 834 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.vdbpya"}]: dispatch 2023-12-26T16:53:01.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: cephadm 2023-12-26T16:53:00.642486+0000 mgr.smithi046.hnrily (mgr.14180) 664 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.vdbpya on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya 2023-12-26T16:53:01.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:53:01.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya 2023-12-26T16:53:01.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya 2023-12-26T16:53:01.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:53:01.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya 2023-12-26T16:53:01.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.vdbpya ... 2023-12-26T16:53:01.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:53:01.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:53:01.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:53:01.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:53:01.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:53:01.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: cephadm 2023-12-26T16:53:00.645985+0000 mgr.smithi046.hnrily (mgr.14180) 665 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.anszuk on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:53:01.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: cephadm 2023-12-26T16:53:00.648840+0000 mgr.smithi046.hnrily (mgr.14180) 666 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:53:01.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: cluster 2023-12-26T16:53:00.650090+0000 mgr.smithi046.hnrily (mgr.14180) 667 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T16:53:01.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: cluster 2023-12-26T16:53:00.754931+0000 mon.smithi046 (mon.0) 835 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:53:01.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:01 smithi073 bash[29040]: audit 2023-12-26T16:53:01.005999+0000 mon.smithi046 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:53:03.836 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:03 smithi046 bash[24815]: cluster 2023-12-26T16:53:02.651314+0000 mgr.smithi046.hnrily (mgr.14180) 668 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-26T16:53:03.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:03 smithi073 bash[29040]: cluster 2023-12-26T16:53:02.651314+0000 mgr.smithi046.hnrily (mgr.14180) 668 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-26T16:53:04.690 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:53:04.690 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:52:56.506728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dvkald on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\nDeploy daemon haproxy.nfs.foo.smithi073.dvkald ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.642302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vdbpya on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\nDeploy daemon haproxy.nfs.foo.smithi046.vdbpya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.645823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.anszuk on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:53:05.490 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:53:05.836 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:05 smithi046 bash[24815]: cluster 2023-12-26T16:53:04.652194+0000 mgr.smithi046.hnrily (mgr.14180) 669 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-26T16:53:05.836 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:05 smithi046 bash[24815]: audit 2023-12-26T16:53:04.688437+0000 mgr.smithi046.hnrily (mgr.14180) 670 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:05.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:05 smithi073 bash[29040]: cluster 2023-12-26T16:53:04.652194+0000 mgr.smithi046.hnrily (mgr.14180) 669 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-26T16:53:05.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:05 smithi073 bash[29040]: audit 2023-12-26T16:53:04.688437+0000 mgr.smithi046.hnrily (mgr.14180) 670 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:06.491 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:53:07.836 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:07 smithi046 bash[24815]: cluster 2023-12-26T16:53:06.653677+0000 mgr.smithi046.hnrily (mgr.14180) 671 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-26T16:53:07.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:07 smithi073 bash[29040]: cluster 2023-12-26T16:53:06.653677+0000 mgr.smithi046.hnrily (mgr.14180) 671 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-26T16:53:09.684 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:53:09.685 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:52:56.506728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dvkald on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\nDeploy daemon haproxy.nfs.foo.smithi073.dvkald ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.642302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vdbpya on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\nDeploy daemon haproxy.nfs.foo.smithi046.vdbpya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.645823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.anszuk on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:53:09.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:09 smithi073 bash[29040]: cluster 2023-12-26T16:53:08.654698+0000 mgr.smithi046.hnrily (mgr.14180) 672 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-26T16:53:10.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:09 smithi046 bash[24815]: cluster 2023-12-26T16:53:08.654698+0000 mgr.smithi046.hnrily (mgr.14180) 672 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-26T16:53:10.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:53:10.836 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:10 smithi046 bash[24815]: audit 2023-12-26T16:53:09.683900+0000 mgr.smithi046.hnrily (mgr.14180) 673 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:10.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:10 smithi073 bash[29040]: audit 2023-12-26T16:53:09.683900+0000 mgr.smithi046.hnrily (mgr.14180) 673 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:11.481 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:53:11.836 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:11 smithi046 bash[24815]: cluster 2023-12-26T16:53:10.655750+0000 mgr.smithi046.hnrily (mgr.14180) 674 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-26T16:53:11.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:11 smithi073 bash[29040]: cluster 2023-12-26T16:53:10.655750+0000 mgr.smithi046.hnrily (mgr.14180) 674 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-12-26T16:53:13.837 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:13 smithi046 bash[24815]: cluster 2023-12-26T16:53:12.657045+0000 mgr.smithi046.hnrily (mgr.14180) 675 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:53:14.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:13 smithi073 bash[29040]: cluster 2023-12-26T16:53:12.657045+0000 mgr.smithi046.hnrily (mgr.14180) 675 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:53:14.718 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:53:14.718 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:52:56.506728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dvkald on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\nDeploy daemon haproxy.nfs.foo.smithi073.dvkald ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.642302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vdbpya on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\nDeploy daemon haproxy.nfs.foo.smithi046.vdbpya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.645823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.anszuk on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:53:15.443 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:53:16.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:15 smithi046 bash[24815]: cluster 2023-12-26T16:53:14.657923+0000 mgr.smithi046.hnrily (mgr.14180) 676 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:16.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:15 smithi046 bash[24815]: audit 2023-12-26T16:53:14.722172+0000 mgr.smithi046.hnrily (mgr.14180) 677 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:16.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:15 smithi073 bash[29040]: cluster 2023-12-26T16:53:14.657923+0000 mgr.smithi046.hnrily (mgr.14180) 676 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:16.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:15 smithi073 bash[29040]: audit 2023-12-26T16:53:14.722172+0000 mgr.smithi046.hnrily (mgr.14180) 677 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:16.444 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:53:17.837 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:17 smithi046 bash[24815]: cluster 2023-12-26T16:53:16.659265+0000 mgr.smithi046.hnrily (mgr.14180) 678 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:18.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:17 smithi073 bash[29040]: cluster 2023-12-26T16:53:16.659265+0000 mgr.smithi046.hnrily (mgr.14180) 678 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:19.627 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:53:19.627 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:52:56.506728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dvkald on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\nDeploy daemon haproxy.nfs.foo.smithi073.dvkald ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.642302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vdbpya on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\nDeploy daemon haproxy.nfs.foo.smithi046.vdbpya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.645823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.anszuk on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:53:20.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:19 smithi046 bash[24815]: cluster 2023-12-26T16:53:18.660311+0000 mgr.smithi046.hnrily (mgr.14180) 679 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:20.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:19 smithi073 bash[29040]: cluster 2023-12-26T16:53:18.660311+0000 mgr.smithi046.hnrily (mgr.14180) 679 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:20.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:53:21.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:20 smithi046 bash[24815]: audit 2023-12-26T16:53:19.627201+0000 mgr.smithi046.hnrily (mgr.14180) 680 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:21.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:20 smithi073 bash[29040]: audit 2023-12-26T16:53:19.627201+0000 mgr.smithi046.hnrily (mgr.14180) 680 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:21.325 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:53:21.837 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:21 smithi046 bash[24815]: cluster 2023-12-26T16:53:20.661350+0000 mgr.smithi046.hnrily (mgr.14180) 681 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:22.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:21 smithi073 bash[29040]: cluster 2023-12-26T16:53:20.661350+0000 mgr.smithi046.hnrily (mgr.14180) 681 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:24.028 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:23 smithi046 bash[24815]: cluster 2023-12-26T16:53:22.663033+0000 mgr.smithi046.hnrily (mgr.14180) 682 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:53:24.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:23 smithi073 bash[29040]: cluster 2023-12-26T16:53:22.663033+0000 mgr.smithi046.hnrily (mgr.14180) 682 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:53:24.423 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:53:24.423 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:52:56.506728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dvkald on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\nDeploy daemon haproxy.nfs.foo.smithi073.dvkald ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.642302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vdbpya on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\nDeploy daemon haproxy.nfs.foo.smithi046.vdbpya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.645823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.anszuk on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:53:25.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:53:26.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:25 smithi046 bash[24815]: audit 2023-12-26T16:53:24.420276+0000 mgr.smithi046.hnrily (mgr.14180) 683 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:26.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:25 smithi046 bash[24815]: cluster 2023-12-26T16:53:24.664169+0000 mgr.smithi046.hnrily (mgr.14180) 684 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:26.202 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:53:26.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:25 smithi073 bash[29040]: audit 2023-12-26T16:53:24.420276+0000 mgr.smithi046.hnrily (mgr.14180) 683 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:26.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:25 smithi073 bash[29040]: cluster 2023-12-26T16:53:24.664169+0000 mgr.smithi046.hnrily (mgr.14180) 684 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:28.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:27 smithi046 bash[24815]: cluster 2023-12-26T16:53:26.665655+0000 mgr.smithi046.hnrily (mgr.14180) 685 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:28.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:27 smithi073 bash[29040]: cluster 2023-12-26T16:53:26.665655+0000 mgr.smithi046.hnrily (mgr.14180) 685 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:29.337 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:53:29.338 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:52:56.506728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dvkald on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\nDeploy daemon haproxy.nfs.foo.smithi073.dvkald ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.642302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vdbpya on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\nDeploy daemon haproxy.nfs.foo.smithi046.vdbpya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.645823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.anszuk on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:53:29.837 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:29 smithi046 bash[24815]: cluster 2023-12-26T16:53:28.666709+0000 mgr.smithi046.hnrily (mgr.14180) 686 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:30.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:53:30.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:29 smithi073 bash[29040]: cluster 2023-12-26T16:53:28.666709+0000 mgr.smithi046.hnrily (mgr.14180) 686 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:31.036 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:53:31.049 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:30 smithi046 bash[24815]: audit 2023-12-26T16:53:29.341080+0000 mgr.smithi046.hnrily (mgr.14180) 687 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:31.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:30 smithi073 bash[29040]: audit 2023-12-26T16:53:29.341080+0000 mgr.smithi046.hnrily (mgr.14180) 687 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:32.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:31 smithi046 bash[24815]: cluster 2023-12-26T16:53:30.667863+0000 mgr.smithi046.hnrily (mgr.14180) 688 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:32.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:31 smithi073 bash[29040]: cluster 2023-12-26T16:53:30.667863+0000 mgr.smithi046.hnrily (mgr.14180) 688 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:34.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:33 smithi046 bash[24815]: cluster 2023-12-26T16:53:32.669360+0000 mgr.smithi046.hnrily (mgr.14180) 689 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:53:34.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:33 smithi073 bash[29040]: cluster 2023-12-26T16:53:32.669360+0000 mgr.smithi046.hnrily (mgr.14180) 689 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:53:34.233 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:53:34.233 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:52:56.506728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dvkald on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\nDeploy daemon haproxy.nfs.foo.smithi073.dvkald ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.642302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vdbpya on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\nDeploy daemon haproxy.nfs.foo.smithi046.vdbpya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.645823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.anszuk on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:53:34.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:53:35.996 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:53:36.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:35 smithi046 bash[24815]: audit 2023-12-26T16:53:34.230290+0000 mgr.smithi046.hnrily (mgr.14180) 690 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:36.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:35 smithi046 bash[24815]: cluster 2023-12-26T16:53:34.670279+0000 mgr.smithi046.hnrily (mgr.14180) 691 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:36.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:35 smithi073 bash[29040]: audit 2023-12-26T16:53:34.230290+0000 mgr.smithi046.hnrily (mgr.14180) 690 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:36.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:35 smithi073 bash[29040]: cluster 2023-12-26T16:53:34.670279+0000 mgr.smithi046.hnrily (mgr.14180) 691 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:38.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:37 smithi046 bash[24815]: cluster 2023-12-26T16:53:36.671842+0000 mgr.smithi046.hnrily (mgr.14180) 692 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:38.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:37 smithi073 bash[29040]: cluster 2023-12-26T16:53:36.671842+0000 mgr.smithi046.hnrily (mgr.14180) 692 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:39.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:38 smithi046 bash[24815]: cluster 2023-12-26T16:53:38.672910+0000 mgr.smithi046.hnrily (mgr.14180) 693 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:39.193 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:53:39.193 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:52:56.506728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dvkald on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\nDeploy daemon haproxy.nfs.foo.smithi073.dvkald ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.642302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vdbpya on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\nDeploy daemon haproxy.nfs.foo.smithi046.vdbpya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.645823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.anszuk on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:53:39.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:38 smithi073 bash[29040]: cluster 2023-12-26T16:53:38.672910+0000 mgr.smithi046.hnrily (mgr.14180) 693 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:39.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:53:40.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:39 smithi046 bash[24815]: audit 2023-12-26T16:53:39.196687+0000 mgr.smithi046.hnrily (mgr.14180) 694 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:40.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:39 smithi073 bash[29040]: audit 2023-12-26T16:53:39.196687+0000 mgr.smithi046.hnrily (mgr.14180) 694 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:40.922 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:53:41.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:41 smithi046 bash[24815]: cluster 2023-12-26T16:53:40.673895+0000 mgr.smithi046.hnrily (mgr.14180) 695 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:41.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:41 smithi073 bash[29040]: cluster 2023-12-26T16:53:40.673895+0000 mgr.smithi046.hnrily (mgr.14180) 695 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:43.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:43 smithi073 bash[29040]: cluster 2023-12-26T16:53:42.675473+0000 mgr.smithi046.hnrily (mgr.14180) 696 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:53:44.087 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:43 smithi046 bash[24815]: cluster 2023-12-26T16:53:42.675473+0000 mgr.smithi046.hnrily (mgr.14180) 696 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:53:44.126 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:53:44.127 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:52:56.506728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dvkald on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\nDeploy daemon haproxy.nfs.foo.smithi073.dvkald ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.642302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vdbpya on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\nDeploy daemon haproxy.nfs.foo.smithi046.vdbpya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.645823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.anszuk on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:53:44.886 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:53:45.888 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:53:46.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:45 smithi046 bash[24815]: audit 2023-12-26T16:53:44.129731+0000 mgr.smithi046.hnrily (mgr.14180) 697 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:46.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:45 smithi046 bash[24815]: cluster 2023-12-26T16:53:44.676245+0000 mgr.smithi046.hnrily (mgr.14180) 698 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:46.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:45 smithi073 bash[29040]: audit 2023-12-26T16:53:44.129731+0000 mgr.smithi046.hnrily (mgr.14180) 697 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:46.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:45 smithi073 bash[29040]: cluster 2023-12-26T16:53:44.676245+0000 mgr.smithi046.hnrily (mgr.14180) 698 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:48.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:47 smithi046 bash[24815]: cluster 2023-12-26T16:53:46.677613+0000 mgr.smithi046.hnrily (mgr.14180) 699 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:48.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:47 smithi073 bash[29040]: cluster 2023-12-26T16:53:46.677613+0000 mgr.smithi046.hnrily (mgr.14180) 699 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:48.971 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:53:48.971 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:52:56.506728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dvkald on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\nDeploy daemon haproxy.nfs.foo.smithi073.dvkald ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.642302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vdbpya on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\nDeploy daemon haproxy.nfs.foo.smithi046.vdbpya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.645823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.anszuk on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:53:49.729 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:53:50.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:49 smithi046 bash[24815]: cluster 2023-12-26T16:53:48.678539+0000 mgr.smithi046.hnrily (mgr.14180) 700 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:50.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:49 smithi073 bash[29040]: cluster 2023-12-26T16:53:48.678539+0000 mgr.smithi046.hnrily (mgr.14180) 700 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:50.730 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:53:51.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:50 smithi046 bash[24815]: audit 2023-12-26T16:53:48.973667+0000 mgr.smithi046.hnrily (mgr.14180) 701 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:51.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:50 smithi073 bash[29040]: audit 2023-12-26T16:53:48.973667+0000 mgr.smithi046.hnrily (mgr.14180) 701 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:52.012 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:51 smithi046 bash[24815]: cluster 2023-12-26T16:53:50.679740+0000 mgr.smithi046.hnrily (mgr.14180) 702 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:52.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:51 smithi073 bash[29040]: cluster 2023-12-26T16:53:50.679740+0000 mgr.smithi046.hnrily (mgr.14180) 702 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:53.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:53 smithi046 bash[24815]: cluster 2023-12-26T16:53:52.680605+0000 mgr.smithi046.hnrily (mgr.14180) 703 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:53:53.920 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:53:53.921 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:52:56.506728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dvkald on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\nDeploy daemon haproxy.nfs.foo.smithi073.dvkald ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.642302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vdbpya on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\nDeploy daemon haproxy.nfs.foo.smithi046.vdbpya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.645823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.anszuk on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:53:54.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:53 smithi073 bash[29040]: cluster 2023-12-26T16:53:52.680605+0000 mgr.smithi046.hnrily (mgr.14180) 703 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:53:54.636 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:53:55.638 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:53:56.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:55 smithi046 bash[24815]: audit 2023-12-26T16:53:53.918435+0000 mgr.smithi046.hnrily (mgr.14180) 704 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:56.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:55 smithi046 bash[24815]: cluster 2023-12-26T16:53:54.681517+0000 mgr.smithi046.hnrily (mgr.14180) 705 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:56.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:55 smithi073 bash[29040]: audit 2023-12-26T16:53:53.918435+0000 mgr.smithi046.hnrily (mgr.14180) 704 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:53:56.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:55 smithi073 bash[29040]: cluster 2023-12-26T16:53:54.681517+0000 mgr.smithi046.hnrily (mgr.14180) 705 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:58.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:57 smithi046 bash[24815]: cluster 2023-12-26T16:53:56.683088+0000 mgr.smithi046.hnrily (mgr.14180) 706 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:58.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:57 smithi073 bash[29040]: cluster 2023-12-26T16:53:56.683088+0000 mgr.smithi046.hnrily (mgr.14180) 706 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:58.770 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:53:58.770 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:52:56.506728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dvkald on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\nDeploy daemon haproxy.nfs.foo.smithi073.dvkald ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.642302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vdbpya on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\nDeploy daemon haproxy.nfs.foo.smithi046.vdbpya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.645823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.anszuk on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:53:59.553 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:53:59.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:59 smithi046 bash[24815]: cluster 2023-12-26T16:53:58.684131+0000 mgr.smithi046.hnrily (mgr.14180) 707 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:53:59.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:53:59 smithi046 bash[24815]: audit 2023-12-26T16:53:58.768349+0000 mgr.smithi046.hnrily (mgr.14180) 708 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:00.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:59 smithi073 bash[29040]: cluster 2023-12-26T16:53:58.684131+0000 mgr.smithi046.hnrily (mgr.14180) 707 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:00.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:53:59 smithi073 bash[29040]: audit 2023-12-26T16:53:58.768349+0000 mgr.smithi046.hnrily (mgr.14180) 708 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:00.553 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:54:01.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:01 smithi046 bash[24815]: audit 2023-12-26T16:54:00.653634+0000 mon.smithi046 (mon.0) 837 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:54:01.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:01 smithi046 bash[24815]: cluster 2023-12-26T16:54:00.685130+0000 mgr.smithi046.hnrily (mgr.14180) 709 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:01.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:01 smithi046 bash[24815]: audit 2023-12-26T16:54:00.937252+0000 mon.smithi046 (mon.0) 838 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:54:01.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:01 smithi046 bash[24815]: audit 2023-12-26T16:54:00.938993+0000 mon.smithi046 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:54:01.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:01 smithi046 bash[24815]: audit 2023-12-26T16:54:00.947192+0000 mon.smithi046 (mon.0) 840 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:54:01.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:01 smithi046 bash[24815]: audit 2023-12-26T16:54:00.953027+0000 mon.smithi046 (mon.0) 841 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:54:01.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:01 smithi046 bash[24815]: audit 2023-12-26T16:54:00.965476+0000 mon.smithi046 (mon.0) 842 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:54:01.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:01 smithi073 bash[29040]: audit 2023-12-26T16:54:00.653634+0000 mon.smithi046 (mon.0) 837 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:54:01.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:01 smithi073 bash[29040]: cluster 2023-12-26T16:54:00.685130+0000 mgr.smithi046.hnrily (mgr.14180) 709 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:01.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:01 smithi073 bash[29040]: audit 2023-12-26T16:54:00.937252+0000 mon.smithi046 (mon.0) 838 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:54:01.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:01 smithi073 bash[29040]: audit 2023-12-26T16:54:00.938993+0000 mon.smithi046 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:54:01.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:01 smithi073 bash[29040]: audit 2023-12-26T16:54:00.947192+0000 mon.smithi046 (mon.0) 840 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:54:01.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:01 smithi073 bash[29040]: audit 2023-12-26T16:54:00.953027+0000 mon.smithi046 (mon.0) 841 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:54:01.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:01 smithi073 bash[29040]: audit 2023-12-26T16:54:00.965476+0000 mon.smithi046 (mon.0) 842 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:54:02.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:02 smithi046 bash[24815]: cluster 2023-12-26T16:54:00.948008+0000 mgr.smithi046.hnrily (mgr.14180) 710 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:54:02.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:02 smithi046 bash[24815]: cephadm 2023-12-26T16:54:00.969494+0000 mgr.smithi046.hnrily (mgr.14180) 711 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.ngxzck on smithi073 2023-12-26T16:54:02.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:02 smithi046 bash[24815]: cluster 2023-12-26T16:54:01.570923+0000 mon.smithi046 (mon.0) 843 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:54:02.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:02 smithi046 bash[24815]: cluster 2023-12-26T16:54:01.570983+0000 mon.smithi046 (mon.0) 844 : cluster [INF] Cluster is now healthy 2023-12-26T16:54:02.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:02 smithi073 bash[29040]: cluster 2023-12-26T16:54:00.948008+0000 mgr.smithi046.hnrily (mgr.14180) 710 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:54:02.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:02 smithi073 bash[29040]: cephadm 2023-12-26T16:54:00.969494+0000 mgr.smithi046.hnrily (mgr.14180) 711 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.ngxzck on smithi073 2023-12-26T16:54:02.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:02 smithi073 bash[29040]: cluster 2023-12-26T16:54:01.570923+0000 mon.smithi046 (mon.0) 843 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:54:02.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:02 smithi073 bash[29040]: cluster 2023-12-26T16:54:01.570983+0000 mon.smithi046 (mon.0) 844 : cluster [INF] Cluster is now healthy 2023-12-26T16:54:03.645 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:54:03.645 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:51:52.198715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jjrmzx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:52:56.506728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dvkald on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\nDeploy daemon haproxy.nfs.foo.smithi073.dvkald ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.642302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vdbpya on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\nDeploy daemon haproxy.nfs.foo.smithi046.vdbpya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.645823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.anszuk on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:54:04.379 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:54:04.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:04 smithi073 bash[29040]: cluster 2023-12-26T16:54:02.948981+0000 mgr.smithi046.hnrily (mgr.14180) 712 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:54:04.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:04 smithi073 bash[29040]: audit 2023-12-26T16:54:03.642664+0000 mgr.smithi046.hnrily (mgr.14180) 713 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:04.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:04 smithi046 bash[24815]: cluster 2023-12-26T16:54:02.948981+0000 mgr.smithi046.hnrily (mgr.14180) 712 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:54:04.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:04 smithi046 bash[24815]: audit 2023-12-26T16:54:03.642664+0000 mgr.smithi046.hnrily (mgr.14180) 713 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:05.380 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:54:05.838 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:05 smithi046 bash[24815]: audit 2023-12-26T16:54:05.019160+0000 mon.smithi046 (mon.0) 845 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.ngxzck"}]: dispatch 2023-12-26T16:54:05.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:05 smithi073 bash[29040]: audit 2023-12-26T16:54:05.019160+0000 mon.smithi046 (mon.0) 845 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.ngxzck"}]: dispatch 2023-12-26T16:54:06.788 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: cluster 2023-12-26T16:54:04.949740+0000 mgr.smithi046.hnrily (mgr.14180) 714 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:54:06.788 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: cephadm 2023-12-26T16:54:05.017946+0000 mgr.smithi046.hnrily (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-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck 2023-12-26T16:54:06.788 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:54:06.788 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck 2023-12-26T16:54:06.788 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck 2023-12-26T16:54:06.788 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:54:06.788 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck 2023-12-26T16:54:06.788 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.ngxzck ... 2023-12-26T16:54:06.788 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:06.789 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:54:06.789 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:54:06.789 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:54:06.789 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:06.789 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:54:06.789 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:54:06.789 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:54:06.789 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:54:06.789 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:54:06.789 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck 2023-12-26T16:54:06.789 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:54:06.789 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck 2023-12-26T16:54:06.790 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck 2023-12-26T16:54:06.790 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:54:06.790 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck 2023-12-26T16:54:06.790 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.ngxzck ... 2023-12-26T16:54:06.790 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:06.790 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:54:06.790 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:54:06.790 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:54:06.790 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:06.790 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: cephadm 2023-12-26T16:54:05.018474+0000 mgr.smithi046.hnrily (mgr.14180) 716 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.ngxzck 2023-12-26T16:54:06.790 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: cephadm 2023-12-26T16:54:05.021111+0000 mgr.smithi046.hnrily (mgr.14180) 717 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.ngxzck on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck 2023-12-26T16:54:06.790 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:54:06.791 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck 2023-12-26T16:54:06.791 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck 2023-12-26T16:54:06.791 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:54:06.791 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck 2023-12-26T16:54:06.791 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.ngxzck ... 2023-12-26T16:54:06.791 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:06.791 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:54:06.791 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:54:06.791 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:54:06.791 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:06.791 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:06 smithi046 bash[24815]: cephadm 2023-12-26T16:54:05.026026+0000 mgr.smithi046.hnrily (mgr.14180) 718 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.hpbhvk on smithi046 2023-12-26T16:54:06.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: cluster 2023-12-26T16:54:04.949740+0000 mgr.smithi046.hnrily (mgr.14180) 714 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:54:06.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: cephadm 2023-12-26T16:54:05.017946+0000 mgr.smithi046.hnrily (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-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck 2023-12-26T16:54:06.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:54:06.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck 2023-12-26T16:54:06.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck 2023-12-26T16:54:06.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:54:06.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck 2023-12-26T16:54:06.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.ngxzck ... 2023-12-26T16:54:06.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:06.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:54:06.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:54:06.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:54:06.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:06.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:54:06.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:54:06.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:54:06.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:54:06.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:54:06.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck 2023-12-26T16:54:06.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:54:06.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck 2023-12-26T16:54:06.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck 2023-12-26T16:54:06.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:54:06.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck 2023-12-26T16:54:06.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.ngxzck ... 2023-12-26T16:54:06.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:06.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:54:06.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:54:06.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:54:06.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:06.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: cephadm 2023-12-26T16:54:05.018474+0000 mgr.smithi046.hnrily (mgr.14180) 716 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.ngxzck 2023-12-26T16:54:06.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: cephadm 2023-12-26T16:54:05.021111+0000 mgr.smithi046.hnrily (mgr.14180) 717 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.ngxzck on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck 2023-12-26T16:54:06.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:54:06.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck 2023-12-26T16:54:06.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck 2023-12-26T16:54:06.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:54:06.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck 2023-12-26T16:54:06.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.ngxzck ... 2023-12-26T16:54:06.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:06.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:54:06.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:54:06.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:54:06.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:06.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:06 smithi073 bash[29040]: cephadm 2023-12-26T16:54:05.026026+0000 mgr.smithi046.hnrily (mgr.14180) 718 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.hpbhvk on smithi046 2023-12-26T16:54:08.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:07 smithi046 bash[24815]: audit 2023-12-26T16:54:06.804944+0000 mon.smithi046 (mon.0) 846 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:54:08.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:07 smithi073 bash[29040]: audit 2023-12-26T16:54:06.804944+0000 mon.smithi046 (mon.0) 846 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:54:08.536 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:54:08.536 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:52:56.506728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dvkald on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dvkald\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dvkald\nDeploy daemon haproxy.nfs.foo.smithi073.dvkald ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.642302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.vdbpya on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-vdbpya\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.vdbpya\nDeploy daemon haproxy.nfs.foo.smithi046.vdbpya ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:53:00.645823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.anszuk on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:05.020820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ngxzck on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\nDeploy daemon haproxy.nfs.foo.smithi073.ngxzck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:54:09.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:08 smithi046 bash[24815]: cluster 2023-12-26T16:54:06.950981+0000 mgr.smithi046.hnrily (mgr.14180) 719 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:54:09.089 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:08 smithi046 bash[24815]: audit 2023-12-26T16:54:08.534878+0000 mgr.smithi046.hnrily (mgr.14180) 720 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:09.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:08 smithi073 bash[29040]: cluster 2023-12-26T16:54:06.950981+0000 mgr.smithi046.hnrily (mgr.14180) 719 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:54:09.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:08 smithi073 bash[29040]: audit 2023-12-26T16:54:08.534878+0000 mgr.smithi046.hnrily (mgr.14180) 720 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:09.352 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:54:10.089 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: cluster 2023-12-26T16:54:08.951657+0000 mgr.smithi046.hnrily (mgr.14180) 721 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:54:10.089 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: cephadm 2023-12-26T16:54:09.405736+0000 mgr.smithi046.hnrily (mgr.14180) 722 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk 2023-12-26T16:54:10.089 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:54:10.089 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk 2023-12-26T16:54:10.089 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk 2023-12-26T16:54:10.089 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:54:10.089 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk 2023-12-26T16:54:10.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.hpbhvk ... 2023-12-26T16:54:10.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:10.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:54:10.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:54:10.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:54:10.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:10.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:54:10.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:54:10.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:54:10.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:54:10.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:54:10.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk 2023-12-26T16:54:10.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:54:10.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk 2023-12-26T16:54:10.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk 2023-12-26T16:54:10.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:54:10.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk 2023-12-26T16:54:10.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.hpbhvk ... 2023-12-26T16:54:10.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:10.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:54:10.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:54:10.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:54:10.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:10.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: cephadm 2023-12-26T16:54:09.406235+0000 mgr.smithi046.hnrily (mgr.14180) 723 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.hpbhvk 2023-12-26T16:54:10.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: audit 2023-12-26T16:54:09.406954+0000 mon.smithi046 (mon.0) 847 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.hpbhvk"}]: dispatch 2023-12-26T16:54:10.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: cephadm 2023-12-26T16:54:09.408267+0000 mgr.smithi046.hnrily (mgr.14180) 724 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.hpbhvk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk 2023-12-26T16:54:10.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:54:10.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk 2023-12-26T16:54:10.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk 2023-12-26T16:54:10.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:54:10.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk 2023-12-26T16:54:10.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.hpbhvk ... 2023-12-26T16:54:10.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:10.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:54:10.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:54:10.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:54:10.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:10.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: cephadm 2023-12-26T16:54:09.411880+0000 mgr.smithi046.hnrily (mgr.14180) 725 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.mgttui on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:54:10.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: cephadm 2023-12-26T16:54:09.414821+0000 mgr.smithi046.hnrily (mgr.14180) 726 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:54:10.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:09 smithi046 bash[24815]: cluster 2023-12-26T16:54:09.416148+0000 mgr.smithi046.hnrily (mgr.14180) 727 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 0 op/s 2023-12-26T16:54:10.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: cluster 2023-12-26T16:54:08.951657+0000 mgr.smithi046.hnrily (mgr.14180) 721 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:54:10.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: cephadm 2023-12-26T16:54:09.405736+0000 mgr.smithi046.hnrily (mgr.14180) 722 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk 2023-12-26T16:54:10.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:54:10.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk 2023-12-26T16:54:10.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk 2023-12-26T16:54:10.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:54:10.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk 2023-12-26T16:54:10.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.hpbhvk ... 2023-12-26T16:54:10.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:10.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:54:10.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:54:10.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:54:10.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:10.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:54:10.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:54:10.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:54:10.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:54:10.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:54:10.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk 2023-12-26T16:54:10.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:54:10.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk 2023-12-26T16:54:10.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk 2023-12-26T16:54:10.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:54:10.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk 2023-12-26T16:54:10.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.hpbhvk ... 2023-12-26T16:54:10.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:10.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:54:10.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:54:10.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:54:10.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:10.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: cephadm 2023-12-26T16:54:09.406235+0000 mgr.smithi046.hnrily (mgr.14180) 723 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.hpbhvk 2023-12-26T16:54:10.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: audit 2023-12-26T16:54:09.406954+0000 mon.smithi046 (mon.0) 847 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.hpbhvk"}]: dispatch 2023-12-26T16:54:10.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: cephadm 2023-12-26T16:54:09.408267+0000 mgr.smithi046.hnrily (mgr.14180) 724 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.hpbhvk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk 2023-12-26T16:54:10.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:54:10.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk 2023-12-26T16:54:10.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk 2023-12-26T16:54:10.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:54:10.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk 2023-12-26T16:54:10.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.hpbhvk ... 2023-12-26T16:54:10.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:10.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:54:10.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:54:10.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:54:10.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:54:10.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: cephadm 2023-12-26T16:54:09.411880+0000 mgr.smithi046.hnrily (mgr.14180) 725 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.mgttui on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:54:10.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: cephadm 2023-12-26T16:54:09.414821+0000 mgr.smithi046.hnrily (mgr.14180) 726 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:54:10.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:09 smithi073 bash[29040]: cluster 2023-12-26T16:54:09.416148+0000 mgr.smithi046.hnrily (mgr.14180) 727 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 0 op/s 2023-12-26T16:54:10.353 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:54:11.089 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:10 smithi046 bash[24815]: cluster 2023-12-26T16:54:09.814528+0000 mon.smithi046 (mon.0) 848 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:54:11.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:10 smithi073 bash[29040]: cluster 2023-12-26T16:54:09.814528+0000 mon.smithi046 (mon.0) 848 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:54:12.339 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:12 smithi046 bash[24815]: audit 2023-12-26T16:54:11.056331+0000 mon.smithi046 (mon.0) 849 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:54:12.339 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:12 smithi046 bash[24815]: cluster 2023-12-26T16:54:11.417587+0000 mgr.smithi046.hnrily (mgr.14180) 728 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 391 B/s rd, 0 op/s 2023-12-26T16:54:12.476 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:12 smithi073 bash[29040]: audit 2023-12-26T16:54:11.056331+0000 mon.smithi046 (mon.0) 849 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:54:12.476 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:12 smithi073 bash[29040]: cluster 2023-12-26T16:54:11.417587+0000 mgr.smithi046.hnrily (mgr.14180) 728 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 391 B/s rd, 0 op/s 2023-12-26T16:54:13.630 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:54:13.630 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:05.020820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ngxzck on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\nDeploy daemon haproxy.nfs.foo.smithi073.ngxzck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.408094Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hpbhvk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\nDeploy daemon haproxy.nfs.foo.smithi046.hpbhvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mgttui on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:54:14.352 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:54:14.589 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:14 smithi046 bash[24815]: cluster 2023-12-26T16:54:13.418462+0000 mgr.smithi046.hnrily (mgr.14180) 729 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-26T16:54:14.589 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:14 smithi046 bash[24815]: audit 2023-12-26T16:54:13.632772+0000 mgr.smithi046.hnrily (mgr.14180) 730 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:14.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:14 smithi073 bash[29040]: cluster 2023-12-26T16:54:13.418462+0000 mgr.smithi046.hnrily (mgr.14180) 729 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-26T16:54:14.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:14 smithi073 bash[29040]: audit 2023-12-26T16:54:13.632772+0000 mgr.smithi046.hnrily (mgr.14180) 730 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:15.353 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:54:16.786 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:16 smithi046 bash[24815]: cluster 2023-12-26T16:54:15.419186+0000 mgr.smithi046.hnrily (mgr.14180) 731 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-26T16:54:16.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:16 smithi073 bash[29040]: cluster 2023-12-26T16:54:15.419186+0000 mgr.smithi046.hnrily (mgr.14180) 731 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-26T16:54:18.543 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:54:18.543 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:05.020820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ngxzck on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\nDeploy daemon haproxy.nfs.foo.smithi073.ngxzck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.408094Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hpbhvk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\nDeploy daemon haproxy.nfs.foo.smithi046.hpbhvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mgttui on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:54:18.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:18 smithi046 bash[24815]: cluster 2023-12-26T16:54:17.420872+0000 mgr.smithi046.hnrily (mgr.14180) 732 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-26T16:54:18.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:18 smithi073 bash[29040]: cluster 2023-12-26T16:54:17.420872+0000 mgr.smithi046.hnrily (mgr.14180) 732 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-26T16:54:19.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:54:19.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:19 smithi046 bash[24815]: audit 2023-12-26T16:54:18.537426+0000 mgr.smithi046.hnrily (mgr.14180) 733 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:19.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:19 smithi073 bash[29040]: audit 2023-12-26T16:54:18.537426+0000 mgr.smithi046.hnrily (mgr.14180) 733 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:20.273 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:54:20.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:20 smithi046 bash[24815]: cluster 2023-12-26T16:54:19.421927+0000 mgr.smithi046.hnrily (mgr.14180) 734 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-26T16:54:20.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:20 smithi073 bash[29040]: cluster 2023-12-26T16:54:19.421927+0000 mgr.smithi046.hnrily (mgr.14180) 734 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-26T16:54:23.089 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:22 smithi046 bash[24815]: cluster 2023-12-26T16:54:21.423558+0000 mgr.smithi046.hnrily (mgr.14180) 735 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:54:23.089 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:22 smithi046 bash[24815]: audit 2023-12-26T16:54:21.806506+0000 mon.smithi046 (mon.0) 850 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:54:23.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:22 smithi073 bash[29040]: cluster 2023-12-26T16:54:21.423558+0000 mgr.smithi046.hnrily (mgr.14180) 735 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:54:23.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:22 smithi073 bash[29040]: audit 2023-12-26T16:54:21.806506+0000 mon.smithi046 (mon.0) 850 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:54:23.544 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:54:23.545 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:05.020820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ngxzck on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\nDeploy daemon haproxy.nfs.foo.smithi073.ngxzck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.408094Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hpbhvk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\nDeploy daemon haproxy.nfs.foo.smithi046.hpbhvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mgttui on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:54:24.284 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:54:25.089 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:24 smithi046 bash[24815]: cluster 2023-12-26T16:54:23.424530+0000 mgr.smithi046.hnrily (mgr.14180) 736 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:25.089 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:24 smithi046 bash[24815]: audit 2023-12-26T16:54:23.541840+0000 mgr.smithi046.hnrily (mgr.14180) 737 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:25.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:24 smithi073 bash[29040]: cluster 2023-12-26T16:54:23.424530+0000 mgr.smithi046.hnrily (mgr.14180) 736 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:25.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:24 smithi073 bash[29040]: audit 2023-12-26T16:54:23.541840+0000 mgr.smithi046.hnrily (mgr.14180) 737 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:25.285 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:54:27.089 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:26 smithi046 bash[24815]: cluster 2023-12-26T16:54:25.425205+0000 mgr.smithi046.hnrily (mgr.14180) 738 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:27.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:26 smithi073 bash[29040]: cluster 2023-12-26T16:54:25.425205+0000 mgr.smithi046.hnrily (mgr.14180) 738 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:28.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:27 smithi046 bash[24815]: cluster 2023-12-26T16:54:27.426349+0000 mgr.smithi046.hnrily (mgr.14180) 739 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:28.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:27 smithi073 bash[29040]: cluster 2023-12-26T16:54:27.426349+0000 mgr.smithi046.hnrily (mgr.14180) 739 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:28.465 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:54:28.465 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:05.020820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ngxzck on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\nDeploy daemon haproxy.nfs.foo.smithi073.ngxzck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.408094Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hpbhvk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\nDeploy daemon haproxy.nfs.foo.smithi046.hpbhvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mgttui on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:54:29.089 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:28 smithi046 bash[24815]: audit 2023-12-26T16:54:28.461104+0000 mgr.smithi046.hnrily (mgr.14180) 740 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:29.221 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:54:29.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:28 smithi073 bash[29040]: audit 2023-12-26T16:54:28.461104+0000 mgr.smithi046.hnrily (mgr.14180) 740 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:30.089 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:29 smithi046 bash[24815]: cluster 2023-12-26T16:54:29.427285+0000 mgr.smithi046.hnrily (mgr.14180) 741 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:30.222 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:54:30.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:29 smithi073 bash[29040]: cluster 2023-12-26T16:54:29.427285+0000 mgr.smithi046.hnrily (mgr.14180) 741 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:32.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:32 smithi046 bash[24815]: cluster 2023-12-26T16:54:31.428791+0000 mgr.smithi046.hnrily (mgr.14180) 742 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:54:32.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:32 smithi073 bash[29040]: cluster 2023-12-26T16:54:31.428791+0000 mgr.smithi046.hnrily (mgr.14180) 742 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:54:33.323 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:54:33.323 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:05.020820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ngxzck on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\nDeploy daemon haproxy.nfs.foo.smithi073.ngxzck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.408094Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hpbhvk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\nDeploy daemon haproxy.nfs.foo.smithi046.hpbhvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mgttui on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:54:34.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:54:34.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:34 smithi046 bash[24815]: audit 2023-12-26T16:54:33.321091+0000 mgr.smithi046.hnrily (mgr.14180) 743 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:34.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:34 smithi046 bash[24815]: cluster 2023-12-26T16:54:33.429843+0000 mgr.smithi046.hnrily (mgr.14180) 744 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:34.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:34 smithi073 bash[29040]: audit 2023-12-26T16:54:33.321091+0000 mgr.smithi046.hnrily (mgr.14180) 743 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:34.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:34 smithi073 bash[29040]: cluster 2023-12-26T16:54:33.429843+0000 mgr.smithi046.hnrily (mgr.14180) 744 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:35.034 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:54:36.841 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:36 smithi046 bash[24815]: cluster 2023-12-26T16:54:35.430858+0000 mgr.smithi046.hnrily (mgr.14180) 745 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:36.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:36 smithi073 bash[29040]: cluster 2023-12-26T16:54:35.430858+0000 mgr.smithi046.hnrily (mgr.14180) 745 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:38.192 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:54:38.192 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:05.020820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ngxzck on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\nDeploy daemon haproxy.nfs.foo.smithi073.ngxzck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.408094Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hpbhvk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\nDeploy daemon haproxy.nfs.foo.smithi046.hpbhvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mgttui on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:54:38.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:38 smithi046 bash[24815]: cluster 2023-12-26T16:54:37.432317+0000 mgr.smithi046.hnrily (mgr.14180) 746 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:38.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:54:38.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:38 smithi073 bash[29040]: cluster 2023-12-26T16:54:37.432317+0000 mgr.smithi046.hnrily (mgr.14180) 746 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:39.921 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:54:39.935 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:39 smithi046 bash[24815]: audit 2023-12-26T16:54:38.193273+0000 mgr.smithi046.hnrily (mgr.14180) 747 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:39.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:39 smithi073 bash[29040]: audit 2023-12-26T16:54:38.193273+0000 mgr.smithi046.hnrily (mgr.14180) 747 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:40.929 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:40 smithi046 bash[24815]: cluster 2023-12-26T16:54:39.433357+0000 mgr.smithi046.hnrily (mgr.14180) 748 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:40.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:40 smithi073 bash[29040]: cluster 2023-12-26T16:54:39.433357+0000 mgr.smithi046.hnrily (mgr.14180) 748 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:42.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:42 smithi046 bash[24815]: cluster 2023-12-26T16:54:41.434181+0000 mgr.smithi046.hnrily (mgr.14180) 749 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:54:42.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:42 smithi073 bash[29040]: cluster 2023-12-26T16:54:41.434181+0000 mgr.smithi046.hnrily (mgr.14180) 749 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:54:42.998 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:54:42.998 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:05.020820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ngxzck on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\nDeploy daemon haproxy.nfs.foo.smithi073.ngxzck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.408094Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hpbhvk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\nDeploy daemon haproxy.nfs.foo.smithi046.hpbhvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mgttui on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:54:43.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:54:44.699 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:54:44.902 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:44 smithi046 bash[24815]: audit 2023-12-26T16:54:42.994310+0000 mgr.smithi046.hnrily (mgr.14180) 750 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:44.902 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:44 smithi046 bash[24815]: cluster 2023-12-26T16:54:43.434907+0000 mgr.smithi046.hnrily (mgr.14180) 751 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:44.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:44 smithi073 bash[29040]: audit 2023-12-26T16:54:42.994310+0000 mgr.smithi046.hnrily (mgr.14180) 750 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:44.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:44 smithi073 bash[29040]: cluster 2023-12-26T16:54:43.434907+0000 mgr.smithi046.hnrily (mgr.14180) 751 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:46.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:46 smithi073 bash[29040]: cluster 2023-12-26T16:54:45.435930+0000 mgr.smithi046.hnrily (mgr.14180) 752 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:47.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:46 smithi046 bash[24815]: cluster 2023-12-26T16:54:45.435930+0000 mgr.smithi046.hnrily (mgr.14180) 752 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:47.929 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:54:47.930 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:05.020820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ngxzck on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\nDeploy daemon haproxy.nfs.foo.smithi073.ngxzck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.408094Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hpbhvk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\nDeploy daemon haproxy.nfs.foo.smithi046.hpbhvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mgttui on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:54:48.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:54:48.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:48 smithi073 bash[29040]: cluster 2023-12-26T16:54:47.437345+0000 mgr.smithi046.hnrily (mgr.14180) 753 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:49.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:48 smithi046 bash[24815]: cluster 2023-12-26T16:54:47.437345+0000 mgr.smithi046.hnrily (mgr.14180) 753 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:49.698 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:54:49.894 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:49 smithi046 bash[24815]: audit 2023-12-26T16:54:47.924669+0000 mgr.smithi046.hnrily (mgr.14180) 754 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:49.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:49 smithi073 bash[29040]: audit 2023-12-26T16:54:47.924669+0000 mgr.smithi046.hnrily (mgr.14180) 754 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:50.942 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:50 smithi046 bash[24815]: cluster 2023-12-26T16:54:49.438207+0000 mgr.smithi046.hnrily (mgr.14180) 755 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:50.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:50 smithi073 bash[29040]: cluster 2023-12-26T16:54:49.438207+0000 mgr.smithi046.hnrily (mgr.14180) 755 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:52.795 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:54:52.795 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:05.020820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ngxzck on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\nDeploy daemon haproxy.nfs.foo.smithi073.ngxzck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.408094Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hpbhvk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\nDeploy daemon haproxy.nfs.foo.smithi046.hpbhvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mgttui on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:54:52.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:52 smithi073 bash[29040]: cluster 2023-12-26T16:54:51.439771+0000 mgr.smithi046.hnrily (mgr.14180) 756 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:54:53.033 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:52 smithi046 bash[24815]: cluster 2023-12-26T16:54:51.439771+0000 mgr.smithi046.hnrily (mgr.14180) 756 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:54:53.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:54:53.840 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:53 smithi046 bash[24815]: audit 2023-12-26T16:54:52.791511+0000 mgr.smithi046.hnrily (mgr.14180) 757 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:53.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:53 smithi073 bash[29040]: audit 2023-12-26T16:54:52.791511+0000 mgr.smithi046.hnrily (mgr.14180) 757 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:54.577 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:54:54.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:54 smithi073 bash[29040]: cluster 2023-12-26T16:54:53.440831+0000 mgr.smithi046.hnrily (mgr.14180) 758 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:55.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:54 smithi046 bash[24815]: cluster 2023-12-26T16:54:53.440831+0000 mgr.smithi046.hnrily (mgr.14180) 758 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:56.840 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:56 smithi046 bash[24815]: cluster 2023-12-26T16:54:55.441619+0000 mgr.smithi046.hnrily (mgr.14180) 759 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:56.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:56 smithi073 bash[29040]: cluster 2023-12-26T16:54:55.441619+0000 mgr.smithi046.hnrily (mgr.14180) 759 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:57.662 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:54:57.663 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:05.020820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ngxzck on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\nDeploy daemon haproxy.nfs.foo.smithi073.ngxzck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.408094Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hpbhvk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\nDeploy daemon haproxy.nfs.foo.smithi046.hpbhvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mgttui on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:54:58.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:54:58.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:58 smithi073 bash[29040]: cluster 2023-12-26T16:54:57.442856+0000 mgr.smithi046.hnrily (mgr.14180) 760 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:58.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:54:58 smithi073 bash[29040]: audit 2023-12-26T16:54:57.658430+0000 mgr.smithi046.hnrily (mgr.14180) 761 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:59.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:58 smithi046 bash[24815]: cluster 2023-12-26T16:54:57.442856+0000 mgr.smithi046.hnrily (mgr.14180) 760 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:54:59.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:54:58 smithi046 bash[24815]: audit 2023-12-26T16:54:57.658430+0000 mgr.smithi046.hnrily (mgr.14180) 761 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:54:59.374 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:55:00.800 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:00 smithi046 bash[24815]: cluster 2023-12-26T16:54:59.443522+0000 mgr.smithi046.hnrily (mgr.14180) 762 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:00.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:00 smithi073 bash[29040]: cluster 2023-12-26T16:54:59.443522+0000 mgr.smithi046.hnrily (mgr.14180) 762 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:02.658 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:55:02.658 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:05.020820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ngxzck on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\nDeploy daemon haproxy.nfs.foo.smithi073.ngxzck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.408094Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hpbhvk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\nDeploy daemon haproxy.nfs.foo.smithi046.hpbhvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mgttui on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:55:02.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:02 smithi073 bash[29040]: cluster 2023-12-26T16:55:01.444953+0000 mgr.smithi046.hnrily (mgr.14180) 763 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:55:03.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:02 smithi046 bash[24815]: cluster 2023-12-26T16:55:01.444953+0000 mgr.smithi046.hnrily (mgr.14180) 763 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:55:03.433 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:55:03.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:03 smithi073 bash[29040]: audit 2023-12-26T16:55:02.653228+0000 mgr.smithi046.hnrily (mgr.14180) 764 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:04.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:03 smithi046 bash[24815]: audit 2023-12-26T16:55:02.653228+0000 mgr.smithi046.hnrily (mgr.14180) 764 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:04.434 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:55:04.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:04 smithi073 bash[29040]: cluster 2023-12-26T16:55:03.445956+0000 mgr.smithi046.hnrily (mgr.14180) 765 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:05.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:04 smithi046 bash[24815]: cluster 2023-12-26T16:55:03.445956+0000 mgr.smithi046.hnrily (mgr.14180) 765 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:06.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:06 smithi073 bash[29040]: cluster 2023-12-26T16:55:05.446556+0000 mgr.smithi046.hnrily (mgr.14180) 766 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:07.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:06 smithi046 bash[24815]: cluster 2023-12-26T16:55:05.446556+0000 mgr.smithi046.hnrily (mgr.14180) 766 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:07.535 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:55:07.536 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:05.020820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ngxzck on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\nDeploy daemon haproxy.nfs.foo.smithi073.ngxzck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.408094Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hpbhvk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\nDeploy daemon haproxy.nfs.foo.smithi046.hpbhvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mgttui on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:55:08.288 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:55:08.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:08 smithi073 bash[29040]: cluster 2023-12-26T16:55:07.448033+0000 mgr.smithi046.hnrily (mgr.14180) 767 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:08.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:08 smithi073 bash[29040]: audit 2023-12-26T16:55:07.531662+0000 mgr.smithi046.hnrily (mgr.14180) 768 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:09.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:08 smithi046 bash[24815]: cluster 2023-12-26T16:55:07.448033+0000 mgr.smithi046.hnrily (mgr.14180) 767 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:09.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:08 smithi046 bash[24815]: audit 2023-12-26T16:55:07.531662+0000 mgr.smithi046.hnrily (mgr.14180) 768 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:09.289 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:55:09.840 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:09 smithi046 bash[24815]: audit 2023-12-26T16:55:09.418882+0000 mon.smithi046 (mon.0) 851 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:55:09.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:09 smithi073 bash[29040]: audit 2023-12-26T16:55:09.418882+0000 mon.smithi046 (mon.0) 851 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:55:10.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:10 smithi073 bash[29040]: cluster 2023-12-26T16:55:09.448953+0000 mgr.smithi046.hnrily (mgr.14180) 769 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:10.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:10 smithi073 bash[29040]: audit 2023-12-26T16:55:09.718272+0000 mon.smithi046 (mon.0) 852 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:55:10.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:10 smithi073 bash[29040]: audit 2023-12-26T16:55:09.719437+0000 mon.smithi046 (mon.0) 853 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:55:10.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:10 smithi073 bash[29040]: audit 2023-12-26T16:55:09.726607+0000 mon.smithi046 (mon.0) 854 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:55:10.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:10 smithi073 bash[29040]: cluster 2023-12-26T16:55:09.727156+0000 mgr.smithi046.hnrily (mgr.14180) 770 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:55:10.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:10 smithi073 bash[29040]: audit 2023-12-26T16:55:09.731724+0000 mon.smithi046 (mon.0) 855 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:55:10.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:10 smithi073 bash[29040]: audit 2023-12-26T16:55:09.743849+0000 mon.smithi046 (mon.0) 856 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:55:10.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:10 smithi073 bash[29040]: cephadm 2023-12-26T16:55:09.746468+0000 mgr.smithi046.hnrily (mgr.14180) 771 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.ilutnm on smithi073 2023-12-26T16:55:11.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:10 smithi046 bash[24815]: cluster 2023-12-26T16:55:09.448953+0000 mgr.smithi046.hnrily (mgr.14180) 769 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:11.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:10 smithi046 bash[24815]: audit 2023-12-26T16:55:09.718272+0000 mon.smithi046 (mon.0) 852 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:55:11.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:10 smithi046 bash[24815]: audit 2023-12-26T16:55:09.719437+0000 mon.smithi046 (mon.0) 853 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:55:11.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:10 smithi046 bash[24815]: audit 2023-12-26T16:55:09.726607+0000 mon.smithi046 (mon.0) 854 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:55:11.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:10 smithi046 bash[24815]: cluster 2023-12-26T16:55:09.727156+0000 mgr.smithi046.hnrily (mgr.14180) 770 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:55:11.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:10 smithi046 bash[24815]: audit 2023-12-26T16:55:09.731724+0000 mon.smithi046 (mon.0) 855 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:55:11.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:10 smithi046 bash[24815]: audit 2023-12-26T16:55:09.743849+0000 mon.smithi046 (mon.0) 856 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:55:11.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:10 smithi046 bash[24815]: cephadm 2023-12-26T16:55:09.746468+0000 mgr.smithi046.hnrily (mgr.14180) 771 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.ilutnm on smithi073 2023-12-26T16:55:11.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:11 smithi073 bash[29040]: cluster 2023-12-26T16:55:10.726313+0000 mon.smithi046 (mon.0) 857 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:55:11.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:11 smithi073 bash[29040]: cluster 2023-12-26T16:55:10.726339+0000 mon.smithi046 (mon.0) 858 : cluster [INF] Cluster is now healthy 2023-12-26T16:55:11.990 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:11 smithi046 bash[24815]: cluster 2023-12-26T16:55:10.726313+0000 mon.smithi046 (mon.0) 857 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:55:11.990 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:11 smithi046 bash[24815]: cluster 2023-12-26T16:55:10.726339+0000 mon.smithi046 (mon.0) 858 : cluster [INF] Cluster is now healthy 2023-12-26T16:55:12.410 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:55:12.410 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:53:00.648679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.uutwnx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:05.020820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ngxzck on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\nDeploy daemon haproxy.nfs.foo.smithi073.ngxzck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.408094Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hpbhvk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\nDeploy daemon haproxy.nfs.foo.smithi046.hpbhvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mgttui on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:55:12.840 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:12 smithi046 bash[24815]: cluster 2023-12-26T16:55:11.728678+0000 mgr.smithi046.hnrily (mgr.14180) 772 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:55:13.120 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:12 smithi073 bash[29040]: cluster 2023-12-26T16:55:11.728678+0000 mgr.smithi046.hnrily (mgr.14180) 772 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:55:13.130 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:55:13.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:13 smithi073 bash[29040]: audit 2023-12-26T16:55:12.403358+0000 mgr.smithi046.hnrily (mgr.14180) 773 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:13.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:13 smithi073 bash[29040]: audit 2023-12-26T16:55:13.620577+0000 mon.smithi046 (mon.0) 859 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.ilutnm"}]: dispatch 2023-12-26T16:55:14.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:13 smithi046 bash[24815]: audit 2023-12-26T16:55:12.403358+0000 mgr.smithi046.hnrily (mgr.14180) 773 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:14.090 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:13 smithi046 bash[24815]: audit 2023-12-26T16:55:13.620577+0000 mon.smithi046 (mon.0) 859 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.ilutnm"}]: dispatch 2023-12-26T16:55:14.132 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:55:15.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: cephadm 2023-12-26T16:55:13.619121+0000 mgr.smithi046.hnrily (mgr.14180) 774 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm 2023-12-26T16:55:15.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:55:15.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm 2023-12-26T16:55:15.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm 2023-12-26T16:55:15.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:55:15.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm 2023-12-26T16:55:15.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.ilutnm ... 2023-12-26T16:55:15.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:15.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:55:15.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:55:15.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:55:15.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:15.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:55:15.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:55:15.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:55:15.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:55:15.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:55:15.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm 2023-12-26T16:55:15.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:55:15.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm 2023-12-26T16:55:15.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm 2023-12-26T16:55:15.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:55:15.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm 2023-12-26T16:55:15.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.ilutnm ... 2023-12-26T16:55:15.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:15.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:55:15.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:55:15.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:55:15.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:15.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: cephadm 2023-12-26T16:55:13.619769+0000 mgr.smithi046.hnrily (mgr.14180) 775 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.ilutnm 2023-12-26T16:55:15.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: cephadm 2023-12-26T16:55:13.622519+0000 mgr.smithi046.hnrily (mgr.14180) 776 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.ilutnm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm 2023-12-26T16:55:15.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:55:15.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm 2023-12-26T16:55:15.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm 2023-12-26T16:55:15.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:55:15.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm 2023-12-26T16:55:15.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.ilutnm ... 2023-12-26T16:55:15.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:15.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:55:15.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:55:15.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:55:15.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:15.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: cephadm 2023-12-26T16:55:13.626122+0000 mgr.smithi046.hnrily (mgr.14180) 777 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.nhxpis on smithi046 2023-12-26T16:55:15.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:14 smithi046 bash[24815]: cluster 2023-12-26T16:55:13.729413+0000 mgr.smithi046.hnrily (mgr.14180) 778 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:55:15.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: cephadm 2023-12-26T16:55:13.619121+0000 mgr.smithi046.hnrily (mgr.14180) 774 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm 2023-12-26T16:55:15.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:55:15.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm 2023-12-26T16:55:15.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm 2023-12-26T16:55:15.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:55:15.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm 2023-12-26T16:55:15.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.ilutnm ... 2023-12-26T16:55:15.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:15.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:55:15.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:55:15.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:55:15.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:15.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:55:15.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:55:15.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:55:15.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:55:15.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:55:15.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm 2023-12-26T16:55:15.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:55:15.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm 2023-12-26T16:55:15.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm 2023-12-26T16:55:15.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:55:15.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm 2023-12-26T16:55:15.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.ilutnm ... 2023-12-26T16:55:15.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:15.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:55:15.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:55:15.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:55:15.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:15.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: cephadm 2023-12-26T16:55:13.619769+0000 mgr.smithi046.hnrily (mgr.14180) 775 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.ilutnm 2023-12-26T16:55:15.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: cephadm 2023-12-26T16:55:13.622519+0000 mgr.smithi046.hnrily (mgr.14180) 776 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.ilutnm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm 2023-12-26T16:55:15.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:55:15.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm 2023-12-26T16:55:15.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm 2023-12-26T16:55:15.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:55:15.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm 2023-12-26T16:55:15.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.ilutnm ... 2023-12-26T16:55:15.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:15.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:55:15.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:55:15.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:55:15.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:15.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: cephadm 2023-12-26T16:55:13.626122+0000 mgr.smithi046.hnrily (mgr.14180) 777 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.nhxpis on smithi046 2023-12-26T16:55:15.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:14 smithi073 bash[29040]: cluster 2023-12-26T16:55:13.729413+0000 mgr.smithi046.hnrily (mgr.14180) 778 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:55:16.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:16 smithi073 bash[29040]: cluster 2023-12-26T16:55:15.730164+0000 mgr.smithi046.hnrily (mgr.14180) 779 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:55:16.985 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:16 smithi046 bash[24815]: cluster 2023-12-26T16:55:15.730164+0000 mgr.smithi046.hnrily (mgr.14180) 779 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T16:55:17.138 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:55:17.138 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:54:05.020820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ngxzck on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ngxzck\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ngxzck\nDeploy daemon haproxy.nfs.foo.smithi073.ngxzck ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.408094Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hpbhvk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hpbhvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hpbhvk\nDeploy daemon haproxy.nfs.foo.smithi046.hpbhvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:54:09.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.mgttui on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:13.622333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ilutnm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\nDeploy daemon haproxy.nfs.foo.smithi073.ilutnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:55:17.840 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:17 smithi046 bash[24815]: audit 2023-12-26T16:55:17.461768+0000 mon.smithi046 (mon.0) 860 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.nhxpis"}]: dispatch 2023-12-26T16:55:17.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:17 smithi073 bash[29040]: audit 2023-12-26T16:55:17.461768+0000 mon.smithi046 (mon.0) 860 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.nhxpis"}]: dispatch 2023-12-26T16:55:18.064 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:55:18.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: audit 2023-12-26T16:55:17.133348+0000 mgr.smithi046.hnrily (mgr.14180) 780 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:18.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: cephadm 2023-12-26T16:55:17.460835+0000 mgr.smithi046.hnrily (mgr.14180) 781 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis 2023-12-26T16:55:18.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:55:18.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis 2023-12-26T16:55:18.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis 2023-12-26T16:55:18.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:55:18.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis 2023-12-26T16:55:18.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.nhxpis ... 2023-12-26T16:55:18.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:18.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:55:18.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:55:18.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:55:18.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:18.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:55:18.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:55:18.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:55:18.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:55:18.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:55:18.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis 2023-12-26T16:55:18.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:55:18.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis 2023-12-26T16:55:18.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis 2023-12-26T16:55:18.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:55:18.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis 2023-12-26T16:55:18.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.nhxpis ... 2023-12-26T16:55:18.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:18.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:55:18.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:55:18.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:55:18.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:18.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: cephadm 2023-12-26T16:55:17.461235+0000 mgr.smithi046.hnrily (mgr.14180) 782 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.nhxpis 2023-12-26T16:55:18.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: cephadm 2023-12-26T16:55:17.462798+0000 mgr.smithi046.hnrily (mgr.14180) 783 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.nhxpis on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis 2023-12-26T16:55:18.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:55:18.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis 2023-12-26T16:55:18.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis 2023-12-26T16:55:18.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:55:18.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis 2023-12-26T16:55:18.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.nhxpis ... 2023-12-26T16:55:18.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:18.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:55:18.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:55:18.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:55:18.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:18.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: cephadm 2023-12-26T16:55:17.464847+0000 mgr.smithi046.hnrily (mgr.14180) 784 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.zrpwji on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:55:18.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: cephadm 2023-12-26T16:55:17.466514+0000 mgr.smithi046.hnrily (mgr.14180) 785 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:55:18.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: cluster 2023-12-26T16:55:17.467955+0000 mgr.smithi046.hnrily (mgr.14180) 786 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-12-26T16:55:18.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:18 smithi073 bash[29040]: cluster 2023-12-26T16:55:17.602910+0000 mon.smithi046 (mon.0) 861 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:55:19.065 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:55:19.077 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: audit 2023-12-26T16:55:17.133348+0000 mgr.smithi046.hnrily (mgr.14180) 780 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:19.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: cephadm 2023-12-26T16:55:17.460835+0000 mgr.smithi046.hnrily (mgr.14180) 781 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis 2023-12-26T16:55:19.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:55:19.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis 2023-12-26T16:55:19.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis 2023-12-26T16:55:19.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:55:19.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis 2023-12-26T16:55:19.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.nhxpis ... 2023-12-26T16:55:19.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:19.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:55:19.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:55:19.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:55:19.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:19.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:55:19.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:55:19.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:55:19.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:55:19.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:55:19.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis 2023-12-26T16:55:19.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:55:19.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis 2023-12-26T16:55:19.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis 2023-12-26T16:55:19.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:55:19.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis 2023-12-26T16:55:19.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.nhxpis ... 2023-12-26T16:55:19.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:19.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:55:19.080 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:55:19.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:55:19.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:19.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: cephadm 2023-12-26T16:55:17.461235+0000 mgr.smithi046.hnrily (mgr.14180) 782 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.nhxpis 2023-12-26T16:55:19.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: cephadm 2023-12-26T16:55:17.462798+0000 mgr.smithi046.hnrily (mgr.14180) 783 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.nhxpis on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis 2023-12-26T16:55:19.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:55:19.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis 2023-12-26T16:55:19.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis 2023-12-26T16:55:19.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:55:19.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis 2023-12-26T16:55:19.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.nhxpis ... 2023-12-26T16:55:19.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:19.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:55:19.081 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:55:19.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:55:19.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:55:19.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: cephadm 2023-12-26T16:55:17.464847+0000 mgr.smithi046.hnrily (mgr.14180) 784 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.zrpwji on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:55:19.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: cephadm 2023-12-26T16:55:17.466514+0000 mgr.smithi046.hnrily (mgr.14180) 785 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:55:19.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: cluster 2023-12-26T16:55:17.467955+0000 mgr.smithi046.hnrily (mgr.14180) 786 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-12-26T16:55:19.082 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:18 smithi046 bash[24815]: cluster 2023-12-26T16:55:17.602910+0000 mon.smithi046 (mon.0) 861 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:55:20.840 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:20 smithi046 bash[24815]: cluster 2023-12-26T16:55:19.469002+0000 mgr.smithi046.hnrily (mgr.14180) 787 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-12-26T16:55:20.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:20 smithi073 bash[29040]: cluster 2023-12-26T16:55:19.469002+0000 mgr.smithi046.hnrily (mgr.14180) 787 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-12-26T16:55:22.262 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:55:22.262 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:13.622333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ilutnm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\nDeploy daemon haproxy.nfs.foo.smithi073.ilutnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.462690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.nhxpis on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\nDeploy daemon haproxy.nfs.foo.smithi046.nhxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.464751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zrpwji on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:55:22.456 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:22 smithi046 bash[24815]: audit 2023-12-26T16:55:21.106706+0000 mon.smithi046 (mon.0) 862 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:55:22.456 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:22 smithi046 bash[24815]: cluster 2023-12-26T16:55:21.470495+0000 mgr.smithi046.hnrily (mgr.14180) 788 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 348 B/s rd, 0 op/s 2023-12-26T16:55:22.478 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:22 smithi073 bash[29040]: audit 2023-12-26T16:55:21.106706+0000 mon.smithi046 (mon.0) 862 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:55:22.478 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:22 smithi073 bash[29040]: cluster 2023-12-26T16:55:21.470495+0000 mgr.smithi046.hnrily (mgr.14180) 788 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 348 B/s rd, 0 op/s 2023-12-26T16:55:22.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:55:23.340 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:23 smithi046 bash[24815]: audit 2023-12-26T16:55:22.263117+0000 mgr.smithi046.hnrily (mgr.14180) 789 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:23.478 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:23 smithi073 bash[29040]: audit 2023-12-26T16:55:22.263117+0000 mgr.smithi046.hnrily (mgr.14180) 789 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:23.963 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:55:24.280 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:24 smithi046 bash[24815]: cluster 2023-12-26T16:55:23.471575+0000 mgr.smithi046.hnrily (mgr.14180) 790 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-12-26T16:55:24.478 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:24 smithi073 bash[29040]: cluster 2023-12-26T16:55:23.471575+0000 mgr.smithi046.hnrily (mgr.14180) 790 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-12-26T16:55:26.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:26 smithi073 bash[29040]: cluster 2023-12-26T16:55:25.472540+0000 mgr.smithi046.hnrily (mgr.14180) 791 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-12-26T16:55:27.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:26 smithi046 bash[24815]: cluster 2023-12-26T16:55:25.472540+0000 mgr.smithi046.hnrily (mgr.14180) 791 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-12-26T16:55:27.219 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:55:27.219 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:13.622333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ilutnm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\nDeploy daemon haproxy.nfs.foo.smithi073.ilutnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.462690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.nhxpis on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\nDeploy daemon haproxy.nfs.foo.smithi046.nhxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.464751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zrpwji on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:55:27.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:55:28.974 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:55:28.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:28 smithi073 bash[29040]: audit 2023-12-26T16:55:27.213998+0000 mgr.smithi046.hnrily (mgr.14180) 792 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:28.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:28 smithi073 bash[29040]: cluster 2023-12-26T16:55:27.473456+0000 mgr.smithi046.hnrily (mgr.14180) 793 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-12-26T16:55:28.987 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:28 smithi046 bash[24815]: audit 2023-12-26T16:55:27.213998+0000 mgr.smithi046.hnrily (mgr.14180) 792 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:28.987 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:28 smithi046 bash[24815]: cluster 2023-12-26T16:55:27.473456+0000 mgr.smithi046.hnrily (mgr.14180) 793 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-12-26T16:55:30.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:30 smithi073 bash[29040]: cluster 2023-12-26T16:55:29.474358+0000 mgr.smithi046.hnrily (mgr.14180) 794 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:31.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:30 smithi046 bash[24815]: cluster 2023-12-26T16:55:29.474358+0000 mgr.smithi046.hnrily (mgr.14180) 794 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:32.082 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:55:32.082 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:13.622333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ilutnm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\nDeploy daemon haproxy.nfs.foo.smithi073.ilutnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.462690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.nhxpis on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\nDeploy daemon haproxy.nfs.foo.smithi046.nhxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.464751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zrpwji on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:55:32.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:55:32.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:32 smithi073 bash[29040]: cluster 2023-12-26T16:55:31.475943+0000 mgr.smithi046.hnrily (mgr.14180) 795 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:55:33.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:32 smithi046 bash[24815]: cluster 2023-12-26T16:55:31.475943+0000 mgr.smithi046.hnrily (mgr.14180) 795 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:55:33.768 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:55:33.972 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:33 smithi046 bash[24815]: audit 2023-12-26T16:55:32.078674+0000 mgr.smithi046.hnrily (mgr.14180) 796 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:33.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:33 smithi073 bash[29040]: audit 2023-12-26T16:55:32.078674+0000 mgr.smithi046.hnrily (mgr.14180) 796 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:34.971 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:34 smithi046 bash[24815]: cluster 2023-12-26T16:55:33.476961+0000 mgr.smithi046.hnrily (mgr.14180) 797 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:34.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:34 smithi073 bash[29040]: cluster 2023-12-26T16:55:33.476961+0000 mgr.smithi046.hnrily (mgr.14180) 797 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:36.789 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:55:36.789 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:13.622333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ilutnm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\nDeploy daemon haproxy.nfs.foo.smithi073.ilutnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.462690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.nhxpis on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\nDeploy daemon haproxy.nfs.foo.smithi046.nhxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.464751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zrpwji on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:55:36.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:36 smithi073 bash[29040]: cluster 2023-12-26T16:55:35.477910+0000 mgr.smithi046.hnrily (mgr.14180) 798 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:36.995 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:36 smithi046 bash[24815]: cluster 2023-12-26T16:55:35.477910+0000 mgr.smithi046.hnrily (mgr.14180) 798 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:37.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:55:37.841 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:37 smithi046 bash[24815]: audit 2023-12-26T16:55:36.783291+0000 mgr.smithi046.hnrily (mgr.14180) 799 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:37.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:37 smithi073 bash[29040]: audit 2023-12-26T16:55:36.783291+0000 mgr.smithi046.hnrily (mgr.14180) 799 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:38.504 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:55:38.841 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:38 smithi046 bash[24815]: cluster 2023-12-26T16:55:37.479391+0000 mgr.smithi046.hnrily (mgr.14180) 800 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:38.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:38 smithi073 bash[29040]: cluster 2023-12-26T16:55:37.479391+0000 mgr.smithi046.hnrily (mgr.14180) 800 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:40.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:40 smithi073 bash[29040]: cluster 2023-12-26T16:55:39.480083+0000 mgr.smithi046.hnrily (mgr.14180) 801 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:41.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:40 smithi046 bash[24815]: cluster 2023-12-26T16:55:39.480083+0000 mgr.smithi046.hnrily (mgr.14180) 801 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:41.540 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:55:41.540 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:13.622333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ilutnm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\nDeploy daemon haproxy.nfs.foo.smithi073.ilutnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.462690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.nhxpis on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\nDeploy daemon haproxy.nfs.foo.smithi046.nhxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.464751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zrpwji on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:55:42.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:55:42.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:42 smithi073 bash[29040]: cluster 2023-12-26T16:55:41.480952+0000 mgr.smithi046.hnrily (mgr.14180) 802 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:55:42.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:42 smithi073 bash[29040]: audit 2023-12-26T16:55:41.539997+0000 mgr.smithi046.hnrily (mgr.14180) 803 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:43.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:42 smithi046 bash[24815]: cluster 2023-12-26T16:55:41.480952+0000 mgr.smithi046.hnrily (mgr.14180) 802 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:55:43.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:42 smithi046 bash[24815]: audit 2023-12-26T16:55:41.539997+0000 mgr.smithi046.hnrily (mgr.14180) 803 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:43.260 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:55:44.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:44 smithi073 bash[29040]: cluster 2023-12-26T16:55:43.481543+0000 mgr.smithi046.hnrily (mgr.14180) 804 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:45.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:44 smithi046 bash[24815]: cluster 2023-12-26T16:55:43.481543+0000 mgr.smithi046.hnrily (mgr.14180) 804 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:46.404 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:55:46.405 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:13.622333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ilutnm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\nDeploy daemon haproxy.nfs.foo.smithi073.ilutnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.462690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.nhxpis on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\nDeploy daemon haproxy.nfs.foo.smithi046.nhxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.464751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zrpwji on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:55:46.841 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:46 smithi046 bash[24815]: cluster 2023-12-26T16:55:45.482502+0000 mgr.smithi046.hnrily (mgr.14180) 805 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:46.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:46 smithi073 bash[29040]: cluster 2023-12-26T16:55:45.482502+0000 mgr.smithi046.hnrily (mgr.14180) 805 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:47.153 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:55:47.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:47 smithi073 bash[29040]: audit 2023-12-26T16:55:46.400027+0000 mgr.smithi046.hnrily (mgr.14180) 806 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:48.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:47 smithi046 bash[24815]: audit 2023-12-26T16:55:46.400027+0000 mgr.smithi046.hnrily (mgr.14180) 806 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:48.155 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:55:48.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:48 smithi073 bash[29040]: cluster 2023-12-26T16:55:47.484087+0000 mgr.smithi046.hnrily (mgr.14180) 807 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:49.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:48 smithi046 bash[24815]: cluster 2023-12-26T16:55:47.484087+0000 mgr.smithi046.hnrily (mgr.14180) 807 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:50.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:50 smithi073 bash[29040]: cluster 2023-12-26T16:55:49.485034+0000 mgr.smithi046.hnrily (mgr.14180) 808 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:51.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:50 smithi046 bash[24815]: cluster 2023-12-26T16:55:49.485034+0000 mgr.smithi046.hnrily (mgr.14180) 808 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:51.294 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:55:51.295 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:13.622333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ilutnm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\nDeploy daemon haproxy.nfs.foo.smithi073.ilutnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.462690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.nhxpis on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\nDeploy daemon haproxy.nfs.foo.smithi046.nhxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.464751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zrpwji on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:55:52.010 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:55:52.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:52 smithi073 bash[29040]: audit 2023-12-26T16:55:51.288012+0000 mgr.smithi046.hnrily (mgr.14180) 809 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:52.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:52 smithi073 bash[29040]: cluster 2023-12-26T16:55:51.486482+0000 mgr.smithi046.hnrily (mgr.14180) 810 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:55:53.011 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:55:53.025 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:52 smithi046 bash[24815]: audit 2023-12-26T16:55:51.288012+0000 mgr.smithi046.hnrily (mgr.14180) 809 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:53.025 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:52 smithi046 bash[24815]: cluster 2023-12-26T16:55:51.486482+0000 mgr.smithi046.hnrily (mgr.14180) 810 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:55:54.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:54 smithi073 bash[29040]: cluster 2023-12-26T16:55:53.487488+0000 mgr.smithi046.hnrily (mgr.14180) 811 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:55.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:54 smithi046 bash[24815]: cluster 2023-12-26T16:55:53.487488+0000 mgr.smithi046.hnrily (mgr.14180) 811 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:56.149 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:55:56.149 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:13.622333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ilutnm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\nDeploy daemon haproxy.nfs.foo.smithi073.ilutnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.462690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.nhxpis on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\nDeploy daemon haproxy.nfs.foo.smithi046.nhxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.464751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zrpwji on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:55:56.858 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:55:56.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:56 smithi073 bash[29040]: cluster 2023-12-26T16:55:55.488457+0000 mgr.smithi046.hnrily (mgr.14180) 812 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:57.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:56 smithi046 bash[24815]: cluster 2023-12-26T16:55:55.488457+0000 mgr.smithi046.hnrily (mgr.14180) 812 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:57.858 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:55:57.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:57 smithi073 bash[29040]: audit 2023-12-26T16:55:56.144088+0000 mgr.smithi046.hnrily (mgr.14180) 813 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:58.062 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:57 smithi046 bash[24815]: audit 2023-12-26T16:55:56.144088+0000 mgr.smithi046.hnrily (mgr.14180) 813 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:55:58.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:55:58 smithi073 bash[29040]: cluster 2023-12-26T16:55:57.490047+0000 mgr.smithi046.hnrily (mgr.14180) 814 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:55:59.024 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:55:58 smithi046 bash[24815]: cluster 2023-12-26T16:55:57.490047+0000 mgr.smithi046.hnrily (mgr.14180) 814 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:00.841 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:00 smithi046 bash[24815]: cluster 2023-12-26T16:55:59.490983+0000 mgr.smithi046.hnrily (mgr.14180) 815 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:00.934 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:56:00.934 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:13.622333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ilutnm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\nDeploy daemon haproxy.nfs.foo.smithi073.ilutnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.462690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.nhxpis on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\nDeploy daemon haproxy.nfs.foo.smithi046.nhxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.464751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zrpwji on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:56:00.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:00 smithi073 bash[29040]: cluster 2023-12-26T16:55:59.490983+0000 mgr.smithi046.hnrily (mgr.14180) 815 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:01.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:56:02.659 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:56:03.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:02 smithi046 bash[24815]: audit 2023-12-26T16:56:00.930579+0000 mgr.smithi046.hnrily (mgr.14180) 816 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:03.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:02 smithi046 bash[24815]: cluster 2023-12-26T16:56:01.492475+0000 mgr.smithi046.hnrily (mgr.14180) 817 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:56:03.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:02 smithi073 bash[29040]: audit 2023-12-26T16:56:00.930579+0000 mgr.smithi046.hnrily (mgr.14180) 816 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:03.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:02 smithi073 bash[29040]: cluster 2023-12-26T16:56:01.492475+0000 mgr.smithi046.hnrily (mgr.14180) 817 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:56:04.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:04 smithi046 bash[24815]: cluster 2023-12-26T16:56:03.493520+0000 mgr.smithi046.hnrily (mgr.14180) 818 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:05.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:04 smithi073 bash[29040]: cluster 2023-12-26T16:56:03.493520+0000 mgr.smithi046.hnrily (mgr.14180) 818 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:05.909 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:56:05.909 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:13.622333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ilutnm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\nDeploy daemon haproxy.nfs.foo.smithi073.ilutnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.462690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.nhxpis on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\nDeploy daemon haproxy.nfs.foo.smithi046.nhxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.464751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zrpwji on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:56:06.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:56:07.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:06 smithi046 bash[24815]: cluster 2023-12-26T16:56:05.494587+0000 mgr.smithi046.hnrily (mgr.14180) 819 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:07.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:06 smithi073 bash[29040]: cluster 2023-12-26T16:56:05.494587+0000 mgr.smithi046.hnrily (mgr.14180) 819 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:07.602 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:56:08.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:07 smithi046 bash[24815]: audit 2023-12-26T16:56:05.908177+0000 mgr.smithi046.hnrily (mgr.14180) 820 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:08.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:07 smithi073 bash[29040]: audit 2023-12-26T16:56:05.908177+0000 mgr.smithi046.hnrily (mgr.14180) 820 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:08.958 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:08 smithi046 bash[24815]: cluster 2023-12-26T16:56:07.496198+0000 mgr.smithi046.hnrily (mgr.14180) 821 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:09.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:08 smithi073 bash[29040]: cluster 2023-12-26T16:56:07.496198+0000 mgr.smithi046.hnrily (mgr.14180) 821 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:10.706 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:56:10.706 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:13.622333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ilutnm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\nDeploy daemon haproxy.nfs.foo.smithi073.ilutnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.462690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.nhxpis on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\nDeploy daemon haproxy.nfs.foo.smithi046.nhxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.464751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zrpwji on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:56:11.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:10 smithi046 bash[24815]: cluster 2023-12-26T16:56:09.497029+0000 mgr.smithi046.hnrily (mgr.14180) 822 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:11.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:10 smithi073 bash[29040]: cluster 2023-12-26T16:56:09.497029+0000 mgr.smithi046.hnrily (mgr.14180) 822 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:11.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:56:12.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:11 smithi046 bash[24815]: audit 2023-12-26T16:56:10.700797+0000 mgr.smithi046.hnrily (mgr.14180) 823 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:12.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:11 smithi073 bash[29040]: audit 2023-12-26T16:56:10.700797+0000 mgr.smithi046.hnrily (mgr.14180) 823 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:12.437 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:56:13.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:12 smithi046 bash[24815]: cluster 2023-12-26T16:56:11.498550+0000 mgr.smithi046.hnrily (mgr.14180) 824 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:56:13.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:12 smithi073 bash[29040]: cluster 2023-12-26T16:56:11.498550+0000 mgr.smithi046.hnrily (mgr.14180) 824 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:56:15.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:14 smithi046 bash[24815]: cluster 2023-12-26T16:56:13.499489+0000 mgr.smithi046.hnrily (mgr.14180) 825 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:15.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:14 smithi073 bash[29040]: cluster 2023-12-26T16:56:13.499489+0000 mgr.smithi046.hnrily (mgr.14180) 825 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:15.728 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:56:15.728 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:13.622333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ilutnm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\nDeploy daemon haproxy.nfs.foo.smithi073.ilutnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.462690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.nhxpis on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\nDeploy daemon haproxy.nfs.foo.smithi046.nhxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.464751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zrpwji on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:56:16.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:56:17.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:16 smithi046 bash[24815]: cluster 2023-12-26T16:56:15.500451+0000 mgr.smithi046.hnrily (mgr.14180) 826 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:17.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:16 smithi046 bash[24815]: audit 2023-12-26T16:56:15.728067+0000 mgr.smithi046.hnrily (mgr.14180) 827 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:17.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:16 smithi073 bash[29040]: cluster 2023-12-26T16:56:15.500451+0000 mgr.smithi046.hnrily (mgr.14180) 826 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:17.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:16 smithi073 bash[29040]: audit 2023-12-26T16:56:15.728067+0000 mgr.smithi046.hnrily (mgr.14180) 827 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:17.473 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:56:18.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:17 smithi046 bash[24815]: audit 2023-12-26T16:56:17.470980+0000 mon.smithi046 (mon.0) 863 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:56:18.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:17 smithi046 bash[24815]: audit 2023-12-26T16:56:17.784714+0000 mon.smithi046 (mon.0) 864 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:56:18.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:17 smithi046 bash[24815]: audit 2023-12-26T16:56:17.785993+0000 mon.smithi046 (mon.0) 865 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:56:18.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:17 smithi073 bash[29040]: audit 2023-12-26T16:56:17.470980+0000 mon.smithi046 (mon.0) 863 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:56:18.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:17 smithi073 bash[29040]: audit 2023-12-26T16:56:17.784714+0000 mon.smithi046 (mon.0) 864 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:56:18.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:17 smithi073 bash[29040]: audit 2023-12-26T16:56:17.785993+0000 mon.smithi046 (mon.0) 865 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:56:18.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:18 smithi046 bash[24815]: cluster 2023-12-26T16:56:17.501719+0000 mgr.smithi046.hnrily (mgr.14180) 828 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:18.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:18 smithi046 bash[24815]: audit 2023-12-26T16:56:17.792554+0000 mon.smithi046 (mon.0) 866 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:56:18.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:18 smithi046 bash[24815]: cluster 2023-12-26T16:56:17.793564+0000 mgr.smithi046.hnrily (mgr.14180) 829 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:56:18.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:18 smithi046 bash[24815]: audit 2023-12-26T16:56:17.801778+0000 mon.smithi046 (mon.0) 867 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:56:18.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:18 smithi046 bash[24815]: audit 2023-12-26T16:56:17.812472+0000 mon.smithi046 (mon.0) 868 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:56:18.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:18 smithi046 bash[24815]: cephadm 2023-12-26T16:56:17.816633+0000 mgr.smithi046.hnrily (mgr.14180) 830 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.xelwjg on smithi073 2023-12-26T16:56:18.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:18 smithi046 bash[24815]: cluster 2023-12-26T16:56:18.794440+0000 mon.smithi046 (mon.0) 869 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:56:18.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:18 smithi046 bash[24815]: cluster 2023-12-26T16:56:18.794496+0000 mon.smithi046 (mon.0) 870 : cluster [INF] Cluster is now healthy 2023-12-26T16:56:19.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:18 smithi073 bash[29040]: cluster 2023-12-26T16:56:17.501719+0000 mgr.smithi046.hnrily (mgr.14180) 828 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:19.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:18 smithi073 bash[29040]: audit 2023-12-26T16:56:17.792554+0000 mon.smithi046 (mon.0) 866 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:56:19.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:18 smithi073 bash[29040]: cluster 2023-12-26T16:56:17.793564+0000 mgr.smithi046.hnrily (mgr.14180) 829 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:56:19.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:18 smithi073 bash[29040]: audit 2023-12-26T16:56:17.801778+0000 mon.smithi046 (mon.0) 867 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:56:19.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:18 smithi073 bash[29040]: audit 2023-12-26T16:56:17.812472+0000 mon.smithi046 (mon.0) 868 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:56:19.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:18 smithi073 bash[29040]: cephadm 2023-12-26T16:56:17.816633+0000 mgr.smithi046.hnrily (mgr.14180) 830 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.xelwjg on smithi073 2023-12-26T16:56:19.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:18 smithi073 bash[29040]: cluster 2023-12-26T16:56:18.794440+0000 mon.smithi046 (mon.0) 869 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:56:19.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:18 smithi073 bash[29040]: cluster 2023-12-26T16:56:18.794496+0000 mon.smithi046 (mon.0) 870 : cluster [INF] Cluster is now healthy 2023-12-26T16:56:20.661 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:56:20.662 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:54:09.414657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.kmeemz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:13.622333Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ilutnm on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ilutnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ilutnm\nDeploy daemon haproxy.nfs.foo.smithi073.ilutnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.462690Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.nhxpis on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-nhxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.nhxpis\nDeploy daemon haproxy.nfs.foo.smithi046.nhxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:55:17.464751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.zrpwji on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:56:21.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:20 smithi046 bash[24815]: cluster 2023-12-26T16:56:19.794239+0000 mgr.smithi046.hnrily (mgr.14180) 831 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:56:21.186 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:20 smithi073 bash[29040]: cluster 2023-12-26T16:56:19.794239+0000 mgr.smithi046.hnrily (mgr.14180) 831 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:56:21.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:56:21.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:21 smithi073 bash[29040]: audit 2023-12-26T16:56:20.655601+0000 mgr.smithi046.hnrily (mgr.14180) 832 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:21.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:21 smithi073 bash[29040]: audit 2023-12-26T16:56:21.656637+0000 mon.smithi046 (mon.0) 871 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.xelwjg"}]: dispatch 2023-12-26T16:56:22.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:21 smithi046 bash[24815]: audit 2023-12-26T16:56:20.655601+0000 mgr.smithi046.hnrily (mgr.14180) 832 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:22.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:21 smithi046 bash[24815]: audit 2023-12-26T16:56:21.656637+0000 mon.smithi046 (mon.0) 871 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.xelwjg"}]: dispatch 2023-12-26T16:56:22.440 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:56:23.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: cephadm 2023-12-26T16:56:21.655409+0000 mgr.smithi046.hnrily (mgr.14180) 833 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg 2023-12-26T16:56:23.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:56:23.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg 2023-12-26T16:56:23.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg 2023-12-26T16:56:23.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:56:23.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg 2023-12-26T16:56:23.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.xelwjg ... 2023-12-26T16:56:23.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:23.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:56:23.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:56:23.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:56:23.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:23.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:56:23.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:56:23.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:56:23.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:56:23.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:56:23.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg 2023-12-26T16:56:23.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:56:23.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg 2023-12-26T16:56:23.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg 2023-12-26T16:56:23.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:56:23.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg 2023-12-26T16:56:23.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.xelwjg ... 2023-12-26T16:56:23.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:23.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:56:23.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:56:23.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:56:23.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:23.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: cephadm 2023-12-26T16:56:21.655913+0000 mgr.smithi046.hnrily (mgr.14180) 834 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.xelwjg 2023-12-26T16:56:23.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: cephadm 2023-12-26T16:56:21.658509+0000 mgr.smithi046.hnrily (mgr.14180) 835 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.xelwjg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg 2023-12-26T16:56:23.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:56:23.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg 2023-12-26T16:56:23.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg 2023-12-26T16:56:23.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:56:23.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg 2023-12-26T16:56:23.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.xelwjg ... 2023-12-26T16:56:23.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:23.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:56:23.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:56:23.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:56:23.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:23.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: cephadm 2023-12-26T16:56:21.663204+0000 mgr.smithi046.hnrily (mgr.14180) 836 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.kosxib on smithi046 2023-12-26T16:56:23.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: cluster 2023-12-26T16:56:21.795436+0000 mgr.smithi046.hnrily (mgr.14180) 837 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:56:23.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:22 smithi046 bash[24815]: audit 2023-12-26T16:56:21.809446+0000 mon.smithi046 (mon.0) 872 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:56:23.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: cephadm 2023-12-26T16:56:21.655409+0000 mgr.smithi046.hnrily (mgr.14180) 833 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg 2023-12-26T16:56:23.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:56:23.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg 2023-12-26T16:56:23.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg 2023-12-26T16:56:23.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:56:23.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg 2023-12-26T16:56:23.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.xelwjg ... 2023-12-26T16:56:23.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:23.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:56:23.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:56:23.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:56:23.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:23.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:56:23.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:56:23.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:56:23.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:56:23.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:56:23.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg 2023-12-26T16:56:23.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:56:23.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg 2023-12-26T16:56:23.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg 2023-12-26T16:56:23.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:56:23.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg 2023-12-26T16:56:23.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.xelwjg ... 2023-12-26T16:56:23.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:23.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:56:23.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:56:23.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:56:23.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:23.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: cephadm 2023-12-26T16:56:21.655913+0000 mgr.smithi046.hnrily (mgr.14180) 834 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.xelwjg 2023-12-26T16:56:23.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: cephadm 2023-12-26T16:56:21.658509+0000 mgr.smithi046.hnrily (mgr.14180) 835 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.xelwjg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg 2023-12-26T16:56:23.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:56:23.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg 2023-12-26T16:56:23.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg 2023-12-26T16:56:23.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:56:23.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg 2023-12-26T16:56:23.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.xelwjg ... 2023-12-26T16:56:23.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:23.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:56:23.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:56:23.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:56:23.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:23.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: cephadm 2023-12-26T16:56:21.663204+0000 mgr.smithi046.hnrily (mgr.14180) 836 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.kosxib on smithi046 2023-12-26T16:56:23.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: cluster 2023-12-26T16:56:21.795436+0000 mgr.smithi046.hnrily (mgr.14180) 837 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:56:23.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:22 smithi073 bash[29040]: audit 2023-12-26T16:56:21.809446+0000 mon.smithi046 (mon.0) 872 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:56:25.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:24 smithi046 bash[24815]: cluster 2023-12-26T16:56:23.796045+0000 mgr.smithi046.hnrily (mgr.14180) 838 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:56:25.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:24 smithi073 bash[29040]: cluster 2023-12-26T16:56:23.796045+0000 mgr.smithi046.hnrily (mgr.14180) 838 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:56:25.839 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:56:25.839 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:21.658272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xelwjg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\nDeploy daemon haproxy.nfs.foo.smithi073.xelwjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.518827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.kosxib on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\nDeploy daemon haproxy.nfs.foo.smithi046.kosxib ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.520725Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.syisvb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:56:26.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:25 smithi046 bash[24815]: audit 2023-12-26T16:56:25.517617+0000 mon.smithi046 (mon.0) 873 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.kosxib"}]: dispatch 2023-12-26T16:56:26.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:25 smithi073 bash[29040]: audit 2023-12-26T16:56:25.517617+0000 mon.smithi046 (mon.0) 873 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.kosxib"}]: dispatch 2023-12-26T16:56:26.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:56:27.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: cephadm 2023-12-26T16:56:25.516716+0000 mgr.smithi046.hnrily (mgr.14180) 839 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib 2023-12-26T16:56:27.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:56:27.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib 2023-12-26T16:56:27.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib 2023-12-26T16:56:27.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:56:27.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib 2023-12-26T16:56:27.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.kosxib ... 2023-12-26T16:56:27.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:27.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:56:27.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:56:27.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:56:27.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:27.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:56:27.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:56:27.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:56:27.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:56:27.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:56:27.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib 2023-12-26T16:56:27.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:56:27.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib 2023-12-26T16:56:27.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib 2023-12-26T16:56:27.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:56:27.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib 2023-12-26T16:56:27.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.kosxib ... 2023-12-26T16:56:27.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:27.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:56:27.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:56:27.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:56:27.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:27.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: cephadm 2023-12-26T16:56:25.517045+0000 mgr.smithi046.hnrily (mgr.14180) 840 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.kosxib 2023-12-26T16:56:27.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: cephadm 2023-12-26T16:56:25.518942+0000 mgr.smithi046.hnrily (mgr.14180) 841 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.kosxib on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib 2023-12-26T16:56:27.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:56:27.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib 2023-12-26T16:56:27.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib 2023-12-26T16:56:27.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:56:27.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib 2023-12-26T16:56:27.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.kosxib ... 2023-12-26T16:56:27.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:27.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:56:27.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:56:27.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:56:27.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:27.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: cephadm 2023-12-26T16:56:25.520817+0000 mgr.smithi046.hnrily (mgr.14180) 842 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.syisvb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:56:27.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: cephadm 2023-12-26T16:56:25.522323+0000 mgr.smithi046.hnrily (mgr.14180) 843 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:56:27.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: cluster 2023-12-26T16:56:25.523472+0000 mgr.smithi046.hnrily (mgr.14180) 844 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-12-26T16:56:27.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: cluster 2023-12-26T16:56:25.825196+0000 mon.smithi046 (mon.0) 874 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:56:27.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: audit 2023-12-26T16:56:25.835034+0000 mgr.smithi046.hnrily (mgr.14180) 845 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:27.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:26 smithi046 bash[24815]: audit 2023-12-26T16:56:26.153751+0000 mon.smithi046 (mon.0) 875 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:56:27.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: cephadm 2023-12-26T16:56:25.516716+0000 mgr.smithi046.hnrily (mgr.14180) 839 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib 2023-12-26T16:56:27.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:56:27.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib 2023-12-26T16:56:27.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib 2023-12-26T16:56:27.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:56:27.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib 2023-12-26T16:56:27.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.kosxib ... 2023-12-26T16:56:27.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:27.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:56:27.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:56:27.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:56:27.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:27.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:56:27.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:56:27.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:56:27.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:56:27.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:56:27.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib 2023-12-26T16:56:27.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:56:27.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib 2023-12-26T16:56:27.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib 2023-12-26T16:56:27.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:56:27.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib 2023-12-26T16:56:27.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.kosxib ... 2023-12-26T16:56:27.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:27.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:56:27.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:56:27.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:56:27.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:27.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: cephadm 2023-12-26T16:56:25.517045+0000 mgr.smithi046.hnrily (mgr.14180) 840 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.kosxib 2023-12-26T16:56:27.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: cephadm 2023-12-26T16:56:25.518942+0000 mgr.smithi046.hnrily (mgr.14180) 841 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.kosxib on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib 2023-12-26T16:56:27.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:56:27.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib 2023-12-26T16:56:27.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib 2023-12-26T16:56:27.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:56:27.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib 2023-12-26T16:56:27.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.kosxib ... 2023-12-26T16:56:27.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:27.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:56:27.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:56:27.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:56:27.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:56:27.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: cephadm 2023-12-26T16:56:25.520817+0000 mgr.smithi046.hnrily (mgr.14180) 842 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.syisvb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:56:27.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: cephadm 2023-12-26T16:56:25.522323+0000 mgr.smithi046.hnrily (mgr.14180) 843 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:56:27.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: cluster 2023-12-26T16:56:25.523472+0000 mgr.smithi046.hnrily (mgr.14180) 844 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-12-26T16:56:27.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: cluster 2023-12-26T16:56:25.825196+0000 mon.smithi046 (mon.0) 874 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:56:27.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: audit 2023-12-26T16:56:25.835034+0000 mgr.smithi046.hnrily (mgr.14180) 845 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:27.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:26 smithi073 bash[29040]: audit 2023-12-26T16:56:26.153751+0000 mon.smithi046 (mon.0) 875 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:56:27.640 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:56:28.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:27 smithi046 bash[24815]: cluster 2023-12-26T16:56:27.524981+0000 mgr.smithi046.hnrily (mgr.14180) 846 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-12-26T16:56:28.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:27 smithi073 bash[29040]: cluster 2023-12-26T16:56:27.524981+0000 mgr.smithi046.hnrily (mgr.14180) 846 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-12-26T16:56:30.592 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:30 smithi046 bash[24815]: cluster 2023-12-26T16:56:29.525606+0000 mgr.smithi046.hnrily (mgr.14180) 847 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-12-26T16:56:30.729 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:56:30.729 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:21.658272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xelwjg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\nDeploy daemon haproxy.nfs.foo.smithi073.xelwjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.518827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.kosxib on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\nDeploy daemon haproxy.nfs.foo.smithi046.kosxib ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.520725Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.syisvb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:56:30.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:30 smithi073 bash[29040]: cluster 2023-12-26T16:56:29.525606+0000 mgr.smithi046.hnrily (mgr.14180) 847 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-12-26T16:56:31.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:56:31.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:31 smithi046 bash[24815]: audit 2023-12-26T16:56:30.727878+0000 mgr.smithi046.hnrily (mgr.14180) 848 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:31.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:31 smithi073 bash[29040]: audit 2023-12-26T16:56:30.727878+0000 mgr.smithi046.hnrily (mgr.14180) 848 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:32.462 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:56:32.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:32 smithi046 bash[24815]: cluster 2023-12-26T16:56:31.527032+0000 mgr.smithi046.hnrily (mgr.14180) 849 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 349 B/s rd, 0 op/s 2023-12-26T16:56:32.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:32 smithi073 bash[29040]: cluster 2023-12-26T16:56:31.527032+0000 mgr.smithi046.hnrily (mgr.14180) 849 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 349 B/s rd, 0 op/s 2023-12-26T16:56:34.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:34 smithi073 bash[29040]: cluster 2023-12-26T16:56:33.528104+0000 mgr.smithi046.hnrily (mgr.14180) 850 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-12-26T16:56:35.042 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:34 smithi046 bash[24815]: cluster 2023-12-26T16:56:33.528104+0000 mgr.smithi046.hnrily (mgr.14180) 850 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-12-26T16:56:35.468 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:56:35.469 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:21.658272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xelwjg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\nDeploy daemon haproxy.nfs.foo.smithi073.xelwjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.518827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.kosxib on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\nDeploy daemon haproxy.nfs.foo.smithi046.kosxib ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.520725Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.syisvb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:56:36.182 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:56:36.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:36 smithi073 bash[29040]: audit 2023-12-26T16:56:35.461202+0000 mgr.smithi046.hnrily (mgr.14180) 851 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:36.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:36 smithi073 bash[29040]: cluster 2023-12-26T16:56:35.529161+0000 mgr.smithi046.hnrily (mgr.14180) 852 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-12-26T16:56:37.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:36 smithi046 bash[24815]: audit 2023-12-26T16:56:35.461202+0000 mgr.smithi046.hnrily (mgr.14180) 851 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:37.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:36 smithi046 bash[24815]: cluster 2023-12-26T16:56:35.529161+0000 mgr.smithi046.hnrily (mgr.14180) 852 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-12-26T16:56:37.183 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:56:38.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:37 smithi046 bash[24815]: audit 2023-12-26T16:56:36.810438+0000 mon.smithi046 (mon.0) 876 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:56:38.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:37 smithi073 bash[29040]: audit 2023-12-26T16:56:36.810438+0000 mon.smithi046 (mon.0) 876 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:56:38.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:38 smithi046 bash[24815]: cluster 2023-12-26T16:56:37.530703+0000 mgr.smithi046.hnrily (mgr.14180) 853 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:39.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:38 smithi073 bash[29040]: cluster 2023-12-26T16:56:37.530703+0000 mgr.smithi046.hnrily (mgr.14180) 853 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:40.231 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:56:40.231 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:21.658272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xelwjg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\nDeploy daemon haproxy.nfs.foo.smithi073.xelwjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.518827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.kosxib on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\nDeploy daemon haproxy.nfs.foo.smithi046.kosxib ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.520725Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.syisvb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:56:40.963 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:56:41.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:40 smithi046 bash[24815]: cluster 2023-12-26T16:56:39.531342+0000 mgr.smithi046.hnrily (mgr.14180) 854 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:41.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:40 smithi073 bash[29040]: cluster 2023-12-26T16:56:39.531342+0000 mgr.smithi046.hnrily (mgr.14180) 854 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:41.963 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:56:42.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:41 smithi046 bash[24815]: audit 2023-12-26T16:56:40.227654+0000 mgr.smithi046.hnrily (mgr.14180) 855 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:42.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:41 smithi073 bash[29040]: audit 2023-12-26T16:56:40.227654+0000 mgr.smithi046.hnrily (mgr.14180) 855 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:43.089 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:42 smithi046 bash[24815]: cluster 2023-12-26T16:56:41.532798+0000 mgr.smithi046.hnrily (mgr.14180) 856 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:56:43.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:42 smithi073 bash[29040]: cluster 2023-12-26T16:56:41.532798+0000 mgr.smithi046.hnrily (mgr.14180) 856 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:56:45.048 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:56:45.048 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:21.658272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xelwjg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\nDeploy daemon haproxy.nfs.foo.smithi073.xelwjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.518827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.kosxib on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\nDeploy daemon haproxy.nfs.foo.smithi046.kosxib ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.520725Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.syisvb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:56:45.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:44 smithi046 bash[24815]: cluster 2023-12-26T16:56:43.533930+0000 mgr.smithi046.hnrily (mgr.14180) 857 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:45.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:44 smithi073 bash[29040]: cluster 2023-12-26T16:56:43.533930+0000 mgr.smithi046.hnrily (mgr.14180) 857 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:45.740 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:56:46.740 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:56:46.950 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:46 smithi046 bash[24815]: audit 2023-12-26T16:56:45.047145+0000 mgr.smithi046.hnrily (mgr.14180) 858 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:46.950 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:46 smithi046 bash[24815]: cluster 2023-12-26T16:56:45.534574+0000 mgr.smithi046.hnrily (mgr.14180) 859 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:46.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:46 smithi073 bash[29040]: audit 2023-12-26T16:56:45.047145+0000 mgr.smithi046.hnrily (mgr.14180) 858 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:46.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:46 smithi073 bash[29040]: cluster 2023-12-26T16:56:45.534574+0000 mgr.smithi046.hnrily (mgr.14180) 859 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:48.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:48 smithi073 bash[29040]: cluster 2023-12-26T16:56:47.536020+0000 mgr.smithi046.hnrily (mgr.14180) 860 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:49.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:48 smithi046 bash[24815]: cluster 2023-12-26T16:56:47.536020+0000 mgr.smithi046.hnrily (mgr.14180) 860 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:49.974 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:56:49.974 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:21.658272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xelwjg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\nDeploy daemon haproxy.nfs.foo.smithi073.xelwjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.518827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.kosxib on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\nDeploy daemon haproxy.nfs.foo.smithi046.kosxib ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.520725Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.syisvb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:56:50.647 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:56:50.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:50 smithi073 bash[29040]: cluster 2023-12-26T16:56:49.536578+0000 mgr.smithi046.hnrily (mgr.14180) 861 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:51.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:50 smithi046 bash[24815]: cluster 2023-12-26T16:56:49.536578+0000 mgr.smithi046.hnrily (mgr.14180) 861 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:51.649 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:56:51.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:51 smithi073 bash[29040]: audit 2023-12-26T16:56:49.968599+0000 mgr.smithi046.hnrily (mgr.14180) 862 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:52.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:51 smithi046 bash[24815]: audit 2023-12-26T16:56:49.968599+0000 mgr.smithi046.hnrily (mgr.14180) 862 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:52.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:52 smithi073 bash[29040]: cluster 2023-12-26T16:56:51.538084+0000 mgr.smithi046.hnrily (mgr.14180) 863 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:56:53.013 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:52 smithi046 bash[24815]: cluster 2023-12-26T16:56:51.538084+0000 mgr.smithi046.hnrily (mgr.14180) 863 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:56:54.923 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:56:54.923 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:21.658272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xelwjg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\nDeploy daemon haproxy.nfs.foo.smithi073.xelwjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.518827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.kosxib on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\nDeploy daemon haproxy.nfs.foo.smithi046.kosxib ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.520725Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.syisvb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:56:54.973 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:54 smithi046 bash[24815]: cluster 2023-12-26T16:56:53.538999+0000 mgr.smithi046.hnrily (mgr.14180) 864 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:54.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:54 smithi073 bash[29040]: cluster 2023-12-26T16:56:53.538999+0000 mgr.smithi046.hnrily (mgr.14180) 864 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:55.670 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:56:56.671 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:56:56.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:56 smithi073 bash[29040]: audit 2023-12-26T16:56:54.916678+0000 mgr.smithi046.hnrily (mgr.14180) 865 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:56.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:56 smithi073 bash[29040]: cluster 2023-12-26T16:56:55.540071+0000 mgr.smithi046.hnrily (mgr.14180) 866 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:57.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:56 smithi046 bash[24815]: audit 2023-12-26T16:56:54.916678+0000 mgr.smithi046.hnrily (mgr.14180) 865 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:56:57.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:56 smithi046 bash[24815]: cluster 2023-12-26T16:56:55.540071+0000 mgr.smithi046.hnrily (mgr.14180) 866 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:58.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:56:58 smithi073 bash[29040]: cluster 2023-12-26T16:56:57.541550+0000 mgr.smithi046.hnrily (mgr.14180) 867 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:59.092 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:56:58 smithi046 bash[24815]: cluster 2023-12-26T16:56:57.541550+0000 mgr.smithi046.hnrily (mgr.14180) 867 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:56:59.877 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:56:59.877 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:21.658272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xelwjg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\nDeploy daemon haproxy.nfs.foo.smithi073.xelwjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.518827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.kosxib on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\nDeploy daemon haproxy.nfs.foo.smithi046.kosxib ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.520725Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.syisvb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:57:00.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:57:00.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:00 smithi046 bash[24815]: cluster 2023-12-26T16:56:59.542385+0000 mgr.smithi046.hnrily (mgr.14180) 868 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:00.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:00 smithi073 bash[29040]: cluster 2023-12-26T16:56:59.542385+0000 mgr.smithi046.hnrily (mgr.14180) 868 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:01.572 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:57:01.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:01 smithi046 bash[24815]: audit 2023-12-26T16:56:59.870570+0000 mgr.smithi046.hnrily (mgr.14180) 869 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:01.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:01 smithi073 bash[29040]: audit 2023-12-26T16:56:59.870570+0000 mgr.smithi046.hnrily (mgr.14180) 869 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:02.954 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:02 smithi046 bash[24815]: cluster 2023-12-26T16:57:01.543875+0000 mgr.smithi046.hnrily (mgr.14180) 870 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:57:02.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:02 smithi073 bash[29040]: cluster 2023-12-26T16:57:01.543875+0000 mgr.smithi046.hnrily (mgr.14180) 870 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:57:04.716 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:57:04.717 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:21.658272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xelwjg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\nDeploy daemon haproxy.nfs.foo.smithi073.xelwjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.518827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.kosxib on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\nDeploy daemon haproxy.nfs.foo.smithi046.kosxib ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.520725Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.syisvb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:57:04.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:04 smithi073 bash[29040]: cluster 2023-12-26T16:57:03.544957+0000 mgr.smithi046.hnrily (mgr.14180) 871 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:05.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:04 smithi046 bash[24815]: cluster 2023-12-26T16:57:03.544957+0000 mgr.smithi046.hnrily (mgr.14180) 871 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:05.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:57:05.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:05 smithi073 bash[29040]: audit 2023-12-26T16:57:04.714474+0000 mgr.smithi046.hnrily (mgr.14180) 872 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:06.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:05 smithi046 bash[24815]: audit 2023-12-26T16:57:04.714474+0000 mgr.smithi046.hnrily (mgr.14180) 872 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:06.445 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:57:06.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:06 smithi073 bash[29040]: cluster 2023-12-26T16:57:05.545993+0000 mgr.smithi046.hnrily (mgr.14180) 873 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:07.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:06 smithi046 bash[24815]: cluster 2023-12-26T16:57:05.545993+0000 mgr.smithi046.hnrily (mgr.14180) 873 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:08.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:08 smithi046 bash[24815]: cluster 2023-12-26T16:57:07.547207+0000 mgr.smithi046.hnrily (mgr.14180) 874 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:08.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:08 smithi073 bash[29040]: cluster 2023-12-26T16:57:07.547207+0000 mgr.smithi046.hnrily (mgr.14180) 874 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:09.705 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:57:09.705 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:21.658272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xelwjg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\nDeploy daemon haproxy.nfs.foo.smithi073.xelwjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.518827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.kosxib on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\nDeploy daemon haproxy.nfs.foo.smithi046.kosxib ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.520725Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.syisvb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:57:10.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:57:10.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:10 smithi073 bash[29040]: cluster 2023-12-26T16:57:09.547838+0000 mgr.smithi046.hnrily (mgr.14180) 875 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:10.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:10 smithi073 bash[29040]: audit 2023-12-26T16:57:09.703468+0000 mgr.smithi046.hnrily (mgr.14180) 876 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:11.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:10 smithi046 bash[24815]: cluster 2023-12-26T16:57:09.547838+0000 mgr.smithi046.hnrily (mgr.14180) 875 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:11.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:10 smithi046 bash[24815]: audit 2023-12-26T16:57:09.703468+0000 mgr.smithi046.hnrily (mgr.14180) 876 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:11.332 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:57:13.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:12 smithi046 bash[24815]: cluster 2023-12-26T16:57:11.548944+0000 mgr.smithi046.hnrily (mgr.14180) 877 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:57:13.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:12 smithi073 bash[29040]: cluster 2023-12-26T16:57:11.548944+0000 mgr.smithi046.hnrily (mgr.14180) 877 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:57:14.353 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:57:14.354 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:21.658272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xelwjg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\nDeploy daemon haproxy.nfs.foo.smithi073.xelwjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.518827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.kosxib on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\nDeploy daemon haproxy.nfs.foo.smithi046.kosxib ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.520725Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.syisvb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:57:14.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:14 smithi046 bash[24815]: cluster 2023-12-26T16:57:13.550001+0000 mgr.smithi046.hnrily (mgr.14180) 878 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:15.151 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:57:15.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:14 smithi073 bash[29040]: cluster 2023-12-26T16:57:13.550001+0000 mgr.smithi046.hnrily (mgr.14180) 878 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:16.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:15 smithi046 bash[24815]: audit 2023-12-26T16:57:14.345885+0000 mgr.smithi046.hnrily (mgr.14180) 879 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:16.153 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:57:16.230 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:15 smithi073 bash[29040]: audit 2023-12-26T16:57:14.345885+0000 mgr.smithi046.hnrily (mgr.14180) 879 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:17.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:16 smithi046 bash[24815]: cluster 2023-12-26T16:57:15.551012+0000 mgr.smithi046.hnrily (mgr.14180) 880 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:17.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:16 smithi073 bash[29040]: cluster 2023-12-26T16:57:15.551012+0000 mgr.smithi046.hnrily (mgr.14180) 880 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:19.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:18 smithi046 bash[24815]: cluster 2023-12-26T16:57:17.551857+0000 mgr.smithi046.hnrily (mgr.14180) 881 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:19.141 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:57:19.141 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:21.658272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xelwjg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\nDeploy daemon haproxy.nfs.foo.smithi073.xelwjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.518827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.kosxib on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\nDeploy daemon haproxy.nfs.foo.smithi046.kosxib ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.520725Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.syisvb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:57:19.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:18 smithi073 bash[29040]: cluster 2023-12-26T16:57:17.551857+0000 mgr.smithi046.hnrily (mgr.14180) 881 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:19.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:57:20.873 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:57:21.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:20 smithi046 bash[24815]: audit 2023-12-26T16:57:19.133194+0000 mgr.smithi046.hnrily (mgr.14180) 882 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:21.073 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:20 smithi046 bash[24815]: cluster 2023-12-26T16:57:19.552737+0000 mgr.smithi046.hnrily (mgr.14180) 883 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:21.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:20 smithi073 bash[29040]: audit 2023-12-26T16:57:19.133194+0000 mgr.smithi046.hnrily (mgr.14180) 882 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:21.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:20 smithi073 bash[29040]: cluster 2023-12-26T16:57:19.552737+0000 mgr.smithi046.hnrily (mgr.14180) 883 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:23.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:22 smithi046 bash[24815]: cluster 2023-12-26T16:57:21.554241+0000 mgr.smithi046.hnrily (mgr.14180) 884 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:57:23.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:22 smithi073 bash[29040]: cluster 2023-12-26T16:57:21.554241+0000 mgr.smithi046.hnrily (mgr.14180) 884 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:57:24.076 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:57:24.077 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:21.658272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xelwjg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\nDeploy daemon haproxy.nfs.foo.smithi073.xelwjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.518827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.kosxib on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\nDeploy daemon haproxy.nfs.foo.smithi046.kosxib ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.520725Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.syisvb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:57:24.834 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:57:25.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:24 smithi046 bash[24815]: cluster 2023-12-26T16:57:23.555278+0000 mgr.smithi046.hnrily (mgr.14180) 885 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:25.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:24 smithi073 bash[29040]: cluster 2023-12-26T16:57:23.555278+0000 mgr.smithi046.hnrily (mgr.14180) 885 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:25.835 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:57:26.030 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:25 smithi046 bash[24815]: audit 2023-12-26T16:57:24.067816+0000 mgr.smithi046.hnrily (mgr.14180) 886 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:26.030 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:25 smithi046 bash[24815]: audit 2023-12-26T16:57:25.526206+0000 mon.smithi046 (mon.0) 877 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:57:26.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:25 smithi073 bash[29040]: audit 2023-12-26T16:57:24.067816+0000 mgr.smithi046.hnrily (mgr.14180) 886 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:26.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:25 smithi073 bash[29040]: audit 2023-12-26T16:57:25.526206+0000 mon.smithi046 (mon.0) 877 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:57:27.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:26 smithi046 bash[24815]: cluster 2023-12-26T16:57:25.556047+0000 mgr.smithi046.hnrily (mgr.14180) 887 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:27.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:26 smithi046 bash[24815]: audit 2023-12-26T16:57:25.838493+0000 mon.smithi046 (mon.0) 878 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:57:27.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:26 smithi046 bash[24815]: audit 2023-12-26T16:57:25.839898+0000 mon.smithi046 (mon.0) 879 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:57:27.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:26 smithi046 bash[24815]: audit 2023-12-26T16:57:25.847445+0000 mon.smithi046 (mon.0) 880 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:57:27.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:26 smithi046 bash[24815]: audit 2023-12-26T16:57:25.858518+0000 mon.smithi046 (mon.0) 881 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:57:27.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:26 smithi046 bash[24815]: audit 2023-12-26T16:57:25.872931+0000 mon.smithi046 (mon.0) 882 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:57:27.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:26 smithi073 bash[29040]: cluster 2023-12-26T16:57:25.556047+0000 mgr.smithi046.hnrily (mgr.14180) 887 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:27.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:26 smithi073 bash[29040]: audit 2023-12-26T16:57:25.838493+0000 mon.smithi046 (mon.0) 878 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:57:27.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:26 smithi073 bash[29040]: audit 2023-12-26T16:57:25.839898+0000 mon.smithi046 (mon.0) 879 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:57:27.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:26 smithi073 bash[29040]: audit 2023-12-26T16:57:25.847445+0000 mon.smithi046 (mon.0) 880 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:57:27.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:26 smithi073 bash[29040]: audit 2023-12-26T16:57:25.858518+0000 mon.smithi046 (mon.0) 881 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:57:27.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:26 smithi073 bash[29040]: audit 2023-12-26T16:57:25.872931+0000 mon.smithi046 (mon.0) 882 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:57:28.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:27 smithi046 bash[24815]: cluster 2023-12-26T16:57:25.848545+0000 mgr.smithi046.hnrily (mgr.14180) 888 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:57:28.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:27 smithi046 bash[24815]: cephadm 2023-12-26T16:57:25.877874+0000 mgr.smithi046.hnrily (mgr.14180) 889 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.mfwytx on smithi073 2023-12-26T16:57:28.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:27 smithi046 bash[24815]: cluster 2023-12-26T16:57:26.844746+0000 mon.smithi046 (mon.0) 883 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:57:28.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:27 smithi046 bash[24815]: cluster 2023-12-26T16:57:26.844811+0000 mon.smithi046 (mon.0) 884 : cluster [INF] Cluster is now healthy 2023-12-26T16:57:28.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:27 smithi073 bash[29040]: cluster 2023-12-26T16:57:25.848545+0000 mgr.smithi046.hnrily (mgr.14180) 888 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:57:28.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:27 smithi073 bash[29040]: cephadm 2023-12-26T16:57:25.877874+0000 mgr.smithi046.hnrily (mgr.14180) 889 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.mfwytx on smithi073 2023-12-26T16:57:28.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:27 smithi073 bash[29040]: cluster 2023-12-26T16:57:26.844746+0000 mon.smithi046 (mon.0) 883 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:57:28.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:27 smithi073 bash[29040]: cluster 2023-12-26T16:57:26.844811+0000 mon.smithi046 (mon.0) 884 : cluster [INF] Cluster is now healthy 2023-12-26T16:57:29.117 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:57:29.117 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:55:17.466419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.udfsyw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:21.658272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xelwjg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\nDeploy daemon haproxy.nfs.foo.smithi073.xelwjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.518827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.kosxib on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\nDeploy daemon haproxy.nfs.foo.smithi046.kosxib ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.520725Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.syisvb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:57:29.808 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:57:29.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:29 smithi073 bash[29040]: cluster 2023-12-26T16:57:27.849546+0000 mgr.smithi046.hnrily (mgr.14180) 890 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:57:29.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:29 smithi073 bash[29040]: audit 2023-12-26T16:57:29.726611+0000 mon.smithi046 (mon.0) 885 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.mfwytx"}]: dispatch 2023-12-26T16:57:30.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:29 smithi046 bash[24815]: cluster 2023-12-26T16:57:27.849546+0000 mgr.smithi046.hnrily (mgr.14180) 890 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:57:30.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:29 smithi046 bash[24815]: audit 2023-12-26T16:57:29.726611+0000 mon.smithi046 (mon.0) 885 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.mfwytx"}]: dispatch 2023-12-26T16:57:30.808 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:57:31.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: audit 2023-12-26T16:57:29.111204+0000 mgr.smithi046.hnrily (mgr.14180) 891 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:31.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: cephadm 2023-12-26T16:57:29.725843+0000 mgr.smithi046.hnrily (mgr.14180) 892 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx 2023-12-26T16:57:31.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:57:31.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx 2023-12-26T16:57:31.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx 2023-12-26T16:57:31.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:57:31.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx 2023-12-26T16:57:31.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.mfwytx ... 2023-12-26T16:57:31.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:31.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:57:31.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:57:31.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:57:31.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:31.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:57:31.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:57:31.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:57:31.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:57:31.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:57:31.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx 2023-12-26T16:57:31.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:57:31.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx 2023-12-26T16:57:31.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx 2023-12-26T16:57:31.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:57:31.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx 2023-12-26T16:57:31.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.mfwytx ... 2023-12-26T16:57:31.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:31.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:57:31.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:57:31.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:57:31.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:31.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: cephadm 2023-12-26T16:57:29.726145+0000 mgr.smithi046.hnrily (mgr.14180) 893 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.mfwytx 2023-12-26T16:57:31.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: cephadm 2023-12-26T16:57:29.727774+0000 mgr.smithi046.hnrily (mgr.14180) 894 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.mfwytx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx 2023-12-26T16:57:31.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:57:31.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx 2023-12-26T16:57:31.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx 2023-12-26T16:57:31.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:57:31.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx 2023-12-26T16:57:31.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.mfwytx ... 2023-12-26T16:57:31.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:31.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:57:31.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:57:31.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:57:31.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:31.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:30 smithi046 bash[24815]: cephadm 2023-12-26T16:57:29.730247+0000 mgr.smithi046.hnrily (mgr.14180) 895 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.tsaejc on smithi046 2023-12-26T16:57:31.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: audit 2023-12-26T16:57:29.111204+0000 mgr.smithi046.hnrily (mgr.14180) 891 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:31.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: cephadm 2023-12-26T16:57:29.725843+0000 mgr.smithi046.hnrily (mgr.14180) 892 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx 2023-12-26T16:57:31.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:57:31.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx 2023-12-26T16:57:31.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx 2023-12-26T16:57:31.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:57:31.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx 2023-12-26T16:57:31.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.mfwytx ... 2023-12-26T16:57:31.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:31.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:57:31.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:57:31.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:57:31.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:31.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:57:31.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:57:31.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:57:31.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:57:31.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:57:31.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx 2023-12-26T16:57:31.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:57:31.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx 2023-12-26T16:57:31.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx 2023-12-26T16:57:31.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:57:31.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx 2023-12-26T16:57:31.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.mfwytx ... 2023-12-26T16:57:31.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:31.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:57:31.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:57:31.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:57:31.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:31.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: cephadm 2023-12-26T16:57:29.726145+0000 mgr.smithi046.hnrily (mgr.14180) 893 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.mfwytx 2023-12-26T16:57:31.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: cephadm 2023-12-26T16:57:29.727774+0000 mgr.smithi046.hnrily (mgr.14180) 894 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.mfwytx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx 2023-12-26T16:57:31.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:57:31.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx 2023-12-26T16:57:31.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx 2023-12-26T16:57:31.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:57:31.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx 2023-12-26T16:57:31.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.mfwytx ... 2023-12-26T16:57:31.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:31.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:57:31.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:57:31.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:57:31.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:31.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:30 smithi073 bash[29040]: cephadm 2023-12-26T16:57:29.730247+0000 mgr.smithi046.hnrily (mgr.14180) 895 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.tsaejc on smithi046 2023-12-26T16:57:32.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:31 smithi046 bash[24815]: cluster 2023-12-26T16:57:29.850016+0000 mgr.smithi046.hnrily (mgr.14180) 896 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:57:32.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:31 smithi073 bash[29040]: cluster 2023-12-26T16:57:29.850016+0000 mgr.smithi046.hnrily (mgr.14180) 896 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:57:33.818 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:57:33.818 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:56:21.658272Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xelwjg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xelwjg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xelwjg\nDeploy daemon haproxy.nfs.foo.smithi073.xelwjg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.518827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.kosxib on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-kosxib\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.kosxib\nDeploy daemon haproxy.nfs.foo.smithi046.kosxib ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:56:25.520725Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.syisvb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:29.727647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mfwytx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\nDeploy daemon haproxy.nfs.foo.smithi073.mfwytx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:57:34.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:33 smithi046 bash[24815]: cluster 2023-12-26T16:57:31.851215+0000 mgr.smithi046.hnrily (mgr.14180) 897 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:57:34.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:33 smithi073 bash[29040]: cluster 2023-12-26T16:57:31.851215+0000 mgr.smithi046.hnrily (mgr.14180) 897 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:57:34.635 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:57:35.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:34 smithi046 bash[24815]: audit 2023-12-26T16:57:33.815871+0000 mgr.smithi046.hnrily (mgr.14180) 898 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:35.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:34 smithi046 bash[24815]: audit 2023-12-26T16:57:33.897870+0000 mon.smithi046 (mon.0) 886 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.tsaejc"}]: dispatch 2023-12-26T16:57:35.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:34 smithi073 bash[29040]: audit 2023-12-26T16:57:33.815871+0000 mgr.smithi046.hnrily (mgr.14180) 898 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:35.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:34 smithi073 bash[29040]: audit 2023-12-26T16:57:33.897870+0000 mon.smithi046 (mon.0) 886 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.tsaejc"}]: dispatch 2023-12-26T16:57:35.636 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:57:36.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: cluster 2023-12-26T16:57:33.851809+0000 mgr.smithi046.hnrily (mgr.14180) 899 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:57:36.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: cephadm 2023-12-26T16:57:33.897032+0000 mgr.smithi046.hnrily (mgr.14180) 900 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc 2023-12-26T16:57:36.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:57:36.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc 2023-12-26T16:57:36.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc 2023-12-26T16:57:36.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:57:36.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc 2023-12-26T16:57:36.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.tsaejc ... 2023-12-26T16:57:36.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:36.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:57:36.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:57:36.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:57:36.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:36.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:57:36.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:57:36.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:57:36.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:57:36.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:57:36.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc 2023-12-26T16:57:36.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:57:36.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc 2023-12-26T16:57:36.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc 2023-12-26T16:57:36.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:57:36.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc 2023-12-26T16:57:36.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.tsaejc ... 2023-12-26T16:57:36.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:36.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:57:36.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:57:36.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:57:36.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:36.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: cephadm 2023-12-26T16:57:33.897316+0000 mgr.smithi046.hnrily (mgr.14180) 901 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.tsaejc 2023-12-26T16:57:36.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: cephadm 2023-12-26T16:57:33.899097+0000 mgr.smithi046.hnrily (mgr.14180) 902 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.tsaejc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc 2023-12-26T16:57:36.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:57:36.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc 2023-12-26T16:57:36.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc 2023-12-26T16:57:36.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:57:36.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc 2023-12-26T16:57:36.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.tsaejc ... 2023-12-26T16:57:36.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:36.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:57:36.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:57:36.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:57:36.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:36.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: cephadm 2023-12-26T16:57:33.901229+0000 mgr.smithi046.hnrily (mgr.14180) 903 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.rjdvuf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:57:36.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: cephadm 2023-12-26T16:57:33.903099+0000 mgr.smithi046.hnrily (mgr.14180) 904 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:57:36.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: cluster 2023-12-26T16:57:33.904071+0000 mgr.smithi046.hnrily (mgr.14180) 905 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 0 op/s 2023-12-26T16:57:36.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:35 smithi046 bash[24815]: cluster 2023-12-26T16:57:34.812698+0000 mon.smithi046 (mon.0) 887 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:57:36.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: cluster 2023-12-26T16:57:33.851809+0000 mgr.smithi046.hnrily (mgr.14180) 899 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T16:57:36.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: cephadm 2023-12-26T16:57:33.897032+0000 mgr.smithi046.hnrily (mgr.14180) 900 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc 2023-12-26T16:57:36.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:57:36.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc 2023-12-26T16:57:36.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc 2023-12-26T16:57:36.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:57:36.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc 2023-12-26T16:57:36.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.tsaejc ... 2023-12-26T16:57:36.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:36.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:57:36.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:57:36.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:57:36.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:36.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:57:36.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:57:36.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:57:36.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:57:36.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:57:36.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc 2023-12-26T16:57:36.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:57:36.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc 2023-12-26T16:57:36.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc 2023-12-26T16:57:36.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:57:36.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc 2023-12-26T16:57:36.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.tsaejc ... 2023-12-26T16:57:36.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:36.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:57:36.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:57:36.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:57:36.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:36.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: cephadm 2023-12-26T16:57:33.897316+0000 mgr.smithi046.hnrily (mgr.14180) 901 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.tsaejc 2023-12-26T16:57:36.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: cephadm 2023-12-26T16:57:33.899097+0000 mgr.smithi046.hnrily (mgr.14180) 902 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.tsaejc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc 2023-12-26T16:57:36.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:57:36.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc 2023-12-26T16:57:36.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc 2023-12-26T16:57:36.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:57:36.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc 2023-12-26T16:57:36.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.tsaejc ... 2023-12-26T16:57:36.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:36.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:57:36.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:57:36.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:57:36.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:57:36.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: cephadm 2023-12-26T16:57:33.901229+0000 mgr.smithi046.hnrily (mgr.14180) 903 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.rjdvuf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:57:36.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: cephadm 2023-12-26T16:57:33.903099+0000 mgr.smithi046.hnrily (mgr.14180) 904 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:57:36.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: cluster 2023-12-26T16:57:33.904071+0000 mgr.smithi046.hnrily (mgr.14180) 905 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 0 op/s 2023-12-26T16:57:36.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:35 smithi073 bash[29040]: cluster 2023-12-26T16:57:34.812698+0000 mon.smithi046 (mon.0) 887 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:57:37.343 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:37 smithi046 bash[24815]: cluster 2023-12-26T16:57:35.904968+0000 mgr.smithi046.hnrily (mgr.14180) 906 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-26T16:57:37.343 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:37 smithi046 bash[24815]: audit 2023-12-26T16:57:36.206429+0000 mon.smithi046 (mon.0) 888 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:57:37.481 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:37 smithi073 bash[29040]: cluster 2023-12-26T16:57:35.904968+0000 mgr.smithi046.hnrily (mgr.14180) 906 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-26T16:57:37.481 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:37 smithi073 bash[29040]: audit 2023-12-26T16:57:36.206429+0000 mon.smithi046 (mon.0) 888 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:57:38.808 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:57:38.808 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:29.727647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mfwytx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\nDeploy daemon haproxy.nfs.foo.smithi073.mfwytx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.898970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tsaejc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\nDeploy daemon haproxy.nfs.foo.smithi046.tsaejc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.901116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rjdvuf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:57:39.343 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:39 smithi046 bash[24815]: cluster 2023-12-26T16:57:37.906338+0000 mgr.smithi046.hnrily (mgr.14180) 907 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-26T16:57:39.344 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:39 smithi046 bash[24815]: audit 2023-12-26T16:57:38.799772+0000 mgr.smithi046.hnrily (mgr.14180) 908 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:39.481 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:39 smithi073 bash[29040]: cluster 2023-12-26T16:57:37.906338+0000 mgr.smithi046.hnrily (mgr.14180) 907 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-26T16:57:39.481 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:39 smithi073 bash[29040]: audit 2023-12-26T16:57:38.799772+0000 mgr.smithi046.hnrily (mgr.14180) 908 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:39.517 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:57:40.517 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:57:41.825 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:41 smithi046 bash[24815]: cluster 2023-12-26T16:57:39.907327+0000 mgr.smithi046.hnrily (mgr.14180) 909 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-26T16:57:41.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:41 smithi073 bash[29040]: cluster 2023-12-26T16:57:39.907327+0000 mgr.smithi046.hnrily (mgr.14180) 909 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-26T16:57:43.637 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:57:43.637 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:29.727647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mfwytx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\nDeploy daemon haproxy.nfs.foo.smithi073.mfwytx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.898970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tsaejc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\nDeploy daemon haproxy.nfs.foo.smithi046.tsaejc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.901116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rjdvuf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:57:43.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:43 smithi073 bash[29040]: cluster 2023-12-26T16:57:41.908818+0000 mgr.smithi046.hnrily (mgr.14180) 910 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-26T16:57:44.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:43 smithi046 bash[24815]: cluster 2023-12-26T16:57:41.908818+0000 mgr.smithi046.hnrily (mgr.14180) 910 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-26T16:57:44.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:57:44.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:44 smithi073 bash[29040]: audit 2023-12-26T16:57:43.630641+0000 mgr.smithi046.hnrily (mgr.14180) 911 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:45.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:44 smithi046 bash[24815]: audit 2023-12-26T16:57:43.630641+0000 mgr.smithi046.hnrily (mgr.14180) 911 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:45.349 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:57:45.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:45 smithi073 bash[29040]: cluster 2023-12-26T16:57:43.909744+0000 mgr.smithi046.hnrily (mgr.14180) 912 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-26T16:57:46.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:45 smithi046 bash[24815]: cluster 2023-12-26T16:57:43.909744+0000 mgr.smithi046.hnrily (mgr.14180) 912 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-26T16:57:47.951 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:47 smithi046 bash[24815]: cluster 2023-12-26T16:57:45.911000+0000 mgr.smithi046.hnrily (mgr.14180) 913 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:47.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:47 smithi073 bash[29040]: cluster 2023-12-26T16:57:45.911000+0000 mgr.smithi046.hnrily (mgr.14180) 913 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:48.382 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:57:48.383 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:29.727647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mfwytx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\nDeploy daemon haproxy.nfs.foo.smithi073.mfwytx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.898970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tsaejc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\nDeploy daemon haproxy.nfs.foo.smithi046.tsaejc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.901116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rjdvuf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:57:49.135 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:57:49.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:49 smithi073 bash[29040]: cluster 2023-12-26T16:57:47.912276+0000 mgr.smithi046.hnrily (mgr.14180) 914 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:49.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:49 smithi073 bash[29040]: audit 2023-12-26T16:57:48.374584+0000 mgr.smithi046.hnrily (mgr.14180) 915 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:50.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:49 smithi046 bash[24815]: cluster 2023-12-26T16:57:47.912276+0000 mgr.smithi046.hnrily (mgr.14180) 914 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:50.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:49 smithi046 bash[24815]: audit 2023-12-26T16:57:48.374584+0000 mgr.smithi046.hnrily (mgr.14180) 915 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:50.137 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:57:51.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:51 smithi046 bash[24815]: cluster 2023-12-26T16:57:49.913183+0000 mgr.smithi046.hnrily (mgr.14180) 916 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:51.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:51 smithi073 bash[29040]: cluster 2023-12-26T16:57:49.913183+0000 mgr.smithi046.hnrily (mgr.14180) 916 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:53.275 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:57:53.276 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:29.727647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mfwytx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\nDeploy daemon haproxy.nfs.foo.smithi073.mfwytx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.898970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tsaejc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\nDeploy daemon haproxy.nfs.foo.smithi046.tsaejc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.901116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rjdvuf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:57:53.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:53 smithi046 bash[24815]: cluster 2023-12-26T16:57:51.914139+0000 mgr.smithi046.hnrily (mgr.14180) 917 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:57:53.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:53 smithi073 bash[29040]: cluster 2023-12-26T16:57:51.914139+0000 mgr.smithi046.hnrily (mgr.14180) 917 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:57:54.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:57:54.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:54 smithi073 bash[29040]: audit 2023-12-26T16:57:53.268179+0000 mgr.smithi046.hnrily (mgr.14180) 918 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:55.015 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:57:55.028 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:54 smithi046 bash[24815]: audit 2023-12-26T16:57:53.268179+0000 mgr.smithi046.hnrily (mgr.14180) 918 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:57:55.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:55 smithi073 bash[29040]: cluster 2023-12-26T16:57:53.915018+0000 mgr.smithi046.hnrily (mgr.14180) 919 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:56.024 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:55 smithi046 bash[24815]: cluster 2023-12-26T16:57:53.915018+0000 mgr.smithi046.hnrily (mgr.14180) 919 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:57.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:57 smithi073 bash[29040]: cluster 2023-12-26T16:57:55.916455+0000 mgr.smithi046.hnrily (mgr.14180) 920 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:58.074 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:57:58.074 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:29.727647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mfwytx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\nDeploy daemon haproxy.nfs.foo.smithi073.mfwytx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.898970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tsaejc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\nDeploy daemon haproxy.nfs.foo.smithi046.tsaejc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.901116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rjdvuf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:57:58.093 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:57 smithi046 bash[24815]: cluster 2023-12-26T16:57:55.916455+0000 mgr.smithi046.hnrily (mgr.14180) 920 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:58.913 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:57:59.914 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:57:59.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:59 smithi073 bash[29040]: cluster 2023-12-26T16:57:57.917738+0000 mgr.smithi046.hnrily (mgr.14180) 921 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:57:59.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:57:59 smithi073 bash[29040]: audit 2023-12-26T16:57:58.065649+0000 mgr.smithi046.hnrily (mgr.14180) 922 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:00.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:59 smithi046 bash[24815]: cluster 2023-12-26T16:57:57.917738+0000 mgr.smithi046.hnrily (mgr.14180) 921 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:00.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:57:59 smithi046 bash[24815]: audit 2023-12-26T16:57:58.065649+0000 mgr.smithi046.hnrily (mgr.14180) 922 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:02.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:01 smithi046 bash[24815]: cluster 2023-12-26T16:57:59.918648+0000 mgr.smithi046.hnrily (mgr.14180) 923 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:02.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:01 smithi073 bash[29040]: cluster 2023-12-26T16:57:59.918648+0000 mgr.smithi046.hnrily (mgr.14180) 923 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:02.922 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:58:02.922 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:29.727647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mfwytx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\nDeploy daemon haproxy.nfs.foo.smithi073.mfwytx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.898970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tsaejc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\nDeploy daemon haproxy.nfs.foo.smithi046.tsaejc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.901116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rjdvuf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:58:03.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:58:04.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:03 smithi046 bash[24815]: cluster 2023-12-26T16:58:01.920146+0000 mgr.smithi046.hnrily (mgr.14180) 924 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:58:04.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:03 smithi073 bash[29040]: cluster 2023-12-26T16:58:01.920146+0000 mgr.smithi046.hnrily (mgr.14180) 924 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:58:04.607 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:58:05.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:04 smithi046 bash[24815]: audit 2023-12-26T16:58:02.914916+0000 mgr.smithi046.hnrily (mgr.14180) 925 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:05.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:04 smithi073 bash[29040]: audit 2023-12-26T16:58:02.914916+0000 mgr.smithi046.hnrily (mgr.14180) 925 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:06.039 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:05 smithi046 bash[24815]: cluster 2023-12-26T16:58:03.921216+0000 mgr.smithi046.hnrily (mgr.14180) 926 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:06.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:05 smithi073 bash[29040]: cluster 2023-12-26T16:58:03.921216+0000 mgr.smithi046.hnrily (mgr.14180) 926 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:07.785 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:58:07.785 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:29.727647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mfwytx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\nDeploy daemon haproxy.nfs.foo.smithi073.mfwytx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.898970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tsaejc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\nDeploy daemon haproxy.nfs.foo.smithi046.tsaejc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.901116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rjdvuf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:58:08.022 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:07 smithi046 bash[24815]: cluster 2023-12-26T16:58:05.922531+0000 mgr.smithi046.hnrily (mgr.14180) 927 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:08.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:07 smithi073 bash[29040]: cluster 2023-12-26T16:58:05.922531+0000 mgr.smithi046.hnrily (mgr.14180) 927 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:08.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:58:08.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:08 smithi046 bash[24815]: audit 2023-12-26T16:58:07.776691+0000 mgr.smithi046.hnrily (mgr.14180) 928 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:09.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:08 smithi073 bash[29040]: audit 2023-12-26T16:58:07.776691+0000 mgr.smithi046.hnrily (mgr.14180) 928 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:09.533 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:58:09.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:09 smithi046 bash[24815]: cluster 2023-12-26T16:58:07.923713+0000 mgr.smithi046.hnrily (mgr.14180) 929 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:10.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:09 smithi073 bash[29040]: cluster 2023-12-26T16:58:07.923713+0000 mgr.smithi046.hnrily (mgr.14180) 929 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:12.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:11 smithi046 bash[24815]: cluster 2023-12-26T16:58:09.924686+0000 mgr.smithi046.hnrily (mgr.14180) 930 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:12.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:11 smithi073 bash[29040]: cluster 2023-12-26T16:58:09.924686+0000 mgr.smithi046.hnrily (mgr.14180) 930 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:12.656 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:58:12.657 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:29.727647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mfwytx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\nDeploy daemon haproxy.nfs.foo.smithi073.mfwytx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.898970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tsaejc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\nDeploy daemon haproxy.nfs.foo.smithi046.tsaejc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.901116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rjdvuf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:58:13.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:58:14.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:13 smithi046 bash[24815]: cluster 2023-12-26T16:58:11.926101+0000 mgr.smithi046.hnrily (mgr.14180) 931 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:58:14.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:13 smithi046 bash[24815]: audit 2023-12-26T16:58:12.650221+0000 mgr.smithi046.hnrily (mgr.14180) 932 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:14.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:13 smithi073 bash[29040]: cluster 2023-12-26T16:58:11.926101+0000 mgr.smithi046.hnrily (mgr.14180) 931 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:58:14.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:13 smithi073 bash[29040]: audit 2023-12-26T16:58:12.650221+0000 mgr.smithi046.hnrily (mgr.14180) 932 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:14.334 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:58:16.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:15 smithi046 bash[24815]: cluster 2023-12-26T16:58:13.927008+0000 mgr.smithi046.hnrily (mgr.14180) 933 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:16.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:15 smithi073 bash[29040]: cluster 2023-12-26T16:58:13.927008+0000 mgr.smithi046.hnrily (mgr.14180) 933 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:17.574 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:58:17.575 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:29.727647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mfwytx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\nDeploy daemon haproxy.nfs.foo.smithi073.mfwytx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.898970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tsaejc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\nDeploy daemon haproxy.nfs.foo.smithi046.tsaejc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.901116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rjdvuf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:58:18.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:17 smithi046 bash[24815]: cluster 2023-12-26T16:58:15.928311+0000 mgr.smithi046.hnrily (mgr.14180) 934 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:18.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:17 smithi073 bash[29040]: cluster 2023-12-26T16:58:15.928311+0000 mgr.smithi046.hnrily (mgr.14180) 934 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:18.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:58:19.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:18 smithi046 bash[24815]: audit 2023-12-26T16:58:17.565225+0000 mgr.smithi046.hnrily (mgr.14180) 935 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:19.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:18 smithi073 bash[29040]: audit 2023-12-26T16:58:17.565225+0000 mgr.smithi046.hnrily (mgr.14180) 935 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:19.314 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:58:20.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:19 smithi046 bash[24815]: cluster 2023-12-26T16:58:17.929338+0000 mgr.smithi046.hnrily (mgr.14180) 936 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:20.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:19 smithi073 bash[29040]: cluster 2023-12-26T16:58:17.929338+0000 mgr.smithi046.hnrily (mgr.14180) 936 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:22.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:21 smithi046 bash[24815]: cluster 2023-12-26T16:58:19.930012+0000 mgr.smithi046.hnrily (mgr.14180) 937 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:22.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:21 smithi073 bash[29040]: cluster 2023-12-26T16:58:19.930012+0000 mgr.smithi046.hnrily (mgr.14180) 937 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:22.345 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:58:22.345 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:29.727647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mfwytx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\nDeploy daemon haproxy.nfs.foo.smithi073.mfwytx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.898970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tsaejc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\nDeploy daemon haproxy.nfs.foo.smithi046.tsaejc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.901116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rjdvuf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:58:23.099 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:58:24.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:23 smithi046 bash[24815]: cluster 2023-12-26T16:58:21.931145+0000 mgr.smithi046.hnrily (mgr.14180) 938 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:58:24.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:23 smithi046 bash[24815]: audit 2023-12-26T16:58:22.338196+0000 mgr.smithi046.hnrily (mgr.14180) 939 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:24.101 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:58:24.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:23 smithi073 bash[29040]: cluster 2023-12-26T16:58:21.931145+0000 mgr.smithi046.hnrily (mgr.14180) 938 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:58:24.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:23 smithi073 bash[29040]: audit 2023-12-26T16:58:22.338196+0000 mgr.smithi046.hnrily (mgr.14180) 939 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:26.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:25 smithi046 bash[24815]: cluster 2023-12-26T16:58:23.932089+0000 mgr.smithi046.hnrily (mgr.14180) 940 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:26.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:25 smithi073 bash[29040]: cluster 2023-12-26T16:58:23.932089+0000 mgr.smithi046.hnrily (mgr.14180) 940 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:27.375 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:58:27.375 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:29.727647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mfwytx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\nDeploy daemon haproxy.nfs.foo.smithi073.mfwytx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.898970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tsaejc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\nDeploy daemon haproxy.nfs.foo.smithi046.tsaejc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.901116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rjdvuf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:58:28.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:27 smithi046 bash[24815]: cluster 2023-12-26T16:58:25.933542+0000 mgr.smithi046.hnrily (mgr.14180) 941 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:28.124 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:58:28.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:27 smithi073 bash[29040]: cluster 2023-12-26T16:58:25.933542+0000 mgr.smithi046.hnrily (mgr.14180) 941 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:29.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:28 smithi046 bash[24815]: audit 2023-12-26T16:58:27.367708+0000 mgr.smithi046.hnrily (mgr.14180) 942 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:29.125 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:58:29.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:28 smithi073 bash[29040]: audit 2023-12-26T16:58:27.367708+0000 mgr.smithi046.hnrily (mgr.14180) 942 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:30.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:29 smithi046 bash[24815]: cluster 2023-12-26T16:58:27.934551+0000 mgr.smithi046.hnrily (mgr.14180) 943 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:30.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:29 smithi073 bash[29040]: cluster 2023-12-26T16:58:27.934551+0000 mgr.smithi046.hnrily (mgr.14180) 943 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:32.065 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:58:32.066 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:29.727647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mfwytx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\nDeploy daemon haproxy.nfs.foo.smithi073.mfwytx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.898970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tsaejc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\nDeploy daemon haproxy.nfs.foo.smithi046.tsaejc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.901116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rjdvuf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:58:32.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:31 smithi046 bash[24815]: cluster 2023-12-26T16:58:29.935513+0000 mgr.smithi046.hnrily (mgr.14180) 944 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:32.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:31 smithi073 bash[29040]: cluster 2023-12-26T16:58:29.935513+0000 mgr.smithi046.hnrily (mgr.14180) 944 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:32.826 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:58:33.827 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:58:34.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:33 smithi046 bash[24815]: cluster 2023-12-26T16:58:31.936961+0000 mgr.smithi046.hnrily (mgr.14180) 945 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:58:34.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:33 smithi046 bash[24815]: audit 2023-12-26T16:58:32.061860+0000 mgr.smithi046.hnrily (mgr.14180) 946 : audit [DBG] from='client.24973 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:34.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:33 smithi073 bash[29040]: cluster 2023-12-26T16:58:31.936961+0000 mgr.smithi046.hnrily (mgr.14180) 945 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:58:34.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:33 smithi073 bash[29040]: audit 2023-12-26T16:58:32.061860+0000 mgr.smithi046.hnrily (mgr.14180) 946 : audit [DBG] from='client.24973 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:35.141 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:34 smithi046 bash[24815]: audit 2023-12-26T16:58:33.906758+0000 mon.smithi046 (mon.0) 889 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:58:35.141 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:34 smithi046 bash[24815]: audit 2023-12-26T16:58:34.165260+0000 mon.smithi046 (mon.0) 890 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:58:35.141 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:34 smithi046 bash[24815]: audit 2023-12-26T16:58:34.452335+0000 mon.smithi046 (mon.0) 891 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:58:35.141 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:34 smithi046 bash[24815]: audit 2023-12-26T16:58:34.453818+0000 mon.smithi046 (mon.0) 892 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:58:35.141 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:34 smithi046 bash[24815]: audit 2023-12-26T16:58:34.459539+0000 mon.smithi046 (mon.0) 893 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:58:35.141 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:34 smithi046 bash[24815]: audit 2023-12-26T16:58:34.464706+0000 mon.smithi046 (mon.0) 894 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:58:35.141 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:34 smithi046 bash[24815]: audit 2023-12-26T16:58:34.476637+0000 mon.smithi046 (mon.0) 895 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:58:35.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:34 smithi073 bash[29040]: audit 2023-12-26T16:58:33.906758+0000 mon.smithi046 (mon.0) 889 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:58:35.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:34 smithi073 bash[29040]: audit 2023-12-26T16:58:34.165260+0000 mon.smithi046 (mon.0) 890 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:58:35.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:34 smithi073 bash[29040]: audit 2023-12-26T16:58:34.452335+0000 mon.smithi046 (mon.0) 891 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:58:35.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:34 smithi073 bash[29040]: audit 2023-12-26T16:58:34.453818+0000 mon.smithi046 (mon.0) 892 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:58:35.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:34 smithi073 bash[29040]: audit 2023-12-26T16:58:34.459539+0000 mon.smithi046 (mon.0) 893 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:58:35.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:34 smithi073 bash[29040]: audit 2023-12-26T16:58:34.464706+0000 mon.smithi046 (mon.0) 894 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:58:35.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:34 smithi073 bash[29040]: audit 2023-12-26T16:58:34.476637+0000 mon.smithi046 (mon.0) 895 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:58:36.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:35 smithi073 bash[29040]: cluster 2023-12-26T16:58:33.937912+0000 mgr.smithi046.hnrily (mgr.14180) 947 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:36.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:35 smithi073 bash[29040]: cluster 2023-12-26T16:58:34.460182+0000 mgr.smithi046.hnrily (mgr.14180) 948 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:58:36.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:35 smithi073 bash[29040]: cephadm 2023-12-26T16:58:34.479422+0000 mgr.smithi046.hnrily (mgr.14180) 949 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.xepqqt on smithi073 2023-12-26T16:58:36.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:35 smithi073 bash[29040]: cluster 2023-12-26T16:58:34.850486+0000 mon.smithi046 (mon.0) 896 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:58:36.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:35 smithi073 bash[29040]: cluster 2023-12-26T16:58:34.850514+0000 mon.smithi046 (mon.0) 897 : cluster [INF] Cluster is now healthy 2023-12-26T16:58:36.344 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:35 smithi046 bash[24815]: cluster 2023-12-26T16:58:33.937912+0000 mgr.smithi046.hnrily (mgr.14180) 947 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:36.344 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:35 smithi046 bash[24815]: cluster 2023-12-26T16:58:34.460182+0000 mgr.smithi046.hnrily (mgr.14180) 948 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:58:36.344 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:35 smithi046 bash[24815]: cephadm 2023-12-26T16:58:34.479422+0000 mgr.smithi046.hnrily (mgr.14180) 949 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.xepqqt on smithi073 2023-12-26T16:58:36.344 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:35 smithi046 bash[24815]: cluster 2023-12-26T16:58:34.850486+0000 mon.smithi046 (mon.0) 896 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:58:36.344 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:35 smithi046 bash[24815]: cluster 2023-12-26T16:58:34.850514+0000 mon.smithi046 (mon.0) 897 : cluster [INF] Cluster is now healthy 2023-12-26T16:58:37.059 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:58:37.059 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:56:25.522234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.knrjrm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:29.727647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mfwytx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\nDeploy daemon haproxy.nfs.foo.smithi073.mfwytx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.898970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tsaejc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\nDeploy daemon haproxy.nfs.foo.smithi046.tsaejc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.901116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rjdvuf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:58:37.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:58:38.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:37 smithi046 bash[24815]: cluster 2023-12-26T16:58:36.460874+0000 mgr.smithi046.hnrily (mgr.14180) 950 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:58:38.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:37 smithi046 bash[24815]: audit 2023-12-26T16:58:36.812752+0000 mon.smithi046 (mon.0) 898 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:58:38.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:37 smithi073 bash[29040]: cluster 2023-12-26T16:58:36.460874+0000 mgr.smithi046.hnrily (mgr.14180) 950 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:58:38.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:37 smithi073 bash[29040]: audit 2023-12-26T16:58:36.812752+0000 mon.smithi046 (mon.0) 898 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:58:38.781 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:58:39.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:38 smithi046 bash[24815]: audit 2023-12-26T16:58:37.051738+0000 mgr.smithi046.hnrily (mgr.14180) 951 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:39.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:38 smithi046 bash[24815]: audit 2023-12-26T16:58:38.445626+0000 mon.smithi046 (mon.0) 899 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.xepqqt"}]: dispatch 2023-12-26T16:58:39.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:38 smithi073 bash[29040]: audit 2023-12-26T16:58:37.051738+0000 mgr.smithi046.hnrily (mgr.14180) 951 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:39.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:38 smithi073 bash[29040]: audit 2023-12-26T16:58:38.445626+0000 mon.smithi046 (mon.0) 899 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.xepqqt"}]: dispatch 2023-12-26T16:58:40.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: cephadm 2023-12-26T16:58:38.444521+0000 mgr.smithi046.hnrily (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-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt 2023-12-26T16:58:40.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:58:40.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt 2023-12-26T16:58:40.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt 2023-12-26T16:58:40.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:58:40.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt 2023-12-26T16:58:40.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.xepqqt ... 2023-12-26T16:58:40.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:40.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:58:40.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:58:40.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:58:40.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:40.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:58:40.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:58:40.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:58:40.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:58:40.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:58:40.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt 2023-12-26T16:58:40.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:58:40.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt 2023-12-26T16:58:40.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt 2023-12-26T16:58:40.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:58:40.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt 2023-12-26T16:58:40.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.xepqqt ... 2023-12-26T16:58:40.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:40.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:58:40.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:58:40.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:58:40.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:40.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: cephadm 2023-12-26T16:58:38.445058+0000 mgr.smithi046.hnrily (mgr.14180) 953 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.xepqqt 2023-12-26T16:58:40.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: cephadm 2023-12-26T16:58:38.447330+0000 mgr.smithi046.hnrily (mgr.14180) 954 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.xepqqt on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt 2023-12-26T16:58:40.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:58:40.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt 2023-12-26T16:58:40.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt 2023-12-26T16:58:40.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:58:40.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt 2023-12-26T16:58:40.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.xepqqt ... 2023-12-26T16:58:40.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:40.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:58:40.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:58:40.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:58:40.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:40.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: cephadm 2023-12-26T16:58:38.451936+0000 mgr.smithi046.hnrily (mgr.14180) 955 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.oybsxq on smithi046 2023-12-26T16:58:40.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:39 smithi046 bash[24815]: cluster 2023-12-26T16:58:38.461482+0000 mgr.smithi046.hnrily (mgr.14180) 956 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:58:40.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: cephadm 2023-12-26T16:58:38.444521+0000 mgr.smithi046.hnrily (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-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt 2023-12-26T16:58:40.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:58:40.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt 2023-12-26T16:58:40.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt 2023-12-26T16:58:40.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:58:40.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt 2023-12-26T16:58:40.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.xepqqt ... 2023-12-26T16:58:40.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:40.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:58:40.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:58:40.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:58:40.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:40.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:58:40.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:58:40.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:58:40.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:58:40.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:58:40.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt 2023-12-26T16:58:40.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:58:40.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt 2023-12-26T16:58:40.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt 2023-12-26T16:58:40.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:58:40.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt 2023-12-26T16:58:40.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.xepqqt ... 2023-12-26T16:58:40.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:40.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:58:40.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:58:40.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:58:40.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:40.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: cephadm 2023-12-26T16:58:38.445058+0000 mgr.smithi046.hnrily (mgr.14180) 953 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.xepqqt 2023-12-26T16:58:40.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: cephadm 2023-12-26T16:58:38.447330+0000 mgr.smithi046.hnrily (mgr.14180) 954 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.xepqqt on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt 2023-12-26T16:58:40.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:58:40.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt 2023-12-26T16:58:40.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt 2023-12-26T16:58:40.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:58:40.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt 2023-12-26T16:58:40.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.xepqqt ... 2023-12-26T16:58:40.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:40.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:58:40.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:58:40.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:58:40.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:40.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: cephadm 2023-12-26T16:58:38.451936+0000 mgr.smithi046.hnrily (mgr.14180) 955 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.oybsxq on smithi046 2023-12-26T16:58:40.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:39 smithi073 bash[29040]: cluster 2023-12-26T16:58:38.461482+0000 mgr.smithi046.hnrily (mgr.14180) 956 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:58:41.923 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:58:41.923 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:57:29.727647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mfwytx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-mfwytx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.mfwytx\nDeploy daemon haproxy.nfs.foo.smithi073.mfwytx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.898970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tsaejc on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tsaejc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tsaejc\nDeploy daemon haproxy.nfs.foo.smithi046.tsaejc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:57:33.901116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rjdvuf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:38.447086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xepqqt on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\nDeploy daemon haproxy.nfs.foo.smithi073.xepqqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:58:42.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:41 smithi046 bash[24815]: cluster 2023-12-26T16:58:40.462248+0000 mgr.smithi046.hnrily (mgr.14180) 957 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:58:42.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:41 smithi073 bash[29040]: cluster 2023-12-26T16:58:40.462248+0000 mgr.smithi046.hnrily (mgr.14180) 957 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:58:42.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:58:43.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:42 smithi046 bash[24815]: audit 2023-12-26T16:58:42.670274+0000 mon.smithi046 (mon.0) 900 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.oybsxq"}]: dispatch 2023-12-26T16:58:43.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:42 smithi073 bash[29040]: audit 2023-12-26T16:58:42.670274+0000 mon.smithi046 (mon.0) 900 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.oybsxq"}]: dispatch 2023-12-26T16:58:43.846 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:58:44.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: audit 2023-12-26T16:58:41.915502+0000 mgr.smithi046.hnrily (mgr.14180) 958 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:44.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: cluster 2023-12-26T16:58:42.463598+0000 mgr.smithi046.hnrily (mgr.14180) 959 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:58:44.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: cephadm 2023-12-26T16:58:42.669345+0000 mgr.smithi046.hnrily (mgr.14180) 960 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq 2023-12-26T16:58:44.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:58:44.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq 2023-12-26T16:58:44.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq 2023-12-26T16:58:44.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:58:44.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq 2023-12-26T16:58:44.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.oybsxq ... 2023-12-26T16:58:44.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:44.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:58:44.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:58:44.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:58:44.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:44.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:58:44.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:58:44.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:58:44.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:58:44.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:58:44.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq 2023-12-26T16:58:44.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:58:44.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq 2023-12-26T16:58:44.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq 2023-12-26T16:58:44.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:58:44.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq 2023-12-26T16:58:44.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.oybsxq ... 2023-12-26T16:58:44.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:44.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:58:44.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:58:44.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:58:44.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:44.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: cephadm 2023-12-26T16:58:42.669734+0000 mgr.smithi046.hnrily (mgr.14180) 961 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.oybsxq 2023-12-26T16:58:44.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: cephadm 2023-12-26T16:58:42.671348+0000 mgr.smithi046.hnrily (mgr.14180) 962 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.oybsxq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq 2023-12-26T16:58:44.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:58:44.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq 2023-12-26T16:58:44.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq 2023-12-26T16:58:44.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:58:44.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq 2023-12-26T16:58:44.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.oybsxq ... 2023-12-26T16:58:44.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:44.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:58:44.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:58:44.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:58:44.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:44.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: cephadm 2023-12-26T16:58:42.673819+0000 mgr.smithi046.hnrily (mgr.14180) 963 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.lzxaoy on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:58:44.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: cephadm 2023-12-26T16:58:42.675663+0000 mgr.smithi046.hnrily (mgr.14180) 964 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:58:44.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: cluster 2023-12-26T16:58:42.676563+0000 mgr.smithi046.hnrily (mgr.14180) 965 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 0 op/s 2023-12-26T16:58:44.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:43 smithi046 bash[24815]: cluster 2023-12-26T16:58:42.831446+0000 mon.smithi046 (mon.0) 901 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:58:44.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: audit 2023-12-26T16:58:41.915502+0000 mgr.smithi046.hnrily (mgr.14180) 958 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:44.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: cluster 2023-12-26T16:58:42.463598+0000 mgr.smithi046.hnrily (mgr.14180) 959 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:58:44.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: cephadm 2023-12-26T16:58:42.669345+0000 mgr.smithi046.hnrily (mgr.14180) 960 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq 2023-12-26T16:58:44.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:58:44.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq 2023-12-26T16:58:44.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq 2023-12-26T16:58:44.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:58:44.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq 2023-12-26T16:58:44.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.oybsxq ... 2023-12-26T16:58:44.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:44.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:58:44.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:58:44.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:58:44.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:44.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:58:44.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:58:44.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:58:44.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:58:44.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:58:44.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq 2023-12-26T16:58:44.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:58:44.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq 2023-12-26T16:58:44.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq 2023-12-26T16:58:44.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:58:44.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq 2023-12-26T16:58:44.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.oybsxq ... 2023-12-26T16:58:44.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:44.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:58:44.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:58:44.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:58:44.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:44.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: cephadm 2023-12-26T16:58:42.669734+0000 mgr.smithi046.hnrily (mgr.14180) 961 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.oybsxq 2023-12-26T16:58:44.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: cephadm 2023-12-26T16:58:42.671348+0000 mgr.smithi046.hnrily (mgr.14180) 962 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.oybsxq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq 2023-12-26T16:58:44.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:58:44.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq 2023-12-26T16:58:44.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq 2023-12-26T16:58:44.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:58:44.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq 2023-12-26T16:58:44.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.oybsxq ... 2023-12-26T16:58:44.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:44.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:58:44.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:58:44.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:58:44.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:58:44.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: cephadm 2023-12-26T16:58:42.673819+0000 mgr.smithi046.hnrily (mgr.14180) 963 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.lzxaoy on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:58:44.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: cephadm 2023-12-26T16:58:42.675663+0000 mgr.smithi046.hnrily (mgr.14180) 964 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:58:44.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: cluster 2023-12-26T16:58:42.676563+0000 mgr.smithi046.hnrily (mgr.14180) 965 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 0 op/s 2023-12-26T16:58:44.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:43 smithi073 bash[29040]: cluster 2023-12-26T16:58:42.831446+0000 mon.smithi046 (mon.0) 901 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:58:46.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:45 smithi046 bash[24815]: cluster 2023-12-26T16:58:44.677502+0000 mgr.smithi046.hnrily (mgr.14180) 966 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-26T16:58:46.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:45 smithi073 bash[29040]: cluster 2023-12-26T16:58:44.677502+0000 mgr.smithi046.hnrily (mgr.14180) 966 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-26T16:58:47.046 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:58:47.046 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:38.447086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xepqqt on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\nDeploy daemon haproxy.nfs.foo.smithi073.xepqqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.671203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.oybsxq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\nDeploy daemon haproxy.nfs.foo.smithi046.oybsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.673708Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lzxaoy on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:58:47.344 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:47 smithi046 bash[24815]: audit 2023-12-26T16:58:46.256496+0000 mon.smithi046 (mon.0) 902 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:58:47.344 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:47 smithi046 bash[24815]: cluster 2023-12-26T16:58:46.678972+0000 mgr.smithi046.hnrily (mgr.14180) 967 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-26T16:58:47.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:47 smithi073 bash[29040]: audit 2023-12-26T16:58:46.256496+0000 mon.smithi046 (mon.0) 902 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:58:47.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:47 smithi073 bash[29040]: cluster 2023-12-26T16:58:46.678972+0000 mgr.smithi046.hnrily (mgr.14180) 967 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-26T16:58:47.799 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:58:48.594 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:48 smithi046 bash[24815]: audit 2023-12-26T16:58:47.037826+0000 mgr.smithi046.hnrily (mgr.14180) 968 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:48.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:48 smithi073 bash[29040]: audit 2023-12-26T16:58:47.037826+0000 mgr.smithi046.hnrily (mgr.14180) 968 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:48.801 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:58:49.594 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:49 smithi046 bash[24815]: cluster 2023-12-26T16:58:48.680027+0000 mgr.smithi046.hnrily (mgr.14180) 969 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-26T16:58:49.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:49 smithi073 bash[29040]: cluster 2023-12-26T16:58:48.680027+0000 mgr.smithi046.hnrily (mgr.14180) 969 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-26T16:58:51.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:51 smithi073 bash[29040]: cluster 2023-12-26T16:58:50.681046+0000 mgr.smithi046.hnrily (mgr.14180) 970 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-26T16:58:52.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:51 smithi046 bash[24815]: cluster 2023-12-26T16:58:50.681046+0000 mgr.smithi046.hnrily (mgr.14180) 970 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-26T16:58:52.154 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:58:52.154 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:38.447086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xepqqt on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\nDeploy daemon haproxy.nfs.foo.smithi073.xepqqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.671203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.oybsxq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\nDeploy daemon haproxy.nfs.foo.smithi046.oybsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.673708Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lzxaoy on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:58:52.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:58:53.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:52 smithi046 bash[24815]: audit 2023-12-26T16:58:51.812864+0000 mon.smithi046 (mon.0) 903 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:58:53.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:52 smithi073 bash[29040]: audit 2023-12-26T16:58:51.812864+0000 mon.smithi046 (mon.0) 903 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:58:53.898 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:58:54.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:53 smithi046 bash[24815]: audit 2023-12-26T16:58:52.146036+0000 mgr.smithi046.hnrily (mgr.14180) 971 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:54.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:53 smithi046 bash[24815]: cluster 2023-12-26T16:58:52.682527+0000 mgr.smithi046.hnrily (mgr.14180) 972 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-26T16:58:54.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:53 smithi073 bash[29040]: audit 2023-12-26T16:58:52.146036+0000 mgr.smithi046.hnrily (mgr.14180) 971 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:54.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:53 smithi073 bash[29040]: cluster 2023-12-26T16:58:52.682527+0000 mgr.smithi046.hnrily (mgr.14180) 972 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-26T16:58:56.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:55 smithi046 bash[24815]: cluster 2023-12-26T16:58:54.683557+0000 mgr.smithi046.hnrily (mgr.14180) 973 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:56.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:55 smithi073 bash[29040]: cluster 2023-12-26T16:58:54.683557+0000 mgr.smithi046.hnrily (mgr.14180) 973 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:57.117 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:58:57.117 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:38.447086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xepqqt on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\nDeploy daemon haproxy.nfs.foo.smithi073.xepqqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.671203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.oybsxq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\nDeploy daemon haproxy.nfs.foo.smithi046.oybsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.673708Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lzxaoy on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:58:57.844 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:58:58.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:57 smithi046 bash[24815]: cluster 2023-12-26T16:58:56.684683+0000 mgr.smithi046.hnrily (mgr.14180) 974 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:58.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:57 smithi073 bash[29040]: cluster 2023-12-26T16:58:56.684683+0000 mgr.smithi046.hnrily (mgr.14180) 974 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:58:58.845 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:58:59.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:58 smithi046 bash[24815]: audit 2023-12-26T16:58:57.109455+0000 mgr.smithi046.hnrily (mgr.14180) 975 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:58:59.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:58 smithi073 bash[29040]: audit 2023-12-26T16:58:57.109455+0000 mgr.smithi046.hnrily (mgr.14180) 975 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:00.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:58:59 smithi046 bash[24815]: cluster 2023-12-26T16:58:58.685804+0000 mgr.smithi046.hnrily (mgr.14180) 976 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:00.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:58:59 smithi073 bash[29040]: cluster 2023-12-26T16:58:58.685804+0000 mgr.smithi046.hnrily (mgr.14180) 976 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:01.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:01 smithi046 bash[24815]: cluster 2023-12-26T16:59:00.686623+0000 mgr.smithi046.hnrily (mgr.14180) 977 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:01.894 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:59:01.894 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:38.447086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xepqqt on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\nDeploy daemon haproxy.nfs.foo.smithi073.xepqqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.671203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.oybsxq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\nDeploy daemon haproxy.nfs.foo.smithi046.oybsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.673708Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lzxaoy on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:59:01.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:01 smithi073 bash[29040]: cluster 2023-12-26T16:59:00.686623+0000 mgr.smithi046.hnrily (mgr.14180) 977 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:02.660 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:59:03.662 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:59:03.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:03 smithi073 bash[29040]: audit 2023-12-26T16:59:01.884451+0000 mgr.smithi046.hnrily (mgr.14180) 978 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:03.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:03 smithi073 bash[29040]: cluster 2023-12-26T16:59:02.688116+0000 mgr.smithi046.hnrily (mgr.14180) 979 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:59:04.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:03 smithi046 bash[24815]: audit 2023-12-26T16:59:01.884451+0000 mgr.smithi046.hnrily (mgr.14180) 978 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:04.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:03 smithi046 bash[24815]: cluster 2023-12-26T16:59:02.688116+0000 mgr.smithi046.hnrily (mgr.14180) 979 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:59:05.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:05 smithi046 bash[24815]: cluster 2023-12-26T16:59:04.689071+0000 mgr.smithi046.hnrily (mgr.14180) 980 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:05.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:05 smithi073 bash[29040]: cluster 2023-12-26T16:59:04.689071+0000 mgr.smithi046.hnrily (mgr.14180) 980 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:06.864 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:59:06.864 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:38.447086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xepqqt on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\nDeploy daemon haproxy.nfs.foo.smithi073.xepqqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.671203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.oybsxq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\nDeploy daemon haproxy.nfs.foo.smithi046.oybsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.673708Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lzxaoy on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:59:07.603 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:59:07.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:07 smithi073 bash[29040]: cluster 2023-12-26T16:59:06.690499+0000 mgr.smithi046.hnrily (mgr.14180) 981 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:07.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:07 smithi073 bash[29040]: audit 2023-12-26T16:59:06.838562+0000 mgr.smithi046.hnrily (mgr.14180) 982 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:08.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:07 smithi046 bash[24815]: cluster 2023-12-26T16:59:06.690499+0000 mgr.smithi046.hnrily (mgr.14180) 981 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:08.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:07 smithi046 bash[24815]: audit 2023-12-26T16:59:06.838562+0000 mgr.smithi046.hnrily (mgr.14180) 982 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:08.604 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:59:09.899 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:09 smithi046 bash[24815]: cluster 2023-12-26T16:59:08.691541+0000 mgr.smithi046.hnrily (mgr.14180) 983 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:09.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:09 smithi073 bash[29040]: cluster 2023-12-26T16:59:08.691541+0000 mgr.smithi046.hnrily (mgr.14180) 983 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:11.600 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:59:11.600 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:38.447086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xepqqt on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\nDeploy daemon haproxy.nfs.foo.smithi073.xepqqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.671203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.oybsxq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\nDeploy daemon haproxy.nfs.foo.smithi046.oybsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.673708Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lzxaoy on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:59:11.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:11 smithi073 bash[29040]: cluster 2023-12-26T16:59:10.692444+0000 mgr.smithi046.hnrily (mgr.14180) 984 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:12.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:11 smithi046 bash[24815]: cluster 2023-12-26T16:59:10.692444+0000 mgr.smithi046.hnrily (mgr.14180) 984 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:12.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:59:12.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:12 smithi073 bash[29040]: audit 2023-12-26T16:59:11.596457+0000 mgr.smithi046.hnrily (mgr.14180) 985 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:13.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:12 smithi046 bash[24815]: audit 2023-12-26T16:59:11.596457+0000 mgr.smithi046.hnrily (mgr.14180) 985 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:13.377 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:59:13.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:13 smithi046 bash[24815]: cluster 2023-12-26T16:59:12.693949+0000 mgr.smithi046.hnrily (mgr.14180) 986 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:59:14.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:13 smithi073 bash[29040]: cluster 2023-12-26T16:59:12.693949+0000 mgr.smithi046.hnrily (mgr.14180) 986 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:59:16.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:15 smithi046 bash[24815]: cluster 2023-12-26T16:59:14.694728+0000 mgr.smithi046.hnrily (mgr.14180) 987 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:16.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:15 smithi073 bash[29040]: cluster 2023-12-26T16:59:14.694728+0000 mgr.smithi046.hnrily (mgr.14180) 987 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:16.658 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:59:16.658 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:38.447086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xepqqt on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\nDeploy daemon haproxy.nfs.foo.smithi073.xepqqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.671203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.oybsxq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\nDeploy daemon haproxy.nfs.foo.smithi046.oybsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.673708Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lzxaoy on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:59:17.382 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:59:18.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:17 smithi046 bash[24815]: audit 2023-12-26T16:59:16.650118+0000 mgr.smithi046.hnrily (mgr.14180) 988 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:18.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:17 smithi046 bash[24815]: cluster 2023-12-26T16:59:16.696115+0000 mgr.smithi046.hnrily (mgr.14180) 989 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:18.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:17 smithi073 bash[29040]: audit 2023-12-26T16:59:16.650118+0000 mgr.smithi046.hnrily (mgr.14180) 988 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:18.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:17 smithi073 bash[29040]: cluster 2023-12-26T16:59:16.696115+0000 mgr.smithi046.hnrily (mgr.14180) 989 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:18.383 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:59:20.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:19 smithi046 bash[24815]: cluster 2023-12-26T16:59:18.697102+0000 mgr.smithi046.hnrily (mgr.14180) 990 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:20.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:19 smithi073 bash[29040]: cluster 2023-12-26T16:59:18.697102+0000 mgr.smithi046.hnrily (mgr.14180) 990 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:21.395 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:59:21.395 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:38.447086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xepqqt on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\nDeploy daemon haproxy.nfs.foo.smithi073.xepqqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.671203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.oybsxq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\nDeploy daemon haproxy.nfs.foo.smithi046.oybsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.673708Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lzxaoy on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:59:21.845 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:21 smithi046 bash[24815]: cluster 2023-12-26T16:59:20.697905+0000 mgr.smithi046.hnrily (mgr.14180) 991 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:21.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:21 smithi073 bash[29040]: cluster 2023-12-26T16:59:20.697905+0000 mgr.smithi046.hnrily (mgr.14180) 991 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:22.124 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:59:22.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:22 smithi073 bash[29040]: audit 2023-12-26T16:59:21.391652+0000 mgr.smithi046.hnrily (mgr.14180) 992 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:23.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:22 smithi046 bash[24815]: audit 2023-12-26T16:59:21.391652+0000 mgr.smithi046.hnrily (mgr.14180) 992 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:23.125 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:59:24.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:23 smithi046 bash[24815]: cluster 2023-12-26T16:59:22.699438+0000 mgr.smithi046.hnrily (mgr.14180) 993 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:59:24.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:23 smithi073 bash[29040]: cluster 2023-12-26T16:59:22.699438+0000 mgr.smithi046.hnrily (mgr.14180) 993 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:59:26.094 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:25 smithi046 bash[24815]: cluster 2023-12-26T16:59:24.700417+0000 mgr.smithi046.hnrily (mgr.14180) 994 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:26.212 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:59:26.212 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:38.447086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xepqqt on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\nDeploy daemon haproxy.nfs.foo.smithi073.xepqqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.671203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.oybsxq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\nDeploy daemon haproxy.nfs.foo.smithi046.oybsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.673708Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lzxaoy on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:59:26.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:25 smithi073 bash[29040]: cluster 2023-12-26T16:59:24.700417+0000 mgr.smithi046.hnrily (mgr.14180) 994 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:27.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:59:28.092 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:59:28.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:27 smithi046 bash[24815]: audit 2023-12-26T16:59:26.204759+0000 mgr.smithi046.hnrily (mgr.14180) 995 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:28.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:27 smithi046 bash[24815]: cluster 2023-12-26T16:59:26.701907+0000 mgr.smithi046.hnrily (mgr.14180) 996 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:28.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:27 smithi073 bash[29040]: audit 2023-12-26T16:59:26.204759+0000 mgr.smithi046.hnrily (mgr.14180) 995 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:28.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:27 smithi073 bash[29040]: cluster 2023-12-26T16:59:26.701907+0000 mgr.smithi046.hnrily (mgr.14180) 996 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:30.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:29 smithi046 bash[24815]: cluster 2023-12-26T16:59:28.702652+0000 mgr.smithi046.hnrily (mgr.14180) 997 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:30.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:29 smithi073 bash[29040]: cluster 2023-12-26T16:59:28.702652+0000 mgr.smithi046.hnrily (mgr.14180) 997 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:31.054 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:59:31.054 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:38.447086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xepqqt on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\nDeploy daemon haproxy.nfs.foo.smithi073.xepqqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.671203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.oybsxq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\nDeploy daemon haproxy.nfs.foo.smithi046.oybsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.673708Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lzxaoy on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:59:31.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:59:31.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:31 smithi073 bash[29040]: cluster 2023-12-26T16:59:30.703660+0000 mgr.smithi046.hnrily (mgr.14180) 998 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:32.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:31 smithi046 bash[24815]: cluster 2023-12-26T16:59:30.703660+0000 mgr.smithi046.hnrily (mgr.14180) 998 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:32.713 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:59:32.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:32 smithi073 bash[29040]: audit 2023-12-26T16:59:31.045812+0000 mgr.smithi046.hnrily (mgr.14180) 999 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:33.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:32 smithi046 bash[24815]: audit 2023-12-26T16:59:31.045812+0000 mgr.smithi046.hnrily (mgr.14180) 999 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:34.029 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:33 smithi046 bash[24815]: cluster 2023-12-26T16:59:32.705187+0000 mgr.smithi046.hnrily (mgr.14180) 1000 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:59:34.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:33 smithi073 bash[29040]: cluster 2023-12-26T16:59:32.705187+0000 mgr.smithi046.hnrily (mgr.14180) 1000 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:59:35.885 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:59:35.886 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:38.447086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xepqqt on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\nDeploy daemon haproxy.nfs.foo.smithi073.xepqqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.671203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.oybsxq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\nDeploy daemon haproxy.nfs.foo.smithi046.oybsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.673708Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lzxaoy on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:59:36.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:35 smithi046 bash[24815]: cluster 2023-12-26T16:59:34.706161+0000 mgr.smithi046.hnrily (mgr.14180) 1001 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:36.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:35 smithi073 bash[29040]: cluster 2023-12-26T16:59:34.706161+0000 mgr.smithi046.hnrily (mgr.14180) 1001 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:36.595 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:59:36.845 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:36 smithi046 bash[24815]: audit 2023-12-26T16:59:35.873776+0000 mgr.smithi046.hnrily (mgr.14180) 1002 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:37.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:36 smithi073 bash[29040]: audit 2023-12-26T16:59:35.873776+0000 mgr.smithi046.hnrily (mgr.14180) 1002 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:37.597 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:59:38.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:37 smithi046 bash[24815]: cluster 2023-12-26T16:59:36.707697+0000 mgr.smithi046.hnrily (mgr.14180) 1003 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:38.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:37 smithi073 bash[29040]: cluster 2023-12-26T16:59:36.707697+0000 mgr.smithi046.hnrily (mgr.14180) 1003 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:40.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:39 smithi046 bash[24815]: cluster 2023-12-26T16:59:38.708696+0000 mgr.smithi046.hnrily (mgr.14180) 1004 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:40.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:39 smithi073 bash[29040]: cluster 2023-12-26T16:59:38.708696+0000 mgr.smithi046.hnrily (mgr.14180) 1004 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:40.512 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:59:40.512 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:38.447086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xepqqt on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\nDeploy daemon haproxy.nfs.foo.smithi073.xepqqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.671203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.oybsxq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\nDeploy daemon haproxy.nfs.foo.smithi046.oybsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.673708Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lzxaoy on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:59:41.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:59:41.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:41 smithi073 bash[29040]: audit 2023-12-26T16:59:40.504439+0000 mgr.smithi046.hnrily (mgr.14180) 1005 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:41.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:41 smithi073 bash[29040]: cluster 2023-12-26T16:59:40.709765+0000 mgr.smithi046.hnrily (mgr.14180) 1006 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:42.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:41 smithi046 bash[24815]: audit 2023-12-26T16:59:40.504439+0000 mgr.smithi046.hnrily (mgr.14180) 1005 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:42.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:41 smithi046 bash[24815]: cluster 2023-12-26T16:59:40.709765+0000 mgr.smithi046.hnrily (mgr.14180) 1006 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:42.265 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:59:42.845 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:42 smithi046 bash[24815]: audit 2023-12-26T16:59:42.679394+0000 mon.smithi046 (mon.0) 904 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:59:42.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:42 smithi073 bash[29040]: audit 2023-12-26T16:59:42.679394+0000 mon.smithi046 (mon.0) 904 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T16:59:43.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:43 smithi073 bash[29040]: cluster 2023-12-26T16:59:42.711328+0000 mgr.smithi046.hnrily (mgr.14180) 1007 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:59:44.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:43 smithi046 bash[24815]: cluster 2023-12-26T16:59:42.711328+0000 mgr.smithi046.hnrily (mgr.14180) 1007 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T16:59:45.507 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:59:45.507 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:49:26.742321Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:49:26.350786Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:49:26.742828Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:38.447086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xepqqt on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\nDeploy daemon haproxy.nfs.foo.smithi073.xepqqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.671203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.oybsxq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\nDeploy daemon haproxy.nfs.foo.smithi046.oybsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.673708Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lzxaoy on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:49:26.351790Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:49:26.350980Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:49:26.351092Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:49:26.351892Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:49:26.351198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:49:26.351370Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:49:26.743379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:59:45.845 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:45 smithi046 bash[24815]: cluster 2023-12-26T16:59:44.712324+0000 mgr.smithi046.hnrily (mgr.14180) 1008 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:45.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:45 smithi073 bash[29040]: cluster 2023-12-26T16:59:44.712324+0000 mgr.smithi046.hnrily (mgr.14180) 1008 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:46.260 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:59:46.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:46 smithi073 bash[29040]: audit 2023-12-26T16:59:45.499039+0000 mgr.smithi046.hnrily (mgr.14180) 1009 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:47.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:46 smithi046 bash[24815]: audit 2023-12-26T16:59:45.499039+0000 mgr.smithi046.hnrily (mgr.14180) 1009 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:47.262 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:59:47.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:47 smithi073 bash[29040]: cluster 2023-12-26T16:59:46.713779+0000 mgr.smithi046.hnrily (mgr.14180) 1010 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:48.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:47 smithi046 bash[24815]: cluster 2023-12-26T16:59:46.713779+0000 mgr.smithi046.hnrily (mgr.14180) 1010 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:49.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:49 smithi046 bash[24815]: audit 2023-12-26T16:59:48.326230+0000 mon.smithi046 (mon.0) 905 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:59:49.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:49 smithi046 bash[24815]: cluster 2023-12-26T16:59:48.714813+0000 mgr.smithi046.hnrily (mgr.14180) 1011 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:49.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:49 smithi046 bash[24815]: audit 2023-12-26T16:59:48.971950+0000 mon.smithi046 (mon.0) 906 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:59:49.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:49 smithi046 bash[24815]: audit 2023-12-26T16:59:49.244195+0000 mon.smithi046 (mon.0) 907 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:59:49.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:49 smithi046 bash[24815]: audit 2023-12-26T16:59:49.245556+0000 mon.smithi046 (mon.0) 908 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:59:49.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:49 smithi046 bash[24815]: audit 2023-12-26T16:59:49.252223+0000 mon.smithi046 (mon.0) 909 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:59:49.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:49 smithi046 bash[24815]: audit 2023-12-26T16:59:49.259516+0000 mon.smithi046 (mon.0) 910 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:59:49.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:49 smithi046 bash[24815]: audit 2023-12-26T16:59:49.271648+0000 mon.smithi046 (mon.0) 911 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:59:49.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:49 smithi073 bash[29040]: audit 2023-12-26T16:59:48.326230+0000 mon.smithi046 (mon.0) 905 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:59:49.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:49 smithi073 bash[29040]: cluster 2023-12-26T16:59:48.714813+0000 mgr.smithi046.hnrily (mgr.14180) 1011 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T16:59:49.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:49 smithi073 bash[29040]: audit 2023-12-26T16:59:48.971950+0000 mon.smithi046 (mon.0) 906 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:59:49.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:49 smithi073 bash[29040]: audit 2023-12-26T16:59:49.244195+0000 mon.smithi046 (mon.0) 907 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T16:59:49.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:49 smithi073 bash[29040]: audit 2023-12-26T16:59:49.245556+0000 mon.smithi046 (mon.0) 908 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T16:59:49.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:49 smithi073 bash[29040]: audit 2023-12-26T16:59:49.252223+0000 mon.smithi046 (mon.0) 909 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:59:49.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:49 smithi073 bash[29040]: audit 2023-12-26T16:59:49.259516+0000 mon.smithi046 (mon.0) 910 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T16:59:49.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:49 smithi073 bash[29040]: audit 2023-12-26T16:59:49.271648+0000 mon.smithi046 (mon.0) 911 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:59:50.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:50 smithi046 bash[24815]: cluster 2023-12-26T16:59:49.253017+0000 mgr.smithi046.hnrily (mgr.14180) 1012 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:59:50.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:50 smithi046 bash[24815]: cephadm 2023-12-26T16:59:49.277198+0000 mgr.smithi046.hnrily (mgr.14180) 1013 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.bhnchs on smithi073 2023-12-26T16:59:50.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:50 smithi046 bash[24815]: cluster 2023-12-26T16:59:49.324384+0000 mon.smithi046 (mon.0) 912 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:59:50.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:50 smithi046 bash[24815]: cluster 2023-12-26T16:59:49.324408+0000 mon.smithi046 (mon.0) 913 : cluster [INF] Cluster is now healthy 2023-12-26T16:59:50.463 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:59:50.463 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:57:33.903006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.whllqx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:38.447086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xepqqt on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\nDeploy daemon haproxy.nfs.foo.smithi073.xepqqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.671203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.oybsxq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\nDeploy daemon haproxy.nfs.foo.smithi046.oybsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.673708Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lzxaoy on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:59:50.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:50 smithi073 bash[29040]: cluster 2023-12-26T16:59:49.253017+0000 mgr.smithi046.hnrily (mgr.14180) 1012 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:59:50.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:50 smithi073 bash[29040]: cephadm 2023-12-26T16:59:49.277198+0000 mgr.smithi046.hnrily (mgr.14180) 1013 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.bhnchs on smithi073 2023-12-26T16:59:50.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:50 smithi073 bash[29040]: cluster 2023-12-26T16:59:49.324384+0000 mon.smithi046 (mon.0) 912 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T16:59:50.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:50 smithi073 bash[29040]: cluster 2023-12-26T16:59:49.324408+0000 mon.smithi046 (mon.0) 913 : cluster [INF] Cluster is now healthy 2023-12-26T16:59:51.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:59:51.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:51 smithi073 bash[29040]: audit 2023-12-26T16:59:50.459786+0000 mgr.smithi046.hnrily (mgr.14180) 1014 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:52.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:51 smithi046 bash[24815]: audit 2023-12-26T16:59:50.459786+0000 mgr.smithi046.hnrily (mgr.14180) 1014 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:52.191 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:59:52.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:52 smithi073 bash[29040]: cluster 2023-12-26T16:59:51.254023+0000 mgr.smithi046.hnrily (mgr.14180) 1015 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2023-12-26T16:59:52.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:52 smithi073 bash[29040]: audit 2023-12-26T16:59:51.815669+0000 mon.smithi046 (mon.0) 914 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:59:53.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:52 smithi046 bash[24815]: cluster 2023-12-26T16:59:51.254023+0000 mgr.smithi046.hnrily (mgr.14180) 1015 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2023-12-26T16:59:53.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:52 smithi046 bash[24815]: audit 2023-12-26T16:59:51.815669+0000 mon.smithi046 (mon.0) 914 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T16:59:54.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:53 smithi046 bash[24815]: audit 2023-12-26T16:59:53.202693+0000 mon.smithi046 (mon.0) 915 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.bhnchs"}]: dispatch 2023-12-26T16:59:54.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:53 smithi073 bash[29040]: audit 2023-12-26T16:59:53.202693+0000 mon.smithi046 (mon.0) 915 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.bhnchs"}]: dispatch 2023-12-26T16:59:55.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: cephadm 2023-12-26T16:59:53.201202+0000 mgr.smithi046.hnrily (mgr.14180) 1016 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs 2023-12-26T16:59:55.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:59:55.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs 2023-12-26T16:59:55.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs 2023-12-26T16:59:55.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:59:55.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs 2023-12-26T16:59:55.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.bhnchs ... 2023-12-26T16:59:55.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:55.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:59:55.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:59:55.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:59:55.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:55.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:59:55.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:59:55.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:59:55.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:59:55.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:59:55.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs 2023-12-26T16:59:55.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:59:55.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs 2023-12-26T16:59:55.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs 2023-12-26T16:59:55.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:59:55.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs 2023-12-26T16:59:55.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.bhnchs ... 2023-12-26T16:59:55.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:55.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:59:55.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:59:55.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:59:55.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:55.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: cephadm 2023-12-26T16:59:53.201760+0000 mgr.smithi046.hnrily (mgr.14180) 1017 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.bhnchs 2023-12-26T16:59:55.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: cephadm 2023-12-26T16:59:53.206225+0000 mgr.smithi046.hnrily (mgr.14180) 1018 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.bhnchs on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs 2023-12-26T16:59:55.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:59:55.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs 2023-12-26T16:59:55.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs 2023-12-26T16:59:55.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:59:55.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs 2023-12-26T16:59:55.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.bhnchs ... 2023-12-26T16:59:55.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:55.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:59:55.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:59:55.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:59:55.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:55.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: cephadm 2023-12-26T16:59:53.208709+0000 mgr.smithi046.hnrily (mgr.14180) 1019 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.fbimsx on smithi046 2023-12-26T16:59:55.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:54 smithi046 bash[24815]: cluster 2023-12-26T16:59:53.254600+0000 mgr.smithi046.hnrily (mgr.14180) 1020 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:59:55.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: cephadm 2023-12-26T16:59:53.201202+0000 mgr.smithi046.hnrily (mgr.14180) 1016 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs 2023-12-26T16:59:55.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:59:55.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs 2023-12-26T16:59:55.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs 2023-12-26T16:59:55.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:59:55.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs 2023-12-26T16:59:55.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.bhnchs ... 2023-12-26T16:59:55.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:55.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:59:55.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:59:55.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:59:55.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:55.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:59:55.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:59:55.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:59:55.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:59:55.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:59:55.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs 2023-12-26T16:59:55.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:59:55.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs 2023-12-26T16:59:55.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs 2023-12-26T16:59:55.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:59:55.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs 2023-12-26T16:59:55.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.bhnchs ... 2023-12-26T16:59:55.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:55.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:59:55.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:59:55.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:59:55.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:55.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: cephadm 2023-12-26T16:59:53.201760+0000 mgr.smithi046.hnrily (mgr.14180) 1017 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.bhnchs 2023-12-26T16:59:55.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: cephadm 2023-12-26T16:59:53.206225+0000 mgr.smithi046.hnrily (mgr.14180) 1018 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.bhnchs on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs 2023-12-26T16:59:55.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:59:55.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs 2023-12-26T16:59:55.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs 2023-12-26T16:59:55.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:59:55.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs 2023-12-26T16:59:55.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.bhnchs ... 2023-12-26T16:59:55.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:55.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:59:55.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:59:55.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:59:55.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:55.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: cephadm 2023-12-26T16:59:53.208709+0000 mgr.smithi046.hnrily (mgr.14180) 1019 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.fbimsx on smithi046 2023-12-26T16:59:55.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:54 smithi073 bash[29040]: cluster 2023-12-26T16:59:53.254600+0000 mgr.smithi046.hnrily (mgr.14180) 1020 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:59:55.557 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T16:59:55.558 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:58:38.447086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xepqqt on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-xepqqt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.xepqqt\nDeploy daemon haproxy.nfs.foo.smithi073.xepqqt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.671203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.oybsxq on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-oybsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.oybsxq\nDeploy daemon haproxy.nfs.foo.smithi046.oybsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:58:42.673708Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lzxaoy on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:53.205773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhnchs on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\nDeploy daemon haproxy.nfs.foo.smithi073.bhnchs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T16:59:56.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T16:59:56.984 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:56 smithi046 bash[24815]: cluster 2023-12-26T16:59:55.255097+0000 mgr.smithi046.hnrily (mgr.14180) 1021 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:59:56.984 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:56 smithi046 bash[24815]: audit 2023-12-26T16:59:55.548260+0000 mgr.smithi046.hnrily (mgr.14180) 1022 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:57.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:56 smithi073 bash[29040]: cluster 2023-12-26T16:59:55.255097+0000 mgr.smithi046.hnrily (mgr.14180) 1021 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T16:59:57.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:56 smithi073 bash[29040]: audit 2023-12-26T16:59:55.548260+0000 mgr.smithi046.hnrily (mgr.14180) 1022 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T16:59:57.315 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T16:59:58.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:57 smithi046 bash[24815]: audit 2023-12-26T16:59:57.058336+0000 mon.smithi046 (mon.0) 916 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.fbimsx"}]: dispatch 2023-12-26T16:59:58.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:57 smithi073 bash[29040]: audit 2023-12-26T16:59:57.058336+0000 mon.smithi046 (mon.0) 916 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.fbimsx"}]: dispatch 2023-12-26T16:59:59.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: cephadm 2023-12-26T16:59:57.057436+0000 mgr.smithi046.hnrily (mgr.14180) 1023 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx 2023-12-26T16:59:59.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:59:59.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx 2023-12-26T16:59:59.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx 2023-12-26T16:59:59.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:59:59.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx 2023-12-26T16:59:59.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.fbimsx ... 2023-12-26T16:59:59.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:59.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:59:59.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:59:59.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:59:59.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:59.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T16:59:59.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:59:59.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T16:59:59.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:59:59.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T16:59:59.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx 2023-12-26T16:59:59.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:59:59.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx 2023-12-26T16:59:59.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx 2023-12-26T16:59:59.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:59:59.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx 2023-12-26T16:59:59.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.fbimsx ... 2023-12-26T16:59:59.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:59.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:59:59.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:59:59.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:59:59.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:59.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: cephadm 2023-12-26T16:59:57.057775+0000 mgr.smithi046.hnrily (mgr.14180) 1024 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.fbimsx 2023-12-26T16:59:59.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: cephadm 2023-12-26T16:59:57.059897+0000 mgr.smithi046.hnrily (mgr.14180) 1025 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.fbimsx on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx 2023-12-26T16:59:59.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:59:59.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx 2023-12-26T16:59:59.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx 2023-12-26T16:59:59.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T16:59:59.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx 2023-12-26T16:59:59.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.fbimsx ... 2023-12-26T16:59:59.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:59.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:59:59.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:59:59.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T16:59:59.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:59.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: cephadm 2023-12-26T16:59:57.064633+0000 mgr.smithi046.hnrily (mgr.14180) 1026 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.ovzswq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:59:59.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: cephadm 2023-12-26T16:59:57.066990+0000 mgr.smithi046.hnrily (mgr.14180) 1027 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:59:59.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: cluster 2023-12-26T16:59:57.068515+0000 mgr.smithi046.hnrily (mgr.14180) 1028 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-12-26T16:59:59.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 16:59:58 smithi046 bash[24815]: cluster 2023-12-26T16:59:57.833490+0000 mon.smithi046 (mon.0) 917 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T16:59:59.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: cephadm 2023-12-26T16:59:57.057436+0000 mgr.smithi046.hnrily (mgr.14180) 1023 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx 2023-12-26T16:59:59.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:59:59.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx 2023-12-26T16:59:59.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx 2023-12-26T16:59:59.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:59:59.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx 2023-12-26T16:59:59.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.fbimsx ... 2023-12-26T16:59:59.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:59.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:59:59.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:59:59.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:59:59.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:59.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T16:59:59.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T16:59:59.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T16:59:59.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T16:59:59.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T16:59:59.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx 2023-12-26T16:59:59.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:59:59.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx 2023-12-26T16:59:59.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx 2023-12-26T16:59:59.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:59:59.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx 2023-12-26T16:59:59.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.fbimsx ... 2023-12-26T16:59:59.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:59.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:59:59.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:59:59.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:59:59.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:59.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: cephadm 2023-12-26T16:59:57.057775+0000 mgr.smithi046.hnrily (mgr.14180) 1024 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.fbimsx 2023-12-26T16:59:59.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: cephadm 2023-12-26T16:59:57.059897+0000 mgr.smithi046.hnrily (mgr.14180) 1025 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.fbimsx on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx 2023-12-26T16:59:59.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:59:59.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx 2023-12-26T16:59:59.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx 2023-12-26T16:59:59.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T16:59:59.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx 2023-12-26T16:59:59.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.fbimsx ... 2023-12-26T16:59:59.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:59.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T16:59:59.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T16:59:59.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T16:59:59.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T16:59:59.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: cephadm 2023-12-26T16:59:57.064633+0000 mgr.smithi046.hnrily (mgr.14180) 1026 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.ovzswq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:59:59.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: cephadm 2023-12-26T16:59:57.066990+0000 mgr.smithi046.hnrily (mgr.14180) 1027 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T16:59:59.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: cluster 2023-12-26T16:59:57.068515+0000 mgr.smithi046.hnrily (mgr.14180) 1028 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-12-26T16:59:59.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 16:59:58 smithi073 bash[29040]: cluster 2023-12-26T16:59:57.833490+0000 mon.smithi046 (mon.0) 917 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T17:00:00.639 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:00:00.639 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:53.205773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhnchs on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\nDeploy daemon haproxy.nfs.foo.smithi073.bhnchs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.059563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fbimsx on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\nDeploy daemon haproxy.nfs.foo.smithi046.fbimsx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.064497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ovzswq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:00:01.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:00 smithi046 bash[24815]: cluster 2023-12-26T16:59:59.069479+0000 mgr.smithi046.hnrily (mgr.14180) 1029 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-12-26T17:00:01.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:00 smithi046 bash[24815]: cluster 2023-12-26T17:00:00.000163+0000 mon.smithi046 (mon.0) 918 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-26T17:00:01.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:00 smithi073 bash[29040]: cluster 2023-12-26T16:59:59.069479+0000 mgr.smithi046.hnrily (mgr.14180) 1029 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-12-26T17:00:01.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:00 smithi073 bash[29040]: cluster 2023-12-26T17:00:00.000163+0000 mon.smithi046 (mon.0) 918 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-26T17:00:01.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:00:02.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:01 smithi073 bash[29040]: audit 2023-12-26T17:00:00.630116+0000 mgr.smithi046.hnrily (mgr.14180) 1030 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:02.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:01 smithi073 bash[29040]: audit 2023-12-26T17:00:01.308041+0000 mon.smithi046 (mon.0) 919 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:00:02.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:01 smithi046 bash[24815]: audit 2023-12-26T17:00:00.630116+0000 mgr.smithi046.hnrily (mgr.14180) 1030 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:02.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:01 smithi046 bash[24815]: audit 2023-12-26T17:00:01.308041+0000 mon.smithi046 (mon.0) 919 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:00:02.398 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:00:03.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:02 smithi073 bash[29040]: cluster 2023-12-26T17:00:01.070530+0000 mgr.smithi046.hnrily (mgr.14180) 1031 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 346 B/s rd, 0 op/s 2023-12-26T17:00:03.343 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:02 smithi046 bash[24815]: cluster 2023-12-26T17:00:01.070530+0000 mgr.smithi046.hnrily (mgr.14180) 1031 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 346 B/s rd, 0 op/s 2023-12-26T17:00:05.120 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:04 smithi046 bash[24815]: cluster 2023-12-26T17:00:03.071304+0000 mgr.smithi046.hnrily (mgr.14180) 1032 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-26T17:00:05.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:04 smithi073 bash[29040]: cluster 2023-12-26T17:00:03.071304+0000 mgr.smithi046.hnrily (mgr.14180) 1032 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-26T17:00:05.545 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:00:05.545 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:53.205773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhnchs on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\nDeploy daemon haproxy.nfs.foo.smithi073.bhnchs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.059563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fbimsx on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\nDeploy daemon haproxy.nfs.foo.smithi046.fbimsx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.064497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ovzswq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:00:06.391 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:00:07.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:06 smithi073 bash[29040]: cluster 2023-12-26T17:00:05.072195+0000 mgr.smithi046.hnrily (mgr.14180) 1033 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-26T17:00:07.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:06 smithi073 bash[29040]: audit 2023-12-26T17:00:05.536651+0000 mgr.smithi046.hnrily (mgr.14180) 1034 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:07.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:06 smithi073 bash[29040]: audit 2023-12-26T17:00:06.816234+0000 mon.smithi046 (mon.0) 920 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:00:07.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:06 smithi046 bash[24815]: cluster 2023-12-26T17:00:05.072195+0000 mgr.smithi046.hnrily (mgr.14180) 1033 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-26T17:00:07.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:06 smithi046 bash[24815]: audit 2023-12-26T17:00:05.536651+0000 mgr.smithi046.hnrily (mgr.14180) 1034 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:07.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:06 smithi046 bash[24815]: audit 2023-12-26T17:00:06.816234+0000 mon.smithi046 (mon.0) 920 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:00:07.392 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:00:09.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:08 smithi073 bash[29040]: cluster 2023-12-26T17:00:07.073688+0000 mgr.smithi046.hnrily (mgr.14180) 1035 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-26T17:00:09.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:08 smithi046 bash[24815]: cluster 2023-12-26T17:00:07.073688+0000 mgr.smithi046.hnrily (mgr.14180) 1035 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-26T17:00:10.210 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:09 smithi046 bash[24815]: cluster 2023-12-26T17:00:09.074661+0000 mgr.smithi046.hnrily (mgr.14180) 1036 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:10.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:09 smithi073 bash[29040]: cluster 2023-12-26T17:00:09.074661+0000 mgr.smithi046.hnrily (mgr.14180) 1036 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:10.603 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:00:10.604 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:53.205773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhnchs on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\nDeploy daemon haproxy.nfs.foo.smithi073.bhnchs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.059563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fbimsx on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\nDeploy daemon haproxy.nfs.foo.smithi046.fbimsx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.064497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ovzswq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:00:11.327 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:00:11.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:11 smithi073 bash[29040]: audit 2023-12-26T17:00:10.594378+0000 mgr.smithi046.hnrily (mgr.14180) 1037 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:12.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:11 smithi046 bash[24815]: audit 2023-12-26T17:00:10.594378+0000 mgr.smithi046.hnrily (mgr.14180) 1037 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:12.327 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:00:12.845 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:12 smithi046 bash[24815]: cluster 2023-12-26T17:00:11.076119+0000 mgr.smithi046.hnrily (mgr.14180) 1038 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:00:12.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:12 smithi073 bash[29040]: cluster 2023-12-26T17:00:11.076119+0000 mgr.smithi046.hnrily (mgr.14180) 1038 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:00:14.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:14 smithi073 bash[29040]: cluster 2023-12-26T17:00:13.077157+0000 mgr.smithi046.hnrily (mgr.14180) 1039 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:15.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:14 smithi046 bash[24815]: cluster 2023-12-26T17:00:13.077157+0000 mgr.smithi046.hnrily (mgr.14180) 1039 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:15.521 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:00:15.522 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:53.205773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhnchs on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\nDeploy daemon haproxy.nfs.foo.smithi073.bhnchs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.059563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fbimsx on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\nDeploy daemon haproxy.nfs.foo.smithi046.fbimsx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.064497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ovzswq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:00:16.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:00:16.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:16 smithi073 bash[29040]: cluster 2023-12-26T17:00:15.078201+0000 mgr.smithi046.hnrily (mgr.14180) 1040 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:16.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:16 smithi073 bash[29040]: audit 2023-12-26T17:00:15.514035+0000 mgr.smithi046.hnrily (mgr.14180) 1041 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:17.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:16 smithi046 bash[24815]: cluster 2023-12-26T17:00:15.078201+0000 mgr.smithi046.hnrily (mgr.14180) 1040 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:17.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:16 smithi046 bash[24815]: audit 2023-12-26T17:00:15.514035+0000 mgr.smithi046.hnrily (mgr.14180) 1041 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:17.281 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:00:18.846 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:18 smithi046 bash[24815]: cluster 2023-12-26T17:00:17.079724+0000 mgr.smithi046.hnrily (mgr.14180) 1042 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:18.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:18 smithi073 bash[29040]: cluster 2023-12-26T17:00:17.079724+0000 mgr.smithi046.hnrily (mgr.14180) 1042 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:20.353 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:00:20.353 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:53.205773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhnchs on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\nDeploy daemon haproxy.nfs.foo.smithi073.bhnchs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.059563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fbimsx on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\nDeploy daemon haproxy.nfs.foo.smithi046.fbimsx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.064497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ovzswq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:00:20.845 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:20 smithi046 bash[24815]: cluster 2023-12-26T17:00:19.080704+0000 mgr.smithi046.hnrily (mgr.14180) 1043 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:21.057 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:00:21.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:20 smithi073 bash[29040]: cluster 2023-12-26T17:00:19.080704+0000 mgr.smithi046.hnrily (mgr.14180) 1043 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:22.057 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:00:22.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:21 smithi046 bash[24815]: audit 2023-12-26T17:00:20.344938+0000 mgr.smithi046.hnrily (mgr.14180) 1044 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:22.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:21 smithi073 bash[29040]: audit 2023-12-26T17:00:20.344938+0000 mgr.smithi046.hnrily (mgr.14180) 1044 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:23.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:22 smithi046 bash[24815]: cluster 2023-12-26T17:00:21.082175+0000 mgr.smithi046.hnrily (mgr.14180) 1045 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:00:23.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:22 smithi073 bash[29040]: cluster 2023-12-26T17:00:21.082175+0000 mgr.smithi046.hnrily (mgr.14180) 1045 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:00:25.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:24 smithi046 bash[24815]: cluster 2023-12-26T17:00:23.083223+0000 mgr.smithi046.hnrily (mgr.14180) 1046 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:25.230 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:00:25.230 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:53.205773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhnchs on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\nDeploy daemon haproxy.nfs.foo.smithi073.bhnchs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.059563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fbimsx on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\nDeploy daemon haproxy.nfs.foo.smithi046.fbimsx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.064497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ovzswq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:00:25.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:24 smithi073 bash[29040]: cluster 2023-12-26T17:00:23.083223+0000 mgr.smithi046.hnrily (mgr.14180) 1046 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:25.960 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:00:26.961 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:00:27.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:26 smithi046 bash[24815]: cluster 2023-12-26T17:00:25.084183+0000 mgr.smithi046.hnrily (mgr.14180) 1047 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:27.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:26 smithi046 bash[24815]: audit 2023-12-26T17:00:25.221722+0000 mgr.smithi046.hnrily (mgr.14180) 1048 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:27.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:26 smithi073 bash[29040]: cluster 2023-12-26T17:00:25.084183+0000 mgr.smithi046.hnrily (mgr.14180) 1047 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:27.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:26 smithi073 bash[29040]: audit 2023-12-26T17:00:25.221722+0000 mgr.smithi046.hnrily (mgr.14180) 1048 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:29.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:28 smithi046 bash[24815]: cluster 2023-12-26T17:00:27.085667+0000 mgr.smithi046.hnrily (mgr.14180) 1049 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:29.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:28 smithi073 bash[29040]: cluster 2023-12-26T17:00:27.085667+0000 mgr.smithi046.hnrily (mgr.14180) 1049 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:30.208 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:00:30.208 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:53.205773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhnchs on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\nDeploy daemon haproxy.nfs.foo.smithi073.bhnchs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.059563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fbimsx on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\nDeploy daemon haproxy.nfs.foo.smithi046.fbimsx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.064497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ovzswq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:00:30.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:00:31.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:30 smithi046 bash[24815]: cluster 2023-12-26T17:00:29.086291+0000 mgr.smithi046.hnrily (mgr.14180) 1050 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:31.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:30 smithi073 bash[29040]: cluster 2023-12-26T17:00:29.086291+0000 mgr.smithi046.hnrily (mgr.14180) 1050 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:31.873 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:00:32.077 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:31 smithi046 bash[24815]: audit 2023-12-26T17:00:30.198122+0000 mgr.smithi046.hnrily (mgr.14180) 1051 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:32.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:31 smithi073 bash[29040]: audit 2023-12-26T17:00:30.198122+0000 mgr.smithi046.hnrily (mgr.14180) 1051 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:33.042 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:32 smithi046 bash[24815]: cluster 2023-12-26T17:00:31.087703+0000 mgr.smithi046.hnrily (mgr.14180) 1052 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:00:33.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:32 smithi073 bash[29040]: cluster 2023-12-26T17:00:31.087703+0000 mgr.smithi046.hnrily (mgr.14180) 1052 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:00:34.938 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:00:34.938 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:53.205773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhnchs on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\nDeploy daemon haproxy.nfs.foo.smithi073.bhnchs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.059563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fbimsx on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\nDeploy daemon haproxy.nfs.foo.smithi046.fbimsx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.064497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ovzswq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:00:35.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:34 smithi046 bash[24815]: cluster 2023-12-26T17:00:33.088775+0000 mgr.smithi046.hnrily (mgr.14180) 1053 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:35.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:34 smithi073 bash[29040]: cluster 2023-12-26T17:00:33.088775+0000 mgr.smithi046.hnrily (mgr.14180) 1053 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:35.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:00:36.691 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:00:37.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:36 smithi046 bash[24815]: audit 2023-12-26T17:00:34.932843+0000 mgr.smithi046.hnrily (mgr.14180) 1054 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:37.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:36 smithi046 bash[24815]: cluster 2023-12-26T17:00:35.089767+0000 mgr.smithi046.hnrily (mgr.14180) 1055 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:37.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:36 smithi073 bash[29040]: audit 2023-12-26T17:00:34.932843+0000 mgr.smithi046.hnrily (mgr.14180) 1054 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:37.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:36 smithi073 bash[29040]: cluster 2023-12-26T17:00:35.089767+0000 mgr.smithi046.hnrily (mgr.14180) 1055 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:39.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:38 smithi046 bash[24815]: cluster 2023-12-26T17:00:37.091301+0000 mgr.smithi046.hnrily (mgr.14180) 1056 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:39.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:38 smithi073 bash[29040]: cluster 2023-12-26T17:00:37.091301+0000 mgr.smithi046.hnrily (mgr.14180) 1056 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:39.875 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:00:39.876 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:53.205773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhnchs on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\nDeploy daemon haproxy.nfs.foo.smithi073.bhnchs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.059563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fbimsx on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\nDeploy daemon haproxy.nfs.foo.smithi046.fbimsx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.064497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ovzswq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:00:40.621 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:00:41.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:40 smithi046 bash[24815]: cluster 2023-12-26T17:00:39.092187+0000 mgr.smithi046.hnrily (mgr.14180) 1057 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:41.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:40 smithi046 bash[24815]: audit 2023-12-26T17:00:39.867042+0000 mgr.smithi046.hnrily (mgr.14180) 1058 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:41.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:40 smithi073 bash[29040]: cluster 2023-12-26T17:00:39.092187+0000 mgr.smithi046.hnrily (mgr.14180) 1057 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:41.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:40 smithi073 bash[29040]: audit 2023-12-26T17:00:39.867042+0000 mgr.smithi046.hnrily (mgr.14180) 1058 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:41.622 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:00:42.955 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:42 smithi046 bash[24815]: cluster 2023-12-26T17:00:41.093621+0000 mgr.smithi046.hnrily (mgr.14180) 1059 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:00:43.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:42 smithi073 bash[29040]: cluster 2023-12-26T17:00:41.093621+0000 mgr.smithi046.hnrily (mgr.14180) 1059 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:00:44.655 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:00:44.655 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:53.205773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhnchs on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\nDeploy daemon haproxy.nfs.foo.smithi073.bhnchs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.059563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fbimsx on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\nDeploy daemon haproxy.nfs.foo.smithi046.fbimsx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.064497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ovzswq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:00:45.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:44 smithi046 bash[24815]: cluster 2023-12-26T17:00:43.094666+0000 mgr.smithi046.hnrily (mgr.14180) 1060 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:45.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:44 smithi073 bash[29040]: cluster 2023-12-26T17:00:43.094666+0000 mgr.smithi046.hnrily (mgr.14180) 1060 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:45.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:00:46.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:45 smithi046 bash[24815]: audit 2023-12-26T17:00:44.644195+0000 mgr.smithi046.hnrily (mgr.14180) 1061 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:46.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:45 smithi073 bash[29040]: audit 2023-12-26T17:00:44.644195+0000 mgr.smithi046.hnrily (mgr.14180) 1061 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:46.376 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:00:46.846 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:46 smithi046 bash[24815]: cluster 2023-12-26T17:00:45.095703+0000 mgr.smithi046.hnrily (mgr.14180) 1062 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:47.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:46 smithi073 bash[29040]: cluster 2023-12-26T17:00:45.095703+0000 mgr.smithi046.hnrily (mgr.14180) 1062 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:49.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:48 smithi046 bash[24815]: cluster 2023-12-26T17:00:47.097233+0000 mgr.smithi046.hnrily (mgr.14180) 1063 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:49.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:48 smithi073 bash[29040]: cluster 2023-12-26T17:00:47.097233+0000 mgr.smithi046.hnrily (mgr.14180) 1063 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:49.594 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:00:49.594 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:53.205773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhnchs on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\nDeploy daemon haproxy.nfs.foo.smithi073.bhnchs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.059563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fbimsx on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\nDeploy daemon haproxy.nfs.foo.smithi046.fbimsx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.064497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ovzswq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:00:50.316 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:00:51.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:50 smithi046 bash[24815]: cluster 2023-12-26T17:00:49.098178+0000 mgr.smithi046.hnrily (mgr.14180) 1064 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:51.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:50 smithi046 bash[24815]: audit 2023-12-26T17:00:49.584632+0000 mgr.smithi046.hnrily (mgr.14180) 1065 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:51.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:50 smithi073 bash[29040]: cluster 2023-12-26T17:00:49.098178+0000 mgr.smithi046.hnrily (mgr.14180) 1064 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:51.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:50 smithi073 bash[29040]: audit 2023-12-26T17:00:49.584632+0000 mgr.smithi046.hnrily (mgr.14180) 1065 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:51.317 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:00:53.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:52 smithi046 bash[24815]: cluster 2023-12-26T17:00:51.099651+0000 mgr.smithi046.hnrily (mgr.14180) 1066 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:00:53.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:52 smithi073 bash[29040]: cluster 2023-12-26T17:00:51.099651+0000 mgr.smithi046.hnrily (mgr.14180) 1066 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:00:54.558 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:00:54.558 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:53.205773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhnchs on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\nDeploy daemon haproxy.nfs.foo.smithi073.bhnchs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.059563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fbimsx on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\nDeploy daemon haproxy.nfs.foo.smithi046.fbimsx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.064497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ovzswq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:00:55.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:54 smithi046 bash[24815]: cluster 2023-12-26T17:00:53.100809+0000 mgr.smithi046.hnrily (mgr.14180) 1067 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:55.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:54 smithi073 bash[29040]: cluster 2023-12-26T17:00:53.100809+0000 mgr.smithi046.hnrily (mgr.14180) 1067 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:55.382 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:00:56.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:55 smithi073 bash[29040]: audit 2023-12-26T17:00:54.548431+0000 mgr.smithi046.hnrily (mgr.14180) 1068 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:56.346 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:55 smithi046 bash[24815]: audit 2023-12-26T17:00:54.548431+0000 mgr.smithi046.hnrily (mgr.14180) 1068 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:00:56.383 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:00:57.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:56 smithi073 bash[29040]: cluster 2023-12-26T17:00:55.101424+0000 mgr.smithi046.hnrily (mgr.14180) 1069 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:57.309 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:56 smithi046 bash[24815]: cluster 2023-12-26T17:00:55.101424+0000 mgr.smithi046.hnrily (mgr.14180) 1069 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:58.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:57 smithi073 bash[29040]: audit 2023-12-26T17:00:57.071048+0000 mon.smithi046 (mon.0) 921 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:00:58.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:57 smithi073 bash[29040]: audit 2023-12-26T17:00:57.348005+0000 mon.smithi046 (mon.0) 922 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:00:58.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:57 smithi073 bash[29040]: audit 2023-12-26T17:00:57.644225+0000 mon.smithi046 (mon.0) 923 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:00:58.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:57 smithi073 bash[29040]: audit 2023-12-26T17:00:57.645242+0000 mon.smithi046 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T17:00:58.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:57 smithi073 bash[29040]: audit 2023-12-26T17:00:57.651840+0000 mon.smithi046 (mon.0) 925 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:00:58.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:57 smithi073 bash[29040]: audit 2023-12-26T17:00:57.657898+0000 mon.smithi046 (mon.0) 926 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T17:00:58.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:57 smithi073 bash[29040]: audit 2023-12-26T17:00:57.667933+0000 mon.smithi046 (mon.0) 927 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:00:58.239 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:57 smithi046 bash[24815]: audit 2023-12-26T17:00:57.071048+0000 mon.smithi046 (mon.0) 921 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:00:58.239 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:57 smithi046 bash[24815]: audit 2023-12-26T17:00:57.348005+0000 mon.smithi046 (mon.0) 922 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:00:58.239 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:57 smithi046 bash[24815]: audit 2023-12-26T17:00:57.644225+0000 mon.smithi046 (mon.0) 923 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:00:58.239 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:57 smithi046 bash[24815]: audit 2023-12-26T17:00:57.645242+0000 mon.smithi046 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T17:00:58.239 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:57 smithi046 bash[24815]: audit 2023-12-26T17:00:57.651840+0000 mon.smithi046 (mon.0) 925 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:00:58.239 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:57 smithi046 bash[24815]: audit 2023-12-26T17:00:57.657898+0000 mon.smithi046 (mon.0) 926 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T17:00:58.239 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:57 smithi046 bash[24815]: audit 2023-12-26T17:00:57.667933+0000 mon.smithi046 (mon.0) 927 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:00:59.159 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:58 smithi046 bash[24815]: cluster 2023-12-26T17:00:57.102572+0000 mgr.smithi046.hnrily (mgr.14180) 1070 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:59.159 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:58 smithi046 bash[24815]: cluster 2023-12-26T17:00:57.652579+0000 mgr.smithi046.hnrily (mgr.14180) 1071 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T17:00:59.159 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:58 smithi046 bash[24815]: cephadm 2023-12-26T17:00:57.670827+0000 mgr.smithi046.hnrily (mgr.14180) 1072 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.pkzcxc on smithi073 2023-12-26T17:00:59.159 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:58 smithi046 bash[24815]: cluster 2023-12-26T17:00:57.863027+0000 mon.smithi046 (mon.0) 928 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T17:00:59.159 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:00:58 smithi046 bash[24815]: cluster 2023-12-26T17:00:57.863084+0000 mon.smithi046 (mon.0) 929 : cluster [INF] Cluster is now healthy 2023-12-26T17:00:59.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:58 smithi073 bash[29040]: cluster 2023-12-26T17:00:57.102572+0000 mgr.smithi046.hnrily (mgr.14180) 1070 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:00:59.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:58 smithi073 bash[29040]: cluster 2023-12-26T17:00:57.652579+0000 mgr.smithi046.hnrily (mgr.14180) 1071 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T17:00:59.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:58 smithi073 bash[29040]: cephadm 2023-12-26T17:00:57.670827+0000 mgr.smithi046.hnrily (mgr.14180) 1072 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.pkzcxc on smithi073 2023-12-26T17:00:59.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:58 smithi073 bash[29040]: cluster 2023-12-26T17:00:57.863027+0000 mon.smithi046 (mon.0) 928 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T17:00:59.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:00:58 smithi073 bash[29040]: cluster 2023-12-26T17:00:57.863084+0000 mon.smithi046 (mon.0) 929 : cluster [INF] Cluster is now healthy 2023-12-26T17:00:59.551 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:00:59.551 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:58:42.675557Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dnmsmx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:53.205773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhnchs on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\nDeploy daemon haproxy.nfs.foo.smithi073.bhnchs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.059563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fbimsx on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\nDeploy daemon haproxy.nfs.foo.smithi046.fbimsx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.064497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ovzswq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:01:00.307 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:01:01.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:00 smithi073 bash[29040]: audit 2023-12-26T17:00:59.545224+0000 mgr.smithi046.hnrily (mgr.14180) 1073 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:01.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:00 smithi073 bash[29040]: cluster 2023-12-26T17:00:59.653152+0000 mgr.smithi046.hnrily (mgr.14180) 1074 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T17:01:01.308 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:01:01.320 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:00 smithi046 bash[24815]: audit 2023-12-26T17:00:59.545224+0000 mgr.smithi046.hnrily (mgr.14180) 1073 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:01.320 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:00 smithi046 bash[24815]: cluster 2023-12-26T17:00:59.653152+0000 mgr.smithi046.hnrily (mgr.14180) 1074 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T17:01:01.985 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:01 smithi073 bash[29040]: audit 2023-12-26T17:01:01.746311+0000 mon.smithi046 (mon.0) 930 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.pkzcxc"}]: dispatch 2023-12-26T17:01:02.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:01 smithi046 bash[24815]: audit 2023-12-26T17:01:01.746311+0000 mon.smithi046 (mon.0) 930 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.pkzcxc"}]: dispatch 2023-12-26T17:01:03.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: cluster 2023-12-26T17:01:01.653941+0000 mgr.smithi046.hnrily (mgr.14180) 1075 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T17:01:03.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: cephadm 2023-12-26T17:01:01.744953+0000 mgr.smithi046.hnrily (mgr.14180) 1076 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc 2023-12-26T17:01:03.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:01:03.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc 2023-12-26T17:01:03.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc 2023-12-26T17:01:03.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:01:03.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc 2023-12-26T17:01:03.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.pkzcxc ... 2023-12-26T17:01:03.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:03.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:01:03.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:01:03.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:01:03.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:03.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T17:01:03.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:01:03.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T17:01:03.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:01:03.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T17:01:03.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc 2023-12-26T17:01:03.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:01:03.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc 2023-12-26T17:01:03.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc 2023-12-26T17:01:03.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:01:03.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc 2023-12-26T17:01:03.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.pkzcxc ... 2023-12-26T17:01:03.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:03.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:01:03.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:01:03.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:01:03.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:03.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: cephadm 2023-12-26T17:01:01.745532+0000 mgr.smithi046.hnrily (mgr.14180) 1077 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.pkzcxc 2023-12-26T17:01:03.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: cephadm 2023-12-26T17:01:01.747780+0000 mgr.smithi046.hnrily (mgr.14180) 1078 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.pkzcxc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc 2023-12-26T17:01:03.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:01:03.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc 2023-12-26T17:01:03.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc 2023-12-26T17:01:03.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:01:03.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc 2023-12-26T17:01:03.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.pkzcxc ... 2023-12-26T17:01:03.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:03.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:01:03.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:01:03.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:01:03.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:03.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:02 smithi073 bash[29040]: cephadm 2023-12-26T17:01:01.752519+0000 mgr.smithi046.hnrily (mgr.14180) 1079 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.hairqz on smithi046 2023-12-26T17:01:03.346 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: cluster 2023-12-26T17:01:01.653941+0000 mgr.smithi046.hnrily (mgr.14180) 1075 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T17:01:03.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: cephadm 2023-12-26T17:01:01.744953+0000 mgr.smithi046.hnrily (mgr.14180) 1076 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc 2023-12-26T17:01:03.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:01:03.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc 2023-12-26T17:01:03.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc 2023-12-26T17:01:03.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:01:03.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc 2023-12-26T17:01:03.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.pkzcxc ... 2023-12-26T17:01:03.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:03.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:01:03.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:01:03.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:01:03.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:03.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T17:01:03.348 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:01:03.348 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T17:01:03.348 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:01:03.348 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T17:01:03.348 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc 2023-12-26T17:01:03.348 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:01:03.348 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc 2023-12-26T17:01:03.348 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc 2023-12-26T17:01:03.348 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:01:03.348 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc 2023-12-26T17:01:03.348 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.pkzcxc ... 2023-12-26T17:01:03.348 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:03.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:01:03.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:01:03.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:01:03.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:03.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: cephadm 2023-12-26T17:01:01.745532+0000 mgr.smithi046.hnrily (mgr.14180) 1077 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.pkzcxc 2023-12-26T17:01:03.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: cephadm 2023-12-26T17:01:01.747780+0000 mgr.smithi046.hnrily (mgr.14180) 1078 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.pkzcxc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc 2023-12-26T17:01:03.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:01:03.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc 2023-12-26T17:01:03.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc 2023-12-26T17:01:03.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:01:03.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc 2023-12-26T17:01:03.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.pkzcxc ... 2023-12-26T17:01:03.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:03.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:01:03.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:01:03.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:01:03.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:03.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:02 smithi046 bash[24815]: cephadm 2023-12-26T17:01:01.752519+0000 mgr.smithi046.hnrily (mgr.14180) 1079 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.hairqz on smithi046 2023-12-26T17:01:04.213 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:03 smithi046 bash[24815]: cluster 2023-12-26T17:01:03.654681+0000 mgr.smithi046.hnrily (mgr.14180) 1080 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T17:01:04.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:03 smithi073 bash[29040]: cluster 2023-12-26T17:01:03.654681+0000 mgr.smithi046.hnrily (mgr.14180) 1080 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T17:01:04.598 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:01:04.598 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:59:53.205773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhnchs on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-bhnchs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.bhnchs\nDeploy daemon haproxy.nfs.foo.smithi073.bhnchs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.059563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.fbimsx on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-fbimsx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.fbimsx\nDeploy daemon haproxy.nfs.foo.smithi046.fbimsx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T16:59:57.064497Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ovzswq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:01.747538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pkzcxc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\nDeploy daemon haproxy.nfs.foo.smithi073.pkzcxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:01:05.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:04 smithi046 bash[24815]: audit 2023-12-26T17:01:04.593239+0000 mgr.smithi046.hnrily (mgr.14180) 1081 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:05.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:04 smithi073 bash[29040]: audit 2023-12-26T17:01:04.593239+0000 mgr.smithi046.hnrily (mgr.14180) 1081 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:05.354 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:01:06.355 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:01:06.846 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: cluster 2023-12-26T17:01:05.655479+0000 mgr.smithi046.hnrily (mgr.14180) 1082 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T17:01:06.847 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: cephadm 2023-12-26T17:01:05.725584+0000 mgr.smithi046.hnrily (mgr.14180) 1083 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz 2023-12-26T17:01:06.847 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:01:06.847 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz 2023-12-26T17:01:06.847 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz 2023-12-26T17:01:06.847 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:01:06.847 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz 2023-12-26T17:01:06.847 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.hairqz ... 2023-12-26T17:01:06.847 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:06.847 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:01:06.847 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:01:06.847 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:01:06.847 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:06.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T17:01:06.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:01:06.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T17:01:06.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:01:06.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T17:01:06.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz 2023-12-26T17:01:06.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:01:06.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz 2023-12-26T17:01:06.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz 2023-12-26T17:01:06.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:01:06.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz 2023-12-26T17:01:06.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.hairqz ... 2023-12-26T17:01:06.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:06.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:01:06.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:01:06.849 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:01:06.849 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:06.849 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: cephadm 2023-12-26T17:01:05.726138+0000 mgr.smithi046.hnrily (mgr.14180) 1084 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.hairqz 2023-12-26T17:01:06.849 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: audit 2023-12-26T17:01:05.726756+0000 mon.smithi046 (mon.0) 931 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.hairqz"}]: dispatch 2023-12-26T17:01:06.849 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: cephadm 2023-12-26T17:01:05.728047+0000 mgr.smithi046.hnrily (mgr.14180) 1085 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.hairqz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz 2023-12-26T17:01:06.849 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:01:06.849 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz 2023-12-26T17:01:06.849 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz 2023-12-26T17:01:06.849 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:01:06.849 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz 2023-12-26T17:01:06.849 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.hairqz ... 2023-12-26T17:01:06.849 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:06.849 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:01:06.849 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:01:06.849 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:01:06.850 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:06.850 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: cephadm 2023-12-26T17:01:05.730268+0000 mgr.smithi046.hnrily (mgr.14180) 1086 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.ercsmh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:01:06.850 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: cephadm 2023-12-26T17:01:05.732209+0000 mgr.smithi046.hnrily (mgr.14180) 1087 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:01:06.850 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: cluster 2023-12-26T17:01:05.733371+0000 mgr.smithi046.hnrily (mgr.14180) 1088 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 237 B/s rd, 0 op/s 2023-12-26T17:01:06.850 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: cluster 2023-12-26T17:01:05.905283+0000 mon.smithi046 (mon.0) 932 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T17:01:06.850 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:06 smithi046 bash[24815]: audit 2023-12-26T17:01:06.359738+0000 mon.smithi046 (mon.0) 933 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:01:06.986 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: cluster 2023-12-26T17:01:05.655479+0000 mgr.smithi046.hnrily (mgr.14180) 1082 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T17:01:06.986 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: cephadm 2023-12-26T17:01:05.725584+0000 mgr.smithi046.hnrily (mgr.14180) 1083 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz 2023-12-26T17:01:06.986 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:01:06.986 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz 2023-12-26T17:01:06.986 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz 2023-12-26T17:01:06.986 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:01:06.986 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz 2023-12-26T17:01:06.986 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.hairqz ... 2023-12-26T17:01:06.986 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:06.986 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:01:06.986 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:01:06.986 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:01:06.987 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:06.987 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T17:01:06.987 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:01:06.987 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T17:01:06.987 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:01:06.987 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T17:01:06.987 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz 2023-12-26T17:01:06.987 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:01:06.987 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz 2023-12-26T17:01:06.987 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz 2023-12-26T17:01:06.987 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:01:06.987 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz 2023-12-26T17:01:06.987 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.hairqz ... 2023-12-26T17:01:06.987 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:06.987 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:01:06.987 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:01:06.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:01:06.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:06.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: cephadm 2023-12-26T17:01:05.726138+0000 mgr.smithi046.hnrily (mgr.14180) 1084 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.hairqz 2023-12-26T17:01:06.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: audit 2023-12-26T17:01:05.726756+0000 mon.smithi046 (mon.0) 931 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.hairqz"}]: dispatch 2023-12-26T17:01:06.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: cephadm 2023-12-26T17:01:05.728047+0000 mgr.smithi046.hnrily (mgr.14180) 1085 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.hairqz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz 2023-12-26T17:01:06.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:01:06.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz 2023-12-26T17:01:06.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz 2023-12-26T17:01:06.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:01:06.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz 2023-12-26T17:01:06.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.hairqz ... 2023-12-26T17:01:06.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:06.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:01:06.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:01:06.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:01:06.989 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:01:06.989 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: cephadm 2023-12-26T17:01:05.730268+0000 mgr.smithi046.hnrily (mgr.14180) 1086 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.ercsmh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:01:06.989 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: cephadm 2023-12-26T17:01:05.732209+0000 mgr.smithi046.hnrily (mgr.14180) 1087 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:01:06.989 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: cluster 2023-12-26T17:01:05.733371+0000 mgr.smithi046.hnrily (mgr.14180) 1088 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 237 B/s rd, 0 op/s 2023-12-26T17:01:06.989 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: cluster 2023-12-26T17:01:05.905283+0000 mon.smithi046 (mon.0) 932 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T17:01:06.989 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:06 smithi073 bash[29040]: audit 2023-12-26T17:01:06.359738+0000 mon.smithi046 (mon.0) 933 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:01:09.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:08 smithi046 bash[24815]: cluster 2023-12-26T17:01:07.734659+0000 mgr.smithi046.hnrily (mgr.14180) 1089 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-26T17:01:09.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:08 smithi073 bash[29040]: cluster 2023-12-26T17:01:07.734659+0000 mgr.smithi046.hnrily (mgr.14180) 1089 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-26T17:01:09.552 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:01:09.552 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:01.747538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pkzcxc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\nDeploy daemon haproxy.nfs.foo.smithi073.pkzcxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.727912Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hairqz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\nDeploy daemon haproxy.nfs.foo.smithi046.hairqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.730150Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ercsmh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:01:10.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:01:11.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:10 smithi046 bash[24815]: audit 2023-12-26T17:01:09.541625+0000 mgr.smithi046.hnrily (mgr.14180) 1090 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:11.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:10 smithi046 bash[24815]: cluster 2023-12-26T17:01:09.735635+0000 mgr.smithi046.hnrily (mgr.14180) 1091 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-26T17:01:11.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:10 smithi073 bash[29040]: audit 2023-12-26T17:01:09.541625+0000 mgr.smithi046.hnrily (mgr.14180) 1090 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:11.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:10 smithi073 bash[29040]: cluster 2023-12-26T17:01:09.735635+0000 mgr.smithi046.hnrily (mgr.14180) 1091 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-26T17:01:11.281 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:01:13.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:12 smithi046 bash[24815]: cluster 2023-12-26T17:01:11.737053+0000 mgr.smithi046.hnrily (mgr.14180) 1092 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-26T17:01:13.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:12 smithi073 bash[29040]: cluster 2023-12-26T17:01:11.737053+0000 mgr.smithi046.hnrily (mgr.14180) 1092 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-26T17:01:14.438 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:01:14.438 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:01.747538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pkzcxc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\nDeploy daemon haproxy.nfs.foo.smithi073.pkzcxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.727912Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hairqz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\nDeploy daemon haproxy.nfs.foo.smithi046.hairqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.730150Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ercsmh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:01:15.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:14 smithi046 bash[24815]: cluster 2023-12-26T17:01:13.738020+0000 mgr.smithi046.hnrily (mgr.14180) 1093 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-26T17:01:15.205 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:01:15.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:14 smithi073 bash[29040]: cluster 2023-12-26T17:01:13.738020+0000 mgr.smithi046.hnrily (mgr.14180) 1093 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-26T17:01:16.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:15 smithi046 bash[24815]: audit 2023-12-26T17:01:14.428738+0000 mgr.smithi046.hnrily (mgr.14180) 1094 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:16.207 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:01:16.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:15 smithi073 bash[29040]: audit 2023-12-26T17:01:14.428738+0000 mgr.smithi046.hnrily (mgr.14180) 1094 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:17.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:16 smithi046 bash[24815]: cluster 2023-12-26T17:01:15.739048+0000 mgr.smithi046.hnrily (mgr.14180) 1095 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-26T17:01:17.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:16 smithi073 bash[29040]: cluster 2023-12-26T17:01:15.739048+0000 mgr.smithi046.hnrily (mgr.14180) 1095 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-12-26T17:01:19.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:18 smithi046 bash[24815]: cluster 2023-12-26T17:01:17.740115+0000 mgr.smithi046.hnrily (mgr.14180) 1096 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:19.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:18 smithi073 bash[29040]: cluster 2023-12-26T17:01:17.740115+0000 mgr.smithi046.hnrily (mgr.14180) 1096 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:19.357 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:01:19.358 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:01.747538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pkzcxc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\nDeploy daemon haproxy.nfs.foo.smithi073.pkzcxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.727912Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hairqz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\nDeploy daemon haproxy.nfs.foo.smithi046.hairqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.730150Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ercsmh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:01:20.132 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:01:21.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:20 smithi046 bash[24815]: audit 2023-12-26T17:01:19.347749+0000 mgr.smithi046.hnrily (mgr.14180) 1097 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:21.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:20 smithi046 bash[24815]: cluster 2023-12-26T17:01:19.740983+0000 mgr.smithi046.hnrily (mgr.14180) 1098 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:21.133 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:01:21.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:20 smithi073 bash[29040]: audit 2023-12-26T17:01:19.347749+0000 mgr.smithi046.hnrily (mgr.14180) 1097 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:21.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:20 smithi073 bash[29040]: cluster 2023-12-26T17:01:19.740983+0000 mgr.smithi046.hnrily (mgr.14180) 1098 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:23.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:22 smithi046 bash[24815]: cluster 2023-12-26T17:01:21.742476+0000 mgr.smithi046.hnrily (mgr.14180) 1099 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:01:23.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:22 smithi073 bash[29040]: cluster 2023-12-26T17:01:21.742476+0000 mgr.smithi046.hnrily (mgr.14180) 1099 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:01:24.259 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:01:24.259 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:01.747538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pkzcxc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\nDeploy daemon haproxy.nfs.foo.smithi073.pkzcxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.727912Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hairqz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\nDeploy daemon haproxy.nfs.foo.smithi046.hairqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.730150Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ercsmh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:01:25.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:01:25.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:24 smithi046 bash[24815]: cluster 2023-12-26T17:01:23.743682+0000 mgr.smithi046.hnrily (mgr.14180) 1100 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:25.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:24 smithi073 bash[29040]: cluster 2023-12-26T17:01:23.743682+0000 mgr.smithi046.hnrily (mgr.14180) 1100 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:26.021 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:01:26.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:25 smithi046 bash[24815]: audit 2023-12-26T17:01:24.252573+0000 mgr.smithi046.hnrily (mgr.14180) 1101 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:26.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:25 smithi073 bash[29040]: audit 2023-12-26T17:01:24.252573+0000 mgr.smithi046.hnrily (mgr.14180) 1101 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:27.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:26 smithi046 bash[24815]: cluster 2023-12-26T17:01:25.744800+0000 mgr.smithi046.hnrily (mgr.14180) 1102 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:27.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:26 smithi073 bash[29040]: cluster 2023-12-26T17:01:25.744800+0000 mgr.smithi046.hnrily (mgr.14180) 1102 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:29.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:28 smithi046 bash[24815]: cluster 2023-12-26T17:01:27.745704+0000 mgr.smithi046.hnrily (mgr.14180) 1103 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:29.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:28 smithi073 bash[29040]: cluster 2023-12-26T17:01:27.745704+0000 mgr.smithi046.hnrily (mgr.14180) 1103 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:29.271 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:01:29.271 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:01.747538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pkzcxc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\nDeploy daemon haproxy.nfs.foo.smithi073.pkzcxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.727912Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hairqz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\nDeploy daemon haproxy.nfs.foo.smithi046.hairqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.730150Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ercsmh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:01:30.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:01:31.030 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:01:31.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:30 smithi073 bash[29040]: audit 2023-12-26T17:01:29.265765+0000 mgr.smithi046.hnrily (mgr.14180) 1104 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:31.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:30 smithi073 bash[29040]: cluster 2023-12-26T17:01:29.746655+0000 mgr.smithi046.hnrily (mgr.14180) 1105 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:31.242 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:30 smithi046 bash[24815]: audit 2023-12-26T17:01:29.265765+0000 mgr.smithi046.hnrily (mgr.14180) 1104 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:31.242 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:30 smithi046 bash[24815]: cluster 2023-12-26T17:01:29.746655+0000 mgr.smithi046.hnrily (mgr.14180) 1105 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:33.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:32 smithi073 bash[29040]: cluster 2023-12-26T17:01:31.748177+0000 mgr.smithi046.hnrily (mgr.14180) 1106 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:01:33.346 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:32 smithi046 bash[24815]: cluster 2023-12-26T17:01:31.748177+0000 mgr.smithi046.hnrily (mgr.14180) 1106 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:01:34.323 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:01:34.323 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:01.747538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pkzcxc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\nDeploy daemon haproxy.nfs.foo.smithi073.pkzcxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.727912Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hairqz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\nDeploy daemon haproxy.nfs.foo.smithi046.hairqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.730150Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ercsmh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:01:35.053 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:01:35.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:34 smithi073 bash[29040]: cluster 2023-12-26T17:01:33.749239+0000 mgr.smithi046.hnrily (mgr.14180) 1107 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:35.346 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:34 smithi046 bash[24815]: cluster 2023-12-26T17:01:33.749239+0000 mgr.smithi046.hnrily (mgr.14180) 1107 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:36.054 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:01:36.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:35 smithi073 bash[29040]: audit 2023-12-26T17:01:34.317604+0000 mgr.smithi046.hnrily (mgr.14180) 1108 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:36.254 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:35 smithi046 bash[24815]: audit 2023-12-26T17:01:34.317604+0000 mgr.smithi046.hnrily (mgr.14180) 1108 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:37.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:36 smithi046 bash[24815]: cluster 2023-12-26T17:01:35.750284+0000 mgr.smithi046.hnrily (mgr.14180) 1109 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:37.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:36 smithi073 bash[29040]: cluster 2023-12-26T17:01:35.750284+0000 mgr.smithi046.hnrily (mgr.14180) 1109 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:39.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:38 smithi046 bash[24815]: cluster 2023-12-26T17:01:37.751701+0000 mgr.smithi046.hnrily (mgr.14180) 1110 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:39.129 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:01:39.129 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:01.747538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pkzcxc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\nDeploy daemon haproxy.nfs.foo.smithi073.pkzcxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.727912Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hairqz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\nDeploy daemon haproxy.nfs.foo.smithi046.hairqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.730150Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ercsmh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:01:39.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:38 smithi073 bash[29040]: cluster 2023-12-26T17:01:37.751701+0000 mgr.smithi046.hnrily (mgr.14180) 1110 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:39.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:01:40.881 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:01:41.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:40 smithi073 bash[29040]: audit 2023-12-26T17:01:39.119219+0000 mgr.smithi046.hnrily (mgr.14180) 1111 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:41.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:40 smithi073 bash[29040]: cluster 2023-12-26T17:01:39.752696+0000 mgr.smithi046.hnrily (mgr.14180) 1112 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:41.346 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:40 smithi046 bash[24815]: audit 2023-12-26T17:01:39.119219+0000 mgr.smithi046.hnrily (mgr.14180) 1111 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:41.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:40 smithi046 bash[24815]: cluster 2023-12-26T17:01:39.752696+0000 mgr.smithi046.hnrily (mgr.14180) 1112 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:43.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:42 smithi046 bash[24815]: cluster 2023-12-26T17:01:41.753526+0000 mgr.smithi046.hnrily (mgr.14180) 1113 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:01:43.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:42 smithi073 bash[29040]: cluster 2023-12-26T17:01:41.753526+0000 mgr.smithi046.hnrily (mgr.14180) 1113 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:01:44.040 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:01:44.040 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:01.747538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pkzcxc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\nDeploy daemon haproxy.nfs.foo.smithi073.pkzcxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.727912Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hairqz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\nDeploy daemon haproxy.nfs.foo.smithi046.hairqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.730150Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ercsmh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:01:44.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:01:45.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:44 smithi046 bash[24815]: cluster 2023-12-26T17:01:43.754121+0000 mgr.smithi046.hnrily (mgr.14180) 1114 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:45.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:44 smithi073 bash[29040]: cluster 2023-12-26T17:01:43.754121+0000 mgr.smithi046.hnrily (mgr.14180) 1114 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:45.750 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:01:46.033 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:45 smithi046 bash[24815]: audit 2023-12-26T17:01:44.030882+0000 mgr.smithi046.hnrily (mgr.14180) 1115 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:46.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:45 smithi073 bash[29040]: audit 2023-12-26T17:01:44.030882+0000 mgr.smithi046.hnrily (mgr.14180) 1115 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:47.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:46 smithi046 bash[24815]: cluster 2023-12-26T17:01:45.755222+0000 mgr.smithi046.hnrily (mgr.14180) 1116 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:47.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:46 smithi073 bash[29040]: cluster 2023-12-26T17:01:45.755222+0000 mgr.smithi046.hnrily (mgr.14180) 1116 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:48.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:47 smithi073 bash[29040]: cluster 2023-12-26T17:01:47.756656+0000 mgr.smithi046.hnrily (mgr.14180) 1117 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:48.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:47 smithi046 bash[24815]: cluster 2023-12-26T17:01:47.756656+0000 mgr.smithi046.hnrily (mgr.14180) 1117 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:48.848 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:01:48.848 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:01.747538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pkzcxc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\nDeploy daemon haproxy.nfs.foo.smithi073.pkzcxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.727912Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hairqz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\nDeploy daemon haproxy.nfs.foo.smithi046.hairqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.730150Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ercsmh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:01:49.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:48 smithi073 bash[29040]: audit 2023-12-26T17:01:48.838628+0000 mgr.smithi046.hnrily (mgr.14180) 1118 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:49.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:48 smithi046 bash[24815]: audit 2023-12-26T17:01:48.838628+0000 mgr.smithi046.hnrily (mgr.14180) 1118 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:49.556 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:01:50.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:49 smithi073 bash[29040]: cluster 2023-12-26T17:01:49.757561+0000 mgr.smithi046.hnrily (mgr.14180) 1119 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:50.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:49 smithi046 bash[24815]: cluster 2023-12-26T17:01:49.757561+0000 mgr.smithi046.hnrily (mgr.14180) 1119 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:50.557 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:01:53.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:52 smithi046 bash[24815]: cluster 2023-12-26T17:01:51.758911+0000 mgr.smithi046.hnrily (mgr.14180) 1120 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:01:53.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:52 smithi073 bash[29040]: cluster 2023-12-26T17:01:51.758911+0000 mgr.smithi046.hnrily (mgr.14180) 1120 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:01:53.701 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:01:53.701 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:01.747538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pkzcxc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\nDeploy daemon haproxy.nfs.foo.smithi073.pkzcxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.727912Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hairqz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\nDeploy daemon haproxy.nfs.foo.smithi046.hairqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.730150Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ercsmh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:01:54.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:01:55.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:54 smithi046 bash[24815]: audit 2023-12-26T17:01:53.695274+0000 mgr.smithi046.hnrily (mgr.14180) 1121 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:55.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:54 smithi046 bash[24815]: cluster 2023-12-26T17:01:53.760006+0000 mgr.smithi046.hnrily (mgr.14180) 1122 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:55.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:54 smithi073 bash[29040]: audit 2023-12-26T17:01:53.695274+0000 mgr.smithi046.hnrily (mgr.14180) 1121 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:01:55.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:54 smithi073 bash[29040]: cluster 2023-12-26T17:01:53.760006+0000 mgr.smithi046.hnrily (mgr.14180) 1122 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:55.470 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:01:56.847 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:56 smithi046 bash[24815]: cluster 2023-12-26T17:01:55.760731+0000 mgr.smithi046.hnrily (mgr.14180) 1123 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:57.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:56 smithi073 bash[29040]: cluster 2023-12-26T17:01:55.760731+0000 mgr.smithi046.hnrily (mgr.14180) 1123 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:58.613 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:01:58.613 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:01.747538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pkzcxc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\nDeploy daemon haproxy.nfs.foo.smithi073.pkzcxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.727912Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hairqz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\nDeploy daemon haproxy.nfs.foo.smithi046.hairqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.730150Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ercsmh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:01:59.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:58 smithi046 bash[24815]: cluster 2023-12-26T17:01:57.762048+0000 mgr.smithi046.hnrily (mgr.14180) 1124 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:59.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:58 smithi073 bash[29040]: cluster 2023-12-26T17:01:57.762048+0000 mgr.smithi046.hnrily (mgr.14180) 1124 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:01:59.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:02:00.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:01:59 smithi046 bash[24815]: audit 2023-12-26T17:01:58.601011+0000 mgr.smithi046.hnrily (mgr.14180) 1125 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:00.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:01:59 smithi073 bash[29040]: audit 2023-12-26T17:01:58.601011+0000 mgr.smithi046.hnrily (mgr.14180) 1125 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:00.437 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:02:01.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:00 smithi046 bash[24815]: cluster 2023-12-26T17:01:59.762985+0000 mgr.smithi046.hnrily (mgr.14180) 1126 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:01.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:00 smithi073 bash[29040]: cluster 2023-12-26T17:01:59.762985+0000 mgr.smithi046.hnrily (mgr.14180) 1126 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:03.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:02 smithi046 bash[24815]: cluster 2023-12-26T17:02:01.764553+0000 mgr.smithi046.hnrily (mgr.14180) 1127 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:02:03.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:02 smithi073 bash[29040]: cluster 2023-12-26T17:02:01.764553+0000 mgr.smithi046.hnrily (mgr.14180) 1127 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:02:03.737 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:02:03.737 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:01.747538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pkzcxc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\nDeploy daemon haproxy.nfs.foo.smithi073.pkzcxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.727912Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hairqz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\nDeploy daemon haproxy.nfs.foo.smithi046.hairqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.730150Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ercsmh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:02:04.498 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:02:05.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:04 smithi046 bash[24815]: audit 2023-12-26T17:02:03.728884+0000 mgr.smithi046.hnrily (mgr.14180) 1128 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:05.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:04 smithi046 bash[24815]: cluster 2023-12-26T17:02:03.765452+0000 mgr.smithi046.hnrily (mgr.14180) 1129 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:05.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:04 smithi073 bash[29040]: audit 2023-12-26T17:02:03.728884+0000 mgr.smithi046.hnrily (mgr.14180) 1128 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:05.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:04 smithi073 bash[29040]: cluster 2023-12-26T17:02:03.765452+0000 mgr.smithi046.hnrily (mgr.14180) 1129 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:05.499 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:02:06.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:05 smithi046 bash[24815]: audit 2023-12-26T17:02:05.736474+0000 mon.smithi046 (mon.0) 934 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:02:06.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:05 smithi073 bash[29040]: audit 2023-12-26T17:02:05.736474+0000 mon.smithi046 (mon.0) 934 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:02:07.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:06 smithi073 bash[29040]: cluster 2023-12-26T17:02:05.766074+0000 mgr.smithi046.hnrily (mgr.14180) 1130 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:07.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:06 smithi073 bash[29040]: audit 2023-12-26T17:02:06.019859+0000 mon.smithi046 (mon.0) 935 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:02:07.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:06 smithi073 bash[29040]: audit 2023-12-26T17:02:06.021000+0000 mon.smithi046 (mon.0) 936 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T17:02:07.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:06 smithi073 bash[29040]: audit 2023-12-26T17:02:06.026696+0000 mon.smithi046 (mon.0) 937 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:02:07.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:06 smithi073 bash[29040]: audit 2023-12-26T17:02:06.031503+0000 mon.smithi046 (mon.0) 938 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T17:02:07.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:06 smithi073 bash[29040]: audit 2023-12-26T17:02:06.040297+0000 mon.smithi046 (mon.0) 939 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:02:07.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:06 smithi073 bash[29040]: cluster 2023-12-26T17:02:06.745195+0000 mon.smithi046 (mon.0) 940 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T17:02:07.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:06 smithi073 bash[29040]: cluster 2023-12-26T17:02:06.745269+0000 mon.smithi046 (mon.0) 941 : cluster [INF] Cluster is now healthy 2023-12-26T17:02:07.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:06 smithi073 bash[29040]: audit 2023-12-26T17:02:06.817979+0000 mon.smithi046 (mon.0) 942 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:02:07.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:06 smithi046 bash[24815]: cluster 2023-12-26T17:02:05.766074+0000 mgr.smithi046.hnrily (mgr.14180) 1130 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:07.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:06 smithi046 bash[24815]: audit 2023-12-26T17:02:06.019859+0000 mon.smithi046 (mon.0) 935 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:02:07.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:06 smithi046 bash[24815]: audit 2023-12-26T17:02:06.021000+0000 mon.smithi046 (mon.0) 936 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T17:02:07.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:06 smithi046 bash[24815]: audit 2023-12-26T17:02:06.026696+0000 mon.smithi046 (mon.0) 937 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:02:07.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:06 smithi046 bash[24815]: audit 2023-12-26T17:02:06.031503+0000 mon.smithi046 (mon.0) 938 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T17:02:07.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:06 smithi046 bash[24815]: audit 2023-12-26T17:02:06.040297+0000 mon.smithi046 (mon.0) 939 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:02:07.348 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:06 smithi046 bash[24815]: cluster 2023-12-26T17:02:06.745195+0000 mon.smithi046 (mon.0) 940 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T17:02:07.348 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:06 smithi046 bash[24815]: cluster 2023-12-26T17:02:06.745269+0000 mon.smithi046 (mon.0) 941 : cluster [INF] Cluster is now healthy 2023-12-26T17:02:07.348 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:06 smithi046 bash[24815]: audit 2023-12-26T17:02:06.817979+0000 mon.smithi046 (mon.0) 942 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:02:08.151 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:07 smithi046 bash[24815]: cluster 2023-12-26T17:02:06.027794+0000 mgr.smithi046.hnrily (mgr.14180) 1131 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:02:08.152 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:07 smithi046 bash[24815]: cephadm 2023-12-26T17:02:06.042790+0000 mgr.smithi046.hnrily (mgr.14180) 1132 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.iylhul on smithi073 2023-12-26T17:02:08.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:07 smithi073 bash[29040]: cluster 2023-12-26T17:02:06.027794+0000 mgr.smithi046.hnrily (mgr.14180) 1131 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:02:08.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:07 smithi073 bash[29040]: cephadm 2023-12-26T17:02:06.042790+0000 mgr.smithi046.hnrily (mgr.14180) 1132 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.iylhul on smithi073 2023-12-26T17:02:08.544 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:02:08.544 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T16:59:57.066792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jelbte on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:01.747538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pkzcxc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\nDeploy daemon haproxy.nfs.foo.smithi073.pkzcxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.727912Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hairqz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\nDeploy daemon haproxy.nfs.foo.smithi046.hairqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.730150Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ercsmh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:02:09.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:02:10.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:09 smithi073 bash[29040]: cluster 2023-12-26T17:02:08.028468+0000 mgr.smithi046.hnrily (mgr.14180) 1133 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:02:10.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:09 smithi073 bash[29040]: audit 2023-12-26T17:02:08.532904+0000 mgr.smithi046.hnrily (mgr.14180) 1134 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:10.305 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:02:10.319 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:09 smithi046 bash[24815]: cluster 2023-12-26T17:02:08.028468+0000 mgr.smithi046.hnrily (mgr.14180) 1133 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:02:10.320 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:09 smithi046 bash[24815]: audit 2023-12-26T17:02:08.532904+0000 mgr.smithi046.hnrily (mgr.14180) 1134 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:11.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:10 smithi073 bash[29040]: audit 2023-12-26T17:02:10.023806+0000 mon.smithi046 (mon.0) 943 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.iylhul"}]: dispatch 2023-12-26T17:02:11.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:10 smithi046 bash[24815]: audit 2023-12-26T17:02:10.023806+0000 mon.smithi046 (mon.0) 943 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.iylhul"}]: dispatch 2023-12-26T17:02:12.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: cephadm 2023-12-26T17:02:10.022616+0000 mgr.smithi046.hnrily (mgr.14180) 1135 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul 2023-12-26T17:02:12.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:02:12.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul 2023-12-26T17:02:12.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul 2023-12-26T17:02:12.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:02:12.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul 2023-12-26T17:02:12.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.iylhul ... 2023-12-26T17:02:12.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:12.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:02:12.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:02:12.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:02:12.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:12.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T17:02:12.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:02:12.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T17:02:12.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:02:12.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T17:02:12.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul 2023-12-26T17:02:12.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:02:12.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul 2023-12-26T17:02:12.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul 2023-12-26T17:02:12.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:02:12.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul 2023-12-26T17:02:12.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.iylhul ... 2023-12-26T17:02:12.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:12.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:02:12.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:02:12.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:02:12.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:12.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: cephadm 2023-12-26T17:02:10.023176+0000 mgr.smithi046.hnrily (mgr.14180) 1136 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.iylhul 2023-12-26T17:02:12.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: cephadm 2023-12-26T17:02:10.025441+0000 mgr.smithi046.hnrily (mgr.14180) 1137 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.iylhul on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul 2023-12-26T17:02:12.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:02:12.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul 2023-12-26T17:02:12.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul 2023-12-26T17:02:12.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:02:12.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul 2023-12-26T17:02:12.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.iylhul ... 2023-12-26T17:02:12.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:12.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:02:12.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:02:12.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:02:12.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:12.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: cluster 2023-12-26T17:02:10.029146+0000 mgr.smithi046.hnrily (mgr.14180) 1138 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:02:12.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:11 smithi046 bash[24815]: cephadm 2023-12-26T17:02:10.030147+0000 mgr.smithi046.hnrily (mgr.14180) 1139 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.eltlpe on smithi046 2023-12-26T17:02:12.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: cephadm 2023-12-26T17:02:10.022616+0000 mgr.smithi046.hnrily (mgr.14180) 1135 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul 2023-12-26T17:02:12.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:02:12.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul 2023-12-26T17:02:12.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul 2023-12-26T17:02:12.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:02:12.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul 2023-12-26T17:02:12.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.iylhul ... 2023-12-26T17:02:12.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:12.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:02:12.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:02:12.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:02:12.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:12.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T17:02:12.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:02:12.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T17:02:12.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:02:12.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T17:02:12.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul 2023-12-26T17:02:12.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:02:12.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul 2023-12-26T17:02:12.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul 2023-12-26T17:02:12.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:02:12.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul 2023-12-26T17:02:12.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.iylhul ... 2023-12-26T17:02:12.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:12.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:02:12.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:02:12.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:02:12.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:12.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: cephadm 2023-12-26T17:02:10.023176+0000 mgr.smithi046.hnrily (mgr.14180) 1136 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.iylhul 2023-12-26T17:02:12.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: cephadm 2023-12-26T17:02:10.025441+0000 mgr.smithi046.hnrily (mgr.14180) 1137 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.iylhul on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul 2023-12-26T17:02:12.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:02:12.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul 2023-12-26T17:02:12.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul 2023-12-26T17:02:12.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:02:12.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul 2023-12-26T17:02:12.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.iylhul ... 2023-12-26T17:02:12.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:12.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:02:12.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:02:12.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:02:12.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:12.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: cluster 2023-12-26T17:02:10.029146+0000 mgr.smithi046.hnrily (mgr.14180) 1138 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:02:12.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:11 smithi073 bash[29040]: cephadm 2023-12-26T17:02:10.030147+0000 mgr.smithi046.hnrily (mgr.14180) 1139 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.eltlpe on smithi046 2023-12-26T17:02:13.472 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:02:13.473 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:01:01.747538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pkzcxc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-pkzcxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.pkzcxc\nDeploy daemon haproxy.nfs.foo.smithi073.pkzcxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.727912Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.hairqz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-hairqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.hairqz\nDeploy daemon haproxy.nfs.foo.smithi046.hairqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:01:05.730150Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ercsmh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:10.025190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iylhul on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\nDeploy daemon haproxy.nfs.foo.smithi073.iylhul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:02:14.095 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:13 smithi046 bash[24815]: cluster 2023-12-26T17:02:12.030359+0000 mgr.smithi046.hnrily (mgr.14180) 1140 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:02:14.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:13 smithi073 bash[29040]: cluster 2023-12-26T17:02:12.030359+0000 mgr.smithi046.hnrily (mgr.14180) 1140 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:02:14.362 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:02:15.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:14 smithi073 bash[29040]: audit 2023-12-26T17:02:13.461659+0000 mgr.smithi046.hnrily (mgr.14180) 1141 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:15.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:14 smithi073 bash[29040]: audit 2023-12-26T17:02:14.298370+0000 mon.smithi046 (mon.0) 944 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.eltlpe"}]: dispatch 2023-12-26T17:02:15.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:14 smithi046 bash[24815]: audit 2023-12-26T17:02:13.461659+0000 mgr.smithi046.hnrily (mgr.14180) 1141 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:15.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:14 smithi046 bash[24815]: audit 2023-12-26T17:02:14.298370+0000 mon.smithi046 (mon.0) 944 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.eltlpe"}]: dispatch 2023-12-26T17:02:15.363 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:02:16.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: cluster 2023-12-26T17:02:14.030998+0000 mgr.smithi046.hnrily (mgr.14180) 1142 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:02:16.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: cephadm 2023-12-26T17:02:14.297399+0000 mgr.smithi046.hnrily (mgr.14180) 1143 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe 2023-12-26T17:02:16.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:02:16.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe 2023-12-26T17:02:16.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe 2023-12-26T17:02:16.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:02:16.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe 2023-12-26T17:02:16.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.eltlpe ... 2023-12-26T17:02:16.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:16.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:02:16.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:02:16.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:02:16.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:16.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T17:02:16.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:02:16.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T17:02:16.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:02:16.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T17:02:16.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe 2023-12-26T17:02:16.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:02:16.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe 2023-12-26T17:02:16.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe 2023-12-26T17:02:16.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:02:16.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe 2023-12-26T17:02:16.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.eltlpe ... 2023-12-26T17:02:16.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:16.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:02:16.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:02:16.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:02:16.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:16.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: cephadm 2023-12-26T17:02:14.297869+0000 mgr.smithi046.hnrily (mgr.14180) 1144 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.eltlpe 2023-12-26T17:02:16.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: cephadm 2023-12-26T17:02:14.299542+0000 mgr.smithi046.hnrily (mgr.14180) 1145 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.eltlpe on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe 2023-12-26T17:02:16.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:02:16.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe 2023-12-26T17:02:16.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe 2023-12-26T17:02:16.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:02:16.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe 2023-12-26T17:02:16.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.eltlpe ... 2023-12-26T17:02:16.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:16.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:02:16.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:02:16.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:02:16.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:16.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: cephadm 2023-12-26T17:02:14.303042+0000 mgr.smithi046.hnrily (mgr.14180) 1146 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.ngacuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:02:16.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: cephadm 2023-12-26T17:02:14.306305+0000 mgr.smithi046.hnrily (mgr.14180) 1147 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:02:16.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: cluster 2023-12-26T17:02:14.307884+0000 mgr.smithi046.hnrily (mgr.14180) 1148 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2023-12-26T17:02:16.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:15 smithi073 bash[29040]: cluster 2023-12-26T17:02:14.900695+0000 mon.smithi046 (mon.0) 945 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T17:02:16.348 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: cluster 2023-12-26T17:02:14.030998+0000 mgr.smithi046.hnrily (mgr.14180) 1142 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:02:16.348 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: cephadm 2023-12-26T17:02:14.297399+0000 mgr.smithi046.hnrily (mgr.14180) 1143 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe 2023-12-26T17:02:16.348 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:02:16.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe 2023-12-26T17:02:16.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe 2023-12-26T17:02:16.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:02:16.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe 2023-12-26T17:02:16.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.eltlpe ... 2023-12-26T17:02:16.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:16.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:02:16.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:02:16.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:02:16.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:16.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T17:02:16.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:02:16.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T17:02:16.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:02:16.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T17:02:16.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe 2023-12-26T17:02:16.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:02:16.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe 2023-12-26T17:02:16.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe 2023-12-26T17:02:16.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:02:16.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe 2023-12-26T17:02:16.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.eltlpe ... 2023-12-26T17:02:16.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:16.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:02:16.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:02:16.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:02:16.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:16.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: cephadm 2023-12-26T17:02:14.297869+0000 mgr.smithi046.hnrily (mgr.14180) 1144 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.eltlpe 2023-12-26T17:02:16.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: cephadm 2023-12-26T17:02:14.299542+0000 mgr.smithi046.hnrily (mgr.14180) 1145 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.eltlpe on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe 2023-12-26T17:02:16.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:02:16.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe 2023-12-26T17:02:16.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe 2023-12-26T17:02:16.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:02:16.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe 2023-12-26T17:02:16.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.eltlpe ... 2023-12-26T17:02:16.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:16.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:02:16.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:02:16.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:02:16.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:02:16.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: cephadm 2023-12-26T17:02:14.303042+0000 mgr.smithi046.hnrily (mgr.14180) 1146 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.ngacuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:02:16.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: cephadm 2023-12-26T17:02:14.306305+0000 mgr.smithi046.hnrily (mgr.14180) 1147 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:02:16.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: cluster 2023-12-26T17:02:14.307884+0000 mgr.smithi046.hnrily (mgr.14180) 1148 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2023-12-26T17:02:16.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:15 smithi046 bash[24815]: cluster 2023-12-26T17:02:14.900695+0000 mon.smithi046 (mon.0) 945 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T17:02:17.736 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:17 smithi073 bash[29040]: cluster 2023-12-26T17:02:16.309335+0000 mgr.smithi046.hnrily (mgr.14180) 1149 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:02:17.736 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:17 smithi073 bash[29040]: audit 2023-12-26T17:02:16.406557+0000 mon.smithi046 (mon.0) 946 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:02:17.847 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:17 smithi046 bash[24815]: cluster 2023-12-26T17:02:16.309335+0000 mgr.smithi046.hnrily (mgr.14180) 1149 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:02:17.847 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:17 smithi046 bash[24815]: audit 2023-12-26T17:02:16.406557+0000 mon.smithi046 (mon.0) 946 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:02:18.691 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:02:18.691 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:10.025190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iylhul on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\nDeploy daemon haproxy.nfs.foo.smithi073.iylhul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.299352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eltlpe on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\nDeploy daemon haproxy.nfs.foo.smithi046.eltlpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.302864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ngacuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:02:19.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:02:19.736 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:19 smithi073 bash[29040]: cluster 2023-12-26T17:02:18.310429+0000 mgr.smithi046.hnrily (mgr.14180) 1150 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:02:19.736 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:19 smithi073 bash[29040]: audit 2023-12-26T17:02:18.685287+0000 mgr.smithi046.hnrily (mgr.14180) 1151 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:19.847 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:19 smithi046 bash[24815]: cluster 2023-12-26T17:02:18.310429+0000 mgr.smithi046.hnrily (mgr.14180) 1150 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:02:19.847 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:19 smithi046 bash[24815]: audit 2023-12-26T17:02:18.685287+0000 mgr.smithi046.hnrily (mgr.14180) 1151 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:20.424 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:02:22.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:21 smithi046 bash[24815]: cluster 2023-12-26T17:02:20.311465+0000 mgr.smithi046.hnrily (mgr.14180) 1152 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:02:22.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:21 smithi073 bash[29040]: cluster 2023-12-26T17:02:20.311465+0000 mgr.smithi046.hnrily (mgr.14180) 1152 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:02:23.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:22 smithi046 bash[24815]: audit 2023-12-26T17:02:21.816466+0000 mon.smithi046 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:02:23.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:22 smithi073 bash[29040]: audit 2023-12-26T17:02:21.816466+0000 mon.smithi046 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:02:23.399 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:02:23.399 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:10.025190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iylhul on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\nDeploy daemon haproxy.nfs.foo.smithi073.iylhul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.299352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eltlpe on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\nDeploy daemon haproxy.nfs.foo.smithi046.eltlpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.302864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ngacuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:02:24.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:23 smithi046 bash[24815]: cluster 2023-12-26T17:02:22.312990+0000 mgr.smithi046.hnrily (mgr.14180) 1153 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:02:24.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:02:24.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:23 smithi073 bash[29040]: cluster 2023-12-26T17:02:22.312990+0000 mgr.smithi046.hnrily (mgr.14180) 1153 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:02:25.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:24 smithi046 bash[24815]: audit 2023-12-26T17:02:23.388511+0000 mgr.smithi046.hnrily (mgr.14180) 1154 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:25.145 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:02:25.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:24 smithi073 bash[29040]: audit 2023-12-26T17:02:23.388511+0000 mgr.smithi046.hnrily (mgr.14180) 1154 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:26.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:25 smithi046 bash[24815]: cluster 2023-12-26T17:02:24.313961+0000 mgr.smithi046.hnrily (mgr.14180) 1155 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:02:26.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:25 smithi073 bash[29040]: cluster 2023-12-26T17:02:24.313961+0000 mgr.smithi046.hnrily (mgr.14180) 1155 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:02:28.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:27 smithi046 bash[24815]: cluster 2023-12-26T17:02:26.315231+0000 mgr.smithi046.hnrily (mgr.14180) 1156 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:28.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:27 smithi073 bash[29040]: cluster 2023-12-26T17:02:26.315231+0000 mgr.smithi046.hnrily (mgr.14180) 1156 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:28.353 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:02:28.353 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:10.025190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iylhul on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\nDeploy daemon haproxy.nfs.foo.smithi073.iylhul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.299352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eltlpe on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\nDeploy daemon haproxy.nfs.foo.smithi046.eltlpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.302864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ngacuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:02:29.059 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:02:30.060 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:02:30.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:29 smithi073 bash[29040]: cluster 2023-12-26T17:02:28.316249+0000 mgr.smithi046.hnrily (mgr.14180) 1157 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:30.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:29 smithi073 bash[29040]: audit 2023-12-26T17:02:28.340593+0000 mgr.smithi046.hnrily (mgr.14180) 1158 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:30.260 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:29 smithi046 bash[24815]: cluster 2023-12-26T17:02:28.316249+0000 mgr.smithi046.hnrily (mgr.14180) 1157 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:30.261 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:29 smithi046 bash[24815]: audit 2023-12-26T17:02:28.340593+0000 mgr.smithi046.hnrily (mgr.14180) 1158 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:32.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:31 smithi073 bash[29040]: cluster 2023-12-26T17:02:30.317238+0000 mgr.smithi046.hnrily (mgr.14180) 1159 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:32.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:31 smithi046 bash[24815]: cluster 2023-12-26T17:02:30.317238+0000 mgr.smithi046.hnrily (mgr.14180) 1159 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:33.301 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:02:33.301 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:10.025190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iylhul on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\nDeploy daemon haproxy.nfs.foo.smithi073.iylhul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.299352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eltlpe on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\nDeploy daemon haproxy.nfs.foo.smithi046.eltlpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.302864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ngacuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:02:34.056 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:02:34.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:33 smithi073 bash[29040]: cluster 2023-12-26T17:02:32.318352+0000 mgr.smithi046.hnrily (mgr.14180) 1160 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:02:34.288 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:33 smithi046 bash[24815]: cluster 2023-12-26T17:02:32.318352+0000 mgr.smithi046.hnrily (mgr.14180) 1160 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:02:35.058 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:02:35.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:34 smithi073 bash[29040]: audit 2023-12-26T17:02:33.294909+0000 mgr.smithi046.hnrily (mgr.14180) 1161 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:35.259 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:34 smithi046 bash[24815]: audit 2023-12-26T17:02:33.294909+0000 mgr.smithi046.hnrily (mgr.14180) 1161 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:36.146 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:35 smithi046 bash[24815]: cluster 2023-12-26T17:02:34.319330+0000 mgr.smithi046.hnrily (mgr.14180) 1162 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:36.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:35 smithi073 bash[29040]: cluster 2023-12-26T17:02:34.319330+0000 mgr.smithi046.hnrily (mgr.14180) 1162 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:38.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:37 smithi046 bash[24815]: cluster 2023-12-26T17:02:36.320601+0000 mgr.smithi046.hnrily (mgr.14180) 1163 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:38.129 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:02:38.129 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:10.025190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iylhul on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\nDeploy daemon haproxy.nfs.foo.smithi073.iylhul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.299352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eltlpe on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\nDeploy daemon haproxy.nfs.foo.smithi046.eltlpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.302864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ngacuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:02:38.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:37 smithi073 bash[29040]: cluster 2023-12-26T17:02:36.320601+0000 mgr.smithi046.hnrily (mgr.14180) 1163 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:38.873 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:02:39.874 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:02:40.147 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:39 smithi046 bash[24815]: audit 2023-12-26T17:02:38.118504+0000 mgr.smithi046.hnrily (mgr.14180) 1164 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:40.148 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:39 smithi046 bash[24815]: cluster 2023-12-26T17:02:38.321739+0000 mgr.smithi046.hnrily (mgr.14180) 1165 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:40.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:39 smithi073 bash[29040]: audit 2023-12-26T17:02:38.118504+0000 mgr.smithi046.hnrily (mgr.14180) 1164 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:40.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:39 smithi073 bash[29040]: cluster 2023-12-26T17:02:38.321739+0000 mgr.smithi046.hnrily (mgr.14180) 1165 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:42.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:41 smithi073 bash[29040]: cluster 2023-12-26T17:02:40.322893+0000 mgr.smithi046.hnrily (mgr.14180) 1166 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:42.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:41 smithi046 bash[24815]: cluster 2023-12-26T17:02:40.322893+0000 mgr.smithi046.hnrily (mgr.14180) 1166 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:43.045 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:02:43.045 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:10.025190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iylhul on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\nDeploy daemon haproxy.nfs.foo.smithi073.iylhul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.299352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eltlpe on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\nDeploy daemon haproxy.nfs.foo.smithi046.eltlpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.302864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ngacuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:02:43.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:02:44.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:43 smithi046 bash[24815]: cluster 2023-12-26T17:02:42.324376+0000 mgr.smithi046.hnrily (mgr.14180) 1167 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:02:44.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:43 smithi073 bash[29040]: cluster 2023-12-26T17:02:42.324376+0000 mgr.smithi046.hnrily (mgr.14180) 1167 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:02:44.820 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:02:45.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:44 smithi046 bash[24815]: audit 2023-12-26T17:02:43.038497+0000 mgr.smithi046.hnrily (mgr.14180) 1168 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:45.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:44 smithi073 bash[29040]: audit 2023-12-26T17:02:43.038497+0000 mgr.smithi046.hnrily (mgr.14180) 1168 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:46.174 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:45 smithi046 bash[24815]: cluster 2023-12-26T17:02:44.325335+0000 mgr.smithi046.hnrily (mgr.14180) 1169 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:46.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:45 smithi073 bash[29040]: cluster 2023-12-26T17:02:44.325335+0000 mgr.smithi046.hnrily (mgr.14180) 1169 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:48.077 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:02:48.077 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:10.025190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iylhul on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\nDeploy daemon haproxy.nfs.foo.smithi073.iylhul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.299352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eltlpe on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\nDeploy daemon haproxy.nfs.foo.smithi046.eltlpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.302864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ngacuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:02:48.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:47 smithi073 bash[29040]: cluster 2023-12-26T17:02:46.326418+0000 mgr.smithi046.hnrily (mgr.14180) 1170 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:48.274 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:47 smithi046 bash[24815]: cluster 2023-12-26T17:02:46.326418+0000 mgr.smithi046.hnrily (mgr.14180) 1170 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:48.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:02:49.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:48 smithi046 bash[24815]: audit 2023-12-26T17:02:48.070403+0000 mgr.smithi046.hnrily (mgr.14180) 1171 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:49.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:48 smithi046 bash[24815]: cluster 2023-12-26T17:02:48.327460+0000 mgr.smithi046.hnrily (mgr.14180) 1172 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:49.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:48 smithi073 bash[29040]: audit 2023-12-26T17:02:48.070403+0000 mgr.smithi046.hnrily (mgr.14180) 1171 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:49.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:48 smithi073 bash[29040]: cluster 2023-12-26T17:02:48.327460+0000 mgr.smithi046.hnrily (mgr.14180) 1172 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:49.817 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:02:52.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:51 smithi046 bash[24815]: cluster 2023-12-26T17:02:50.328421+0000 mgr.smithi046.hnrily (mgr.14180) 1173 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:52.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:51 smithi073 bash[29040]: cluster 2023-12-26T17:02:50.328421+0000 mgr.smithi046.hnrily (mgr.14180) 1173 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:53.083 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:02:53.083 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:10.025190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iylhul on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\nDeploy daemon haproxy.nfs.foo.smithi073.iylhul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.299352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eltlpe on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\nDeploy daemon haproxy.nfs.foo.smithi046.eltlpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.302864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ngacuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:02:53.804 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:02:54.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:53 smithi046 bash[24815]: cluster 2023-12-26T17:02:52.330015+0000 mgr.smithi046.hnrily (mgr.14180) 1174 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:02:54.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:53 smithi073 bash[29040]: cluster 2023-12-26T17:02:52.330015+0000 mgr.smithi046.hnrily (mgr.14180) 1174 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:02:54.805 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:02:55.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:54 smithi046 bash[24815]: audit 2023-12-26T17:02:53.072259+0000 mgr.smithi046.hnrily (mgr.14180) 1175 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:55.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:54 smithi073 bash[29040]: audit 2023-12-26T17:02:53.072259+0000 mgr.smithi046.hnrily (mgr.14180) 1175 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:56.091 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:55 smithi046 bash[24815]: cluster 2023-12-26T17:02:54.331006+0000 mgr.smithi046.hnrily (mgr.14180) 1176 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:56.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:55 smithi073 bash[29040]: cluster 2023-12-26T17:02:54.331006+0000 mgr.smithi046.hnrily (mgr.14180) 1176 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:57.866 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:02:57.866 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:10.025190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iylhul on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\nDeploy daemon haproxy.nfs.foo.smithi073.iylhul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.299352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eltlpe on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\nDeploy daemon haproxy.nfs.foo.smithi046.eltlpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.302864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ngacuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:02:58.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:57 smithi046 bash[24815]: cluster 2023-12-26T17:02:56.332567+0000 mgr.smithi046.hnrily (mgr.14180) 1177 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:58.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:57 smithi073 bash[29040]: cluster 2023-12-26T17:02:56.332567+0000 mgr.smithi046.hnrily (mgr.14180) 1177 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:02:58.689 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:02:59.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:58 smithi046 bash[24815]: audit 2023-12-26T17:02:57.852977+0000 mgr.smithi046.hnrily (mgr.14180) 1178 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:59.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:58 smithi073 bash[29040]: audit 2023-12-26T17:02:57.852977+0000 mgr.smithi046.hnrily (mgr.14180) 1178 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:02:59.691 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:03:00.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:02:59 smithi046 bash[24815]: cluster 2023-12-26T17:02:58.333596+0000 mgr.smithi046.hnrily (mgr.14180) 1179 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:00.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:02:59 smithi073 bash[29040]: cluster 2023-12-26T17:02:58.333596+0000 mgr.smithi046.hnrily (mgr.14180) 1179 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:02.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:01 smithi046 bash[24815]: cluster 2023-12-26T17:03:00.334607+0000 mgr.smithi046.hnrily (mgr.14180) 1180 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:02.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:01 smithi073 bash[29040]: cluster 2023-12-26T17:03:00.334607+0000 mgr.smithi046.hnrily (mgr.14180) 1180 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:02.914 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:03:02.914 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:10.025190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iylhul on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\nDeploy daemon haproxy.nfs.foo.smithi073.iylhul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.299352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eltlpe on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\nDeploy daemon haproxy.nfs.foo.smithi046.eltlpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.302864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ngacuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:03:03.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:03:03.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:03 smithi046 bash[24815]: cluster 2023-12-26T17:03:02.335832+0000 mgr.smithi046.hnrily (mgr.14180) 1181 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:03:03.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:03 smithi046 bash[24815]: audit 2023-12-26T17:03:02.907049+0000 mgr.smithi046.hnrily (mgr.14180) 1182 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:04.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:03 smithi073 bash[29040]: cluster 2023-12-26T17:03:02.335832+0000 mgr.smithi046.hnrily (mgr.14180) 1181 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:03:04.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:03 smithi073 bash[29040]: audit 2023-12-26T17:03:02.907049+0000 mgr.smithi046.hnrily (mgr.14180) 1182 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:04.593 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:03:06.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:05 smithi046 bash[24815]: cluster 2023-12-26T17:03:04.336732+0000 mgr.smithi046.hnrily (mgr.14180) 1183 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:06.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:05 smithi073 bash[29040]: cluster 2023-12-26T17:03:04.336732+0000 mgr.smithi046.hnrily (mgr.14180) 1183 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:07.847 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:03:07.847 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:10.025190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iylhul on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\nDeploy daemon haproxy.nfs.foo.smithi073.iylhul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.299352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eltlpe on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\nDeploy daemon haproxy.nfs.foo.smithi046.eltlpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.302864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ngacuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:03:08.089 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:07 smithi046 bash[24815]: cluster 2023-12-26T17:03:06.338219+0000 mgr.smithi046.hnrily (mgr.14180) 1184 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:08.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:07 smithi073 bash[29040]: cluster 2023-12-26T17:03:06.338219+0000 mgr.smithi046.hnrily (mgr.14180) 1184 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:08.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:03:09.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:08 smithi046 bash[24815]: audit 2023-12-26T17:03:07.836155+0000 mgr.smithi046.hnrily (mgr.14180) 1185 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:09.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:08 smithi073 bash[29040]: audit 2023-12-26T17:03:07.836155+0000 mgr.smithi046.hnrily (mgr.14180) 1185 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:09.643 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:03:10.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:09 smithi046 bash[24815]: cluster 2023-12-26T17:03:08.339301+0000 mgr.smithi046.hnrily (mgr.14180) 1186 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:10.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:09 smithi073 bash[29040]: cluster 2023-12-26T17:03:08.339301+0000 mgr.smithi046.hnrily (mgr.14180) 1186 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:12.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:11 smithi046 bash[24815]: cluster 2023-12-26T17:03:10.340267+0000 mgr.smithi046.hnrily (mgr.14180) 1187 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:12.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:11 smithi073 bash[29040]: cluster 2023-12-26T17:03:10.340267+0000 mgr.smithi046.hnrily (mgr.14180) 1187 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:12.734 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:03:12.735 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:10.025190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iylhul on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\nDeploy daemon haproxy.nfs.foo.smithi073.iylhul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.299352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eltlpe on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\nDeploy daemon haproxy.nfs.foo.smithi046.eltlpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.302864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ngacuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:03:13.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:03:14.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:13 smithi046 bash[24815]: cluster 2023-12-26T17:03:12.341310+0000 mgr.smithi046.hnrily (mgr.14180) 1188 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:03:14.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:13 smithi046 bash[24815]: audit 2023-12-26T17:03:12.723980+0000 mgr.smithi046.hnrily (mgr.14180) 1189 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:14.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:13 smithi073 bash[29040]: cluster 2023-12-26T17:03:12.341310+0000 mgr.smithi046.hnrily (mgr.14180) 1188 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:03:14.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:13 smithi073 bash[29040]: audit 2023-12-26T17:03:12.723980+0000 mgr.smithi046.hnrily (mgr.14180) 1189 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:14.516 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:03:15.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:14 smithi046 bash[24815]: audit 2023-12-26T17:03:14.310915+0000 mon.smithi046 (mon.0) 948 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:03:15.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:14 smithi046 bash[24815]: audit 2023-12-26T17:03:14.623721+0000 mon.smithi046 (mon.0) 949 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:03:15.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:14 smithi046 bash[24815]: audit 2023-12-26T17:03:14.625049+0000 mon.smithi046 (mon.0) 950 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T17:03:15.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:14 smithi046 bash[24815]: audit 2023-12-26T17:03:14.631756+0000 mon.smithi046 (mon.0) 951 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:03:15.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:14 smithi046 bash[24815]: audit 2023-12-26T17:03:14.638732+0000 mon.smithi046 (mon.0) 952 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T17:03:15.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:14 smithi046 bash[24815]: audit 2023-12-26T17:03:14.652805+0000 mon.smithi046 (mon.0) 953 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:03:15.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:14 smithi073 bash[29040]: audit 2023-12-26T17:03:14.310915+0000 mon.smithi046 (mon.0) 948 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:03:15.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:14 smithi073 bash[29040]: audit 2023-12-26T17:03:14.623721+0000 mon.smithi046 (mon.0) 949 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:03:15.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:14 smithi073 bash[29040]: audit 2023-12-26T17:03:14.625049+0000 mon.smithi046 (mon.0) 950 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T17:03:15.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:14 smithi073 bash[29040]: audit 2023-12-26T17:03:14.631756+0000 mon.smithi046 (mon.0) 951 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:03:15.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:14 smithi073 bash[29040]: audit 2023-12-26T17:03:14.638732+0000 mon.smithi046 (mon.0) 952 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T17:03:15.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:14 smithi073 bash[29040]: audit 2023-12-26T17:03:14.652805+0000 mon.smithi046 (mon.0) 953 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:03:16.038 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:15 smithi046 bash[24815]: cluster 2023-12-26T17:03:14.342108+0000 mgr.smithi046.hnrily (mgr.14180) 1190 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:16.039 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:15 smithi046 bash[24815]: cluster 2023-12-26T17:03:14.632641+0000 mgr.smithi046.hnrily (mgr.14180) 1191 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:03:16.039 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:15 smithi046 bash[24815]: cephadm 2023-12-26T17:03:14.658024+0000 mgr.smithi046.hnrily (mgr.14180) 1192 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.vadwwa on smithi073 2023-12-26T17:03:16.039 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:15 smithi046 bash[24815]: cluster 2023-12-26T17:03:14.840395+0000 mon.smithi046 (mon.0) 954 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T17:03:16.039 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:15 smithi046 bash[24815]: cluster 2023-12-26T17:03:14.840450+0000 mon.smithi046 (mon.0) 955 : cluster [INF] Cluster is now healthy 2023-12-26T17:03:16.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:15 smithi073 bash[29040]: cluster 2023-12-26T17:03:14.342108+0000 mgr.smithi046.hnrily (mgr.14180) 1190 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:16.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:15 smithi073 bash[29040]: cluster 2023-12-26T17:03:14.632641+0000 mgr.smithi046.hnrily (mgr.14180) 1191 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:03:16.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:15 smithi073 bash[29040]: cephadm 2023-12-26T17:03:14.658024+0000 mgr.smithi046.hnrily (mgr.14180) 1192 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.vadwwa on smithi073 2023-12-26T17:03:16.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:15 smithi073 bash[29040]: cluster 2023-12-26T17:03:14.840395+0000 mon.smithi046 (mon.0) 954 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T17:03:16.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:15 smithi073 bash[29040]: cluster 2023-12-26T17:03:14.840450+0000 mon.smithi046 (mon.0) 955 : cluster [INF] Cluster is now healthy 2023-12-26T17:03:17.774 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:03:17.775 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:01:05.732094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.mfmqxo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:10.025190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.iylhul on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-iylhul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.iylhul\nDeploy daemon haproxy.nfs.foo.smithi073.iylhul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.299352Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eltlpe on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-eltlpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.eltlpe\nDeploy daemon haproxy.nfs.foo.smithi046.eltlpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:02:14.302864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ngacuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:03:18.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:17 smithi046 bash[24815]: cluster 2023-12-26T17:03:16.633471+0000 mgr.smithi046.hnrily (mgr.14180) 1193 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:03:18.121 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:17 smithi073 bash[29040]: cluster 2023-12-26T17:03:16.633471+0000 mgr.smithi046.hnrily (mgr.14180) 1193 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:03:18.533 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:03:18.987 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:18 smithi073 bash[29040]: audit 2023-12-26T17:03:17.766919+0000 mgr.smithi046.hnrily (mgr.14180) 1194 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:18.987 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:18 smithi073 bash[29040]: audit 2023-12-26T17:03:18.712496+0000 mon.smithi046 (mon.0) 956 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.vadwwa"}]: dispatch 2023-12-26T17:03:19.348 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:18 smithi046 bash[24815]: audit 2023-12-26T17:03:17.766919+0000 mgr.smithi046.hnrily (mgr.14180) 1194 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:19.348 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:18 smithi046 bash[24815]: audit 2023-12-26T17:03:18.712496+0000 mon.smithi046 (mon.0) 956 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.vadwwa"}]: dispatch 2023-12-26T17:03:19.533 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:03:20.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: cluster 2023-12-26T17:03:18.634219+0000 mgr.smithi046.hnrily (mgr.14180) 1195 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:03:20.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: cephadm 2023-12-26T17:03:18.711123+0000 mgr.smithi046.hnrily (mgr.14180) 1196 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa 2023-12-26T17:03:20.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:03:20.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa 2023-12-26T17:03:20.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa 2023-12-26T17:03:20.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:03:20.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa 2023-12-26T17:03:20.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.vadwwa ... 2023-12-26T17:03:20.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:20.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:03:20.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:03:20.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:03:20.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:20.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T17:03:20.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:03:20.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T17:03:20.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:03:20.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T17:03:20.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa 2023-12-26T17:03:20.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:03:20.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa 2023-12-26T17:03:20.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa 2023-12-26T17:03:20.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:03:20.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa 2023-12-26T17:03:20.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.vadwwa ... 2023-12-26T17:03:20.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:20.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:03:20.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:03:20.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:03:20.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:20.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: cephadm 2023-12-26T17:03:18.711748+0000 mgr.smithi046.hnrily (mgr.14180) 1197 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.vadwwa 2023-12-26T17:03:20.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: cephadm 2023-12-26T17:03:18.714267+0000 mgr.smithi046.hnrily (mgr.14180) 1198 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.vadwwa on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa 2023-12-26T17:03:20.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:03:20.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa 2023-12-26T17:03:20.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa 2023-12-26T17:03:20.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:03:20.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa 2023-12-26T17:03:20.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.vadwwa ... 2023-12-26T17:03:20.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:20.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:03:20.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:03:20.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:03:20.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:20.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:19 smithi046 bash[24815]: cephadm 2023-12-26T17:03:18.718811+0000 mgr.smithi046.hnrily (mgr.14180) 1199 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.xlqael on smithi046 2023-12-26T17:03:20.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: cluster 2023-12-26T17:03:18.634219+0000 mgr.smithi046.hnrily (mgr.14180) 1195 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:03:20.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: cephadm 2023-12-26T17:03:18.711123+0000 mgr.smithi046.hnrily (mgr.14180) 1196 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa 2023-12-26T17:03:20.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:03:20.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa 2023-12-26T17:03:20.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa 2023-12-26T17:03:20.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:03:20.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa 2023-12-26T17:03:20.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.vadwwa ... 2023-12-26T17:03:20.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:20.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:03:20.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:03:20.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:03:20.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:20.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T17:03:20.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:03:20.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T17:03:20.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:03:20.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T17:03:20.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa 2023-12-26T17:03:20.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:03:20.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa 2023-12-26T17:03:20.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa 2023-12-26T17:03:20.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:03:20.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa 2023-12-26T17:03:20.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.vadwwa ... 2023-12-26T17:03:20.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:20.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:03:20.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:03:20.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:03:20.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:20.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: cephadm 2023-12-26T17:03:18.711748+0000 mgr.smithi046.hnrily (mgr.14180) 1197 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.vadwwa 2023-12-26T17:03:20.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: cephadm 2023-12-26T17:03:18.714267+0000 mgr.smithi046.hnrily (mgr.14180) 1198 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.vadwwa on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa 2023-12-26T17:03:20.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:03:20.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa 2023-12-26T17:03:20.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa 2023-12-26T17:03:20.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:03:20.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa 2023-12-26T17:03:20.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.vadwwa ... 2023-12-26T17:03:20.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:20.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:03:20.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:03:20.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:03:20.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:20.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:19 smithi073 bash[29040]: cephadm 2023-12-26T17:03:18.718811+0000 mgr.smithi046.hnrily (mgr.14180) 1199 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.xlqael on smithi046 2023-12-26T17:03:22.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:21 smithi046 bash[24815]: cluster 2023-12-26T17:03:20.635033+0000 mgr.smithi046.hnrily (mgr.14180) 1200 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:03:22.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:21 smithi046 bash[24815]: audit 2023-12-26T17:03:21.821498+0000 mon.smithi046 (mon.0) 957 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:03:22.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:21 smithi073 bash[29040]: cluster 2023-12-26T17:03:20.635033+0000 mgr.smithi046.hnrily (mgr.14180) 1200 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:03:22.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:21 smithi073 bash[29040]: audit 2023-12-26T17:03:21.821498+0000 mon.smithi046 (mon.0) 957 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:03:22.937 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:03:22.937 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:18.713991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vadwwa on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\nDeploy daemon haproxy.nfs.foo.smithi073.vadwwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.600313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xlqael on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\nDeploy daemon haproxy.nfs.foo.smithi046.xlqael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.603478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.obadpv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:03:23.153 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:22 smithi046 bash[24815]: audit 2023-12-26T17:03:22.599196+0000 mon.smithi046 (mon.0) 958 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.xlqael"}]: dispatch 2023-12-26T17:03:23.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:22 smithi073 bash[29040]: audit 2023-12-26T17:03:22.599196+0000 mon.smithi046 (mon.0) 958 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.xlqael"}]: dispatch 2023-12-26T17:03:23.730 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:03:24.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: cephadm 2023-12-26T17:03:22.598197+0000 mgr.smithi046.hnrily (mgr.14180) 1201 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael 2023-12-26T17:03:24.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:03:24.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael 2023-12-26T17:03:24.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael 2023-12-26T17:03:24.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:03:24.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael 2023-12-26T17:03:24.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.xlqael ... 2023-12-26T17:03:24.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:24.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:03:24.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:03:24.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:03:24.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:24.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T17:03:24.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:03:24.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T17:03:24.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:03:24.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T17:03:24.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael 2023-12-26T17:03:24.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:03:24.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael 2023-12-26T17:03:24.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael 2023-12-26T17:03:24.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:03:24.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael 2023-12-26T17:03:24.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.xlqael ... 2023-12-26T17:03:24.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:24.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:03:24.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:03:24.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:03:24.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:24.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: cephadm 2023-12-26T17:03:22.598665+0000 mgr.smithi046.hnrily (mgr.14180) 1202 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.xlqael 2023-12-26T17:03:24.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: cephadm 2023-12-26T17:03:22.600514+0000 mgr.smithi046.hnrily (mgr.14180) 1203 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.xlqael on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael 2023-12-26T17:03:24.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:03:24.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael 2023-12-26T17:03:24.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael 2023-12-26T17:03:24.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:03:24.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael 2023-12-26T17:03:24.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.xlqael ... 2023-12-26T17:03:24.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:24.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:03:24.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:03:24.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:03:24.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:24.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: cephadm 2023-12-26T17:03:22.603647+0000 mgr.smithi046.hnrily (mgr.14180) 1204 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.obadpv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:03:24.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: cephadm 2023-12-26T17:03:22.606331+0000 mgr.smithi046.hnrily (mgr.14180) 1205 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:03:24.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: cluster 2023-12-26T17:03:22.607481+0000 mgr.smithi046.hnrily (mgr.14180) 1206 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:03:24.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:23 smithi046 bash[24815]: cluster 2023-12-26T17:03:22.878242+0000 mon.smithi046 (mon.0) 959 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T17:03:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: cephadm 2023-12-26T17:03:22.598197+0000 mgr.smithi046.hnrily (mgr.14180) 1201 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael 2023-12-26T17:03:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:03:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael 2023-12-26T17:03:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael 2023-12-26T17:03:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:03:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael 2023-12-26T17:03:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.xlqael ... 2023-12-26T17:03:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:03:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:03:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:03:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:24.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T17:03:24.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:03:24.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T17:03:24.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:03:24.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T17:03:24.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael 2023-12-26T17:03:24.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:03:24.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael 2023-12-26T17:03:24.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael 2023-12-26T17:03:24.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:03:24.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael 2023-12-26T17:03:24.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.xlqael ... 2023-12-26T17:03:24.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:24.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:03:24.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:03:24.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:03:24.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:24.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: cephadm 2023-12-26T17:03:22.598665+0000 mgr.smithi046.hnrily (mgr.14180) 1202 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.xlqael 2023-12-26T17:03:24.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: cephadm 2023-12-26T17:03:22.600514+0000 mgr.smithi046.hnrily (mgr.14180) 1203 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.xlqael on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael 2023-12-26T17:03:24.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:03:24.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael 2023-12-26T17:03:24.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael 2023-12-26T17:03:24.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:03:24.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael 2023-12-26T17:03:24.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.xlqael ... 2023-12-26T17:03:24.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:24.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:03:24.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:03:24.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:03:24.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:03:24.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: cephadm 2023-12-26T17:03:22.603647+0000 mgr.smithi046.hnrily (mgr.14180) 1204 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.obadpv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:03:24.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: cephadm 2023-12-26T17:03:22.606331+0000 mgr.smithi046.hnrily (mgr.14180) 1205 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:03:24.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: cluster 2023-12-26T17:03:22.607481+0000 mgr.smithi046.hnrily (mgr.14180) 1206 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:03:24.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:23 smithi073 bash[29040]: cluster 2023-12-26T17:03:22.878242+0000 mon.smithi046 (mon.0) 959 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T17:03:24.732 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:03:25.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:24 smithi046 bash[24815]: audit 2023-12-26T17:03:22.924487+0000 mgr.smithi046.hnrily (mgr.14180) 1207 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:25.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:24 smithi073 bash[29040]: audit 2023-12-26T17:03:22.924487+0000 mgr.smithi046.hnrily (mgr.14180) 1207 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:26.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:25 smithi046 bash[24815]: cluster 2023-12-26T17:03:24.608394+0000 mgr.smithi046.hnrily (mgr.14180) 1208 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:03:26.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:25 smithi073 bash[29040]: cluster 2023-12-26T17:03:24.608394+0000 mgr.smithi046.hnrily (mgr.14180) 1208 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:03:27.737 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:27 smithi073 bash[29040]: audit 2023-12-26T17:03:26.456108+0000 mon.smithi046 (mon.0) 960 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:03:27.737 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:27 smithi073 bash[29040]: cluster 2023-12-26T17:03:26.609827+0000 mgr.smithi046.hnrily (mgr.14180) 1209 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-26T17:03:27.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:27 smithi046 bash[24815]: audit 2023-12-26T17:03:26.456108+0000 mon.smithi046 (mon.0) 960 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:03:27.848 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:27 smithi046 bash[24815]: cluster 2023-12-26T17:03:26.609827+0000 mgr.smithi046.hnrily (mgr.14180) 1209 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-26T17:03:28.046 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:03:28.046 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:18.713991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vadwwa on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\nDeploy daemon haproxy.nfs.foo.smithi073.vadwwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.600313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xlqael on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\nDeploy daemon haproxy.nfs.foo.smithi046.xlqael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.603478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.obadpv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:03:28.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:03:29.832 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:03:29.987 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:29 smithi073 bash[29040]: audit 2023-12-26T17:03:28.037558+0000 mgr.smithi046.hnrily (mgr.14180) 1210 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:29.987 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:29 smithi073 bash[29040]: cluster 2023-12-26T17:03:28.610777+0000 mgr.smithi046.hnrily (mgr.14180) 1211 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:30.033 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:29 smithi046 bash[24815]: audit 2023-12-26T17:03:28.037558+0000 mgr.smithi046.hnrily (mgr.14180) 1210 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:30.034 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:29 smithi046 bash[24815]: cluster 2023-12-26T17:03:28.610777+0000 mgr.smithi046.hnrily (mgr.14180) 1211 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:32.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:31 smithi046 bash[24815]: cluster 2023-12-26T17:03:30.611823+0000 mgr.smithi046.hnrily (mgr.14180) 1212 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:32.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:31 smithi073 bash[29040]: cluster 2023-12-26T17:03:30.611823+0000 mgr.smithi046.hnrily (mgr.14180) 1212 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:33.130 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:03:33.130 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:18.713991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vadwwa on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\nDeploy daemon haproxy.nfs.foo.smithi073.vadwwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.600313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xlqael on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\nDeploy daemon haproxy.nfs.foo.smithi046.xlqael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.603478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.obadpv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:03:33.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:03:34.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:33 smithi046 bash[24815]: cluster 2023-12-26T17:03:32.613299+0000 mgr.smithi046.hnrily (mgr.14180) 1213 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:03:34.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:33 smithi073 bash[29040]: cluster 2023-12-26T17:03:32.613299+0000 mgr.smithi046.hnrily (mgr.14180) 1213 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:03:34.895 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:03:35.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:34 smithi046 bash[24815]: audit 2023-12-26T17:03:33.122864+0000 mgr.smithi046.hnrily (mgr.14180) 1214 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:35.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:34 smithi073 bash[29040]: audit 2023-12-26T17:03:33.122864+0000 mgr.smithi046.hnrily (mgr.14180) 1214 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:36.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:35 smithi046 bash[24815]: cluster 2023-12-26T17:03:34.614215+0000 mgr.smithi046.hnrily (mgr.14180) 1215 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:36.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:35 smithi073 bash[29040]: cluster 2023-12-26T17:03:34.614215+0000 mgr.smithi046.hnrily (mgr.14180) 1215 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:38.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:37 smithi046 bash[24815]: cluster 2023-12-26T17:03:36.615745+0000 mgr.smithi046.hnrily (mgr.14180) 1216 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:38.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:37 smithi046 bash[24815]: audit 2023-12-26T17:03:36.819041+0000 mon.smithi046 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:03:38.138 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:03:38.138 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:18.713991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vadwwa on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\nDeploy daemon haproxy.nfs.foo.smithi073.vadwwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.600313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xlqael on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\nDeploy daemon haproxy.nfs.foo.smithi046.xlqael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.603478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.obadpv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:03:38.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:37 smithi073 bash[29040]: cluster 2023-12-26T17:03:36.615745+0000 mgr.smithi046.hnrily (mgr.14180) 1216 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:38.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:37 smithi073 bash[29040]: audit 2023-12-26T17:03:36.819041+0000 mon.smithi046 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:03:38.909 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:03:39.910 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:03:40.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:39 smithi046 bash[24815]: audit 2023-12-26T17:03:38.125587+0000 mgr.smithi046.hnrily (mgr.14180) 1217 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:40.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:39 smithi046 bash[24815]: cluster 2023-12-26T17:03:38.616866+0000 mgr.smithi046.hnrily (mgr.14180) 1218 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:40.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:39 smithi073 bash[29040]: audit 2023-12-26T17:03:38.125587+0000 mgr.smithi046.hnrily (mgr.14180) 1217 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:40.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:39 smithi073 bash[29040]: cluster 2023-12-26T17:03:38.616866+0000 mgr.smithi046.hnrily (mgr.14180) 1218 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:42.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:41 smithi046 bash[24815]: cluster 2023-12-26T17:03:40.617863+0000 mgr.smithi046.hnrily (mgr.14180) 1219 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:42.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:41 smithi073 bash[29040]: cluster 2023-12-26T17:03:40.617863+0000 mgr.smithi046.hnrily (mgr.14180) 1219 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:43.175 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:03:43.175 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:18.713991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vadwwa on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\nDeploy daemon haproxy.nfs.foo.smithi073.vadwwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.600313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xlqael on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\nDeploy daemon haproxy.nfs.foo.smithi046.xlqael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.603478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.obadpv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:03:43.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:03:44.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:43 smithi046 bash[24815]: cluster 2023-12-26T17:03:42.618990+0000 mgr.smithi046.hnrily (mgr.14180) 1220 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:03:44.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:43 smithi073 bash[29040]: cluster 2023-12-26T17:03:42.618990+0000 mgr.smithi046.hnrily (mgr.14180) 1220 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:03:44.971 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:03:45.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:44 smithi046 bash[24815]: audit 2023-12-26T17:03:43.163468+0000 mgr.smithi046.hnrily (mgr.14180) 1221 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:45.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:44 smithi073 bash[29040]: audit 2023-12-26T17:03:43.163468+0000 mgr.smithi046.hnrily (mgr.14180) 1221 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:46.117 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:45 smithi046 bash[24815]: cluster 2023-12-26T17:03:44.619922+0000 mgr.smithi046.hnrily (mgr.14180) 1222 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:46.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:45 smithi073 bash[29040]: cluster 2023-12-26T17:03:44.619922+0000 mgr.smithi046.hnrily (mgr.14180) 1222 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:47.930 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:03:47.930 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:18.713991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vadwwa on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\nDeploy daemon haproxy.nfs.foo.smithi073.vadwwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.600313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xlqael on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\nDeploy daemon haproxy.nfs.foo.smithi046.xlqael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.603478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.obadpv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:03:48.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:47 smithi046 bash[24815]: cluster 2023-12-26T17:03:46.621559+0000 mgr.smithi046.hnrily (mgr.14180) 1223 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:48.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:47 smithi073 bash[29040]: cluster 2023-12-26T17:03:46.621559+0000 mgr.smithi046.hnrily (mgr.14180) 1223 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:48.663 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:03:49.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:48 smithi046 bash[24815]: audit 2023-12-26T17:03:47.916472+0000 mgr.smithi046.hnrily (mgr.14180) 1224 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:49.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:48 smithi073 bash[29040]: audit 2023-12-26T17:03:47.916472+0000 mgr.smithi046.hnrily (mgr.14180) 1224 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:49.664 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:03:50.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:49 smithi046 bash[24815]: cluster 2023-12-26T17:03:48.622781+0000 mgr.smithi046.hnrily (mgr.14180) 1225 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:50.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:49 smithi073 bash[29040]: cluster 2023-12-26T17:03:48.622781+0000 mgr.smithi046.hnrily (mgr.14180) 1225 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:52.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:51 smithi046 bash[24815]: cluster 2023-12-26T17:03:50.623864+0000 mgr.smithi046.hnrily (mgr.14180) 1226 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:52.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:51 smithi073 bash[29040]: cluster 2023-12-26T17:03:50.623864+0000 mgr.smithi046.hnrily (mgr.14180) 1226 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:52.909 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:03:52.909 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:18.713991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vadwwa on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\nDeploy daemon haproxy.nfs.foo.smithi073.vadwwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.600313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xlqael on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\nDeploy daemon haproxy.nfs.foo.smithi046.xlqael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.603478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.obadpv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:03:53.660 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:03:54.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:53 smithi046 bash[24815]: cluster 2023-12-26T17:03:52.625336+0000 mgr.smithi046.hnrily (mgr.14180) 1227 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:03:54.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:53 smithi046 bash[24815]: audit 2023-12-26T17:03:52.901747+0000 mgr.smithi046.hnrily (mgr.14180) 1228 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:54.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:53 smithi073 bash[29040]: cluster 2023-12-26T17:03:52.625336+0000 mgr.smithi046.hnrily (mgr.14180) 1227 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:03:54.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:53 smithi073 bash[29040]: audit 2023-12-26T17:03:52.901747+0000 mgr.smithi046.hnrily (mgr.14180) 1228 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:54.661 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:03:56.076 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:55 smithi046 bash[24815]: cluster 2023-12-26T17:03:54.626274+0000 mgr.smithi046.hnrily (mgr.14180) 1229 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:56.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:55 smithi073 bash[29040]: cluster 2023-12-26T17:03:54.626274+0000 mgr.smithi046.hnrily (mgr.14180) 1229 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:57.745 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:03:57.745 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:18.713991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vadwwa on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\nDeploy daemon haproxy.nfs.foo.smithi073.vadwwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.600313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xlqael on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\nDeploy daemon haproxy.nfs.foo.smithi046.xlqael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.603478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.obadpv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:03:58.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:57 smithi046 bash[24815]: cluster 2023-12-26T17:03:56.627751+0000 mgr.smithi046.hnrily (mgr.14180) 1230 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:58.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:57 smithi073 bash[29040]: cluster 2023-12-26T17:03:56.627751+0000 mgr.smithi046.hnrily (mgr.14180) 1230 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:03:58.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:03:59.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:58 smithi073 bash[29040]: audit 2023-12-26T17:03:57.732650+0000 mgr.smithi046.hnrily (mgr.14180) 1231 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:59.348 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:58 smithi046 bash[24815]: audit 2023-12-26T17:03:57.732650+0000 mgr.smithi046.hnrily (mgr.14180) 1231 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:03:59.493 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:04:00.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:03:59 smithi073 bash[29040]: cluster 2023-12-26T17:03:58.628748+0000 mgr.smithi046.hnrily (mgr.14180) 1232 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:00.348 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:03:59 smithi046 bash[24815]: cluster 2023-12-26T17:03:58.628748+0000 mgr.smithi046.hnrily (mgr.14180) 1232 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:02.185 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:01 smithi046 bash[24815]: cluster 2023-12-26T17:04:00.629380+0000 mgr.smithi046.hnrily (mgr.14180) 1233 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:02.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:01 smithi073 bash[29040]: cluster 2023-12-26T17:04:00.629380+0000 mgr.smithi046.hnrily (mgr.14180) 1233 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:02.595 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:04:02.595 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:18.713991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vadwwa on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\nDeploy daemon haproxy.nfs.foo.smithi073.vadwwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.600313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xlqael on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\nDeploy daemon haproxy.nfs.foo.smithi046.xlqael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.603478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.obadpv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:04:03.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:04:04.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:03 smithi073 bash[29040]: audit 2023-12-26T17:04:02.581235+0000 mgr.smithi046.hnrily (mgr.14180) 1234 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:04.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:03 smithi073 bash[29040]: cluster 2023-12-26T17:04:02.630718+0000 mgr.smithi046.hnrily (mgr.14180) 1235 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:04:04.288 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:03 smithi046 bash[24815]: audit 2023-12-26T17:04:02.581235+0000 mgr.smithi046.hnrily (mgr.14180) 1234 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:04.288 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:03 smithi046 bash[24815]: cluster 2023-12-26T17:04:02.630718+0000 mgr.smithi046.hnrily (mgr.14180) 1235 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:04:04.389 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:04:06.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:05 smithi046 bash[24815]: cluster 2023-12-26T17:04:04.631597+0000 mgr.smithi046.hnrily (mgr.14180) 1236 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:06.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:05 smithi073 bash[29040]: cluster 2023-12-26T17:04:04.631597+0000 mgr.smithi046.hnrily (mgr.14180) 1236 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:07.608 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:04:07.608 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:18.713991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vadwwa on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\nDeploy daemon haproxy.nfs.foo.smithi073.vadwwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.600313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xlqael on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\nDeploy daemon haproxy.nfs.foo.smithi046.xlqael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.603478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.obadpv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:04:08.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:07 smithi046 bash[24815]: cluster 2023-12-26T17:04:06.633100+0000 mgr.smithi046.hnrily (mgr.14180) 1237 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:08.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:07 smithi073 bash[29040]: cluster 2023-12-26T17:04:06.633100+0000 mgr.smithi046.hnrily (mgr.14180) 1237 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:08.367 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:04:09.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:08 smithi073 bash[29040]: audit 2023-12-26T17:04:07.594662+0000 mgr.smithi046.hnrily (mgr.14180) 1238 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:09.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:08 smithi046 bash[24815]: audit 2023-12-26T17:04:07.594662+0000 mgr.smithi046.hnrily (mgr.14180) 1238 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:09.368 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:04:10.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:09 smithi073 bash[29040]: cluster 2023-12-26T17:04:08.634141+0000 mgr.smithi046.hnrily (mgr.14180) 1239 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:10.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:09 smithi046 bash[24815]: cluster 2023-12-26T17:04:08.634141+0000 mgr.smithi046.hnrily (mgr.14180) 1239 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:12.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:11 smithi046 bash[24815]: cluster 2023-12-26T17:04:10.634926+0000 mgr.smithi046.hnrily (mgr.14180) 1240 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:12.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:11 smithi073 bash[29040]: cluster 2023-12-26T17:04:10.634926+0000 mgr.smithi046.hnrily (mgr.14180) 1240 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:12.581 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:04:12.602 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:18.713991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vadwwa on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\nDeploy daemon haproxy.nfs.foo.smithi073.vadwwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.600313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xlqael on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\nDeploy daemon haproxy.nfs.foo.smithi046.xlqael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.603478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.obadpv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:04:13.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:04:14.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:13 smithi046 bash[24815]: audit 2023-12-26T17:04:12.569163+0000 mgr.smithi046.hnrily (mgr.14180) 1241 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:14.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:13 smithi046 bash[24815]: cluster 2023-12-26T17:04:12.637860+0000 mgr.smithi046.hnrily (mgr.14180) 1242 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:04:14.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:13 smithi073 bash[29040]: audit 2023-12-26T17:04:12.569163+0000 mgr.smithi046.hnrily (mgr.14180) 1241 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:14.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:13 smithi073 bash[29040]: cluster 2023-12-26T17:04:12.637860+0000 mgr.smithi046.hnrily (mgr.14180) 1242 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:04:14.369 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:04:16.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:15 smithi046 bash[24815]: cluster 2023-12-26T17:04:14.638620+0000 mgr.smithi046.hnrily (mgr.14180) 1243 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:16.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:15 smithi073 bash[29040]: cluster 2023-12-26T17:04:14.638620+0000 mgr.smithi046.hnrily (mgr.14180) 1243 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:17.562 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:04:17.562 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:18.713991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vadwwa on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\nDeploy daemon haproxy.nfs.foo.smithi073.vadwwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.600313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xlqael on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\nDeploy daemon haproxy.nfs.foo.smithi046.xlqael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.603478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.obadpv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:04:18.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:17 smithi046 bash[24815]: cluster 2023-12-26T17:04:16.639418+0000 mgr.smithi046.hnrily (mgr.14180) 1244 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:18.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:17 smithi073 bash[29040]: cluster 2023-12-26T17:04:16.639418+0000 mgr.smithi046.hnrily (mgr.14180) 1244 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:18.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:04:19.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:18 smithi046 bash[24815]: audit 2023-12-26T17:04:17.549273+0000 mgr.smithi046.hnrily (mgr.14180) 1245 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:19.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:18 smithi073 bash[29040]: audit 2023-12-26T17:04:17.549273+0000 mgr.smithi046.hnrily (mgr.14180) 1245 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:19.351 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:04:20.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:19 smithi046 bash[24815]: cluster 2023-12-26T17:04:18.640424+0000 mgr.smithi046.hnrily (mgr.14180) 1246 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:20.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:19 smithi073 bash[29040]: cluster 2023-12-26T17:04:18.640424+0000 mgr.smithi046.hnrily (mgr.14180) 1246 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:22.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:21 smithi046 bash[24815]: cluster 2023-12-26T17:04:20.641470+0000 mgr.smithi046.hnrily (mgr.14180) 1247 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:22.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:21 smithi073 bash[29040]: cluster 2023-12-26T17:04:20.641470+0000 mgr.smithi046.hnrily (mgr.14180) 1247 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:22.590 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:04:22.591 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:02:14.306128Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.zhxdqc on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:18.713991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vadwwa on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\nDeploy daemon haproxy.nfs.foo.smithi073.vadwwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.600313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xlqael on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\nDeploy daemon haproxy.nfs.foo.smithi046.xlqael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.603478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.obadpv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:04:23.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:22 smithi046 bash[24815]: audit 2023-12-26T17:04:22.610830+0000 mon.smithi046 (mon.0) 962 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:04:23.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:22 smithi073 bash[29040]: audit 2023-12-26T17:04:22.610830+0000 mon.smithi046 (mon.0) 962 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:04:23.360 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:04:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:23 smithi073 bash[29040]: audit 2023-12-26T17:04:22.578082+0000 mgr.smithi046.hnrily (mgr.14180) 1248 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:23 smithi073 bash[29040]: cluster 2023-12-26T17:04:22.643104+0000 mgr.smithi046.hnrily (mgr.14180) 1249 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:04:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:23 smithi073 bash[29040]: audit 2023-12-26T17:04:22.916328+0000 mon.smithi046 (mon.0) 963 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:04:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:23 smithi073 bash[29040]: audit 2023-12-26T17:04:22.917778+0000 mon.smithi046 (mon.0) 964 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T17:04:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:23 smithi073 bash[29040]: audit 2023-12-26T17:04:22.925191+0000 mon.smithi046 (mon.0) 965 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:04:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:23 smithi073 bash[29040]: cluster 2023-12-26T17:04:22.925893+0000 mgr.smithi046.hnrily (mgr.14180) 1250 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:04:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:23 smithi073 bash[29040]: audit 2023-12-26T17:04:22.933381+0000 mon.smithi046 (mon.0) 966 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T17:04:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:23 smithi073 bash[29040]: audit 2023-12-26T17:04:22.944800+0000 mon.smithi046 (mon.0) 967 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:04:24.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:23 smithi046 bash[24815]: audit 2023-12-26T17:04:22.578082+0000 mgr.smithi046.hnrily (mgr.14180) 1248 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:24.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:23 smithi046 bash[24815]: cluster 2023-12-26T17:04:22.643104+0000 mgr.smithi046.hnrily (mgr.14180) 1249 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:04:24.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:23 smithi046 bash[24815]: audit 2023-12-26T17:04:22.916328+0000 mon.smithi046 (mon.0) 963 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:04:24.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:23 smithi046 bash[24815]: audit 2023-12-26T17:04:22.917778+0000 mon.smithi046 (mon.0) 964 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T17:04:24.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:23 smithi046 bash[24815]: audit 2023-12-26T17:04:22.925191+0000 mon.smithi046 (mon.0) 965 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:04:24.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:23 smithi046 bash[24815]: cluster 2023-12-26T17:04:22.925893+0000 mgr.smithi046.hnrily (mgr.14180) 1250 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:04:24.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:23 smithi046 bash[24815]: audit 2023-12-26T17:04:22.933381+0000 mon.smithi046 (mon.0) 966 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T17:04:24.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:23 smithi046 bash[24815]: audit 2023-12-26T17:04:22.944800+0000 mon.smithi046 (mon.0) 967 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:04:24.361 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:04:25.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:24 smithi073 bash[29040]: cephadm 2023-12-26T17:04:22.948297+0000 mgr.smithi046.hnrily (mgr.14180) 1251 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.wfurmo on smithi073 2023-12-26T17:04:25.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:24 smithi073 bash[29040]: cluster 2023-12-26T17:04:23.922841+0000 mon.smithi046 (mon.0) 968 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T17:04:25.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:24 smithi073 bash[29040]: cluster 2023-12-26T17:04:23.922896+0000 mon.smithi046 (mon.0) 969 : cluster [INF] Cluster is now healthy 2023-12-26T17:04:25.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:24 smithi046 bash[24815]: cephadm 2023-12-26T17:04:22.948297+0000 mgr.smithi046.hnrily (mgr.14180) 1251 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.wfurmo on smithi073 2023-12-26T17:04:25.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:24 smithi046 bash[24815]: cluster 2023-12-26T17:04:23.922841+0000 mon.smithi046 (mon.0) 968 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T17:04:25.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:24 smithi046 bash[24815]: cluster 2023-12-26T17:04:23.922896+0000 mon.smithi046 (mon.0) 969 : cluster [INF] Cluster is now healthy 2023-12-26T17:04:26.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:25 smithi073 bash[29040]: cluster 2023-12-26T17:04:24.926597+0000 mgr.smithi046.hnrily (mgr.14180) 1252 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:04:26.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:25 smithi046 bash[24815]: cluster 2023-12-26T17:04:24.926597+0000 mgr.smithi046.hnrily (mgr.14180) 1252 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:04:26.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:26 smithi073 bash[29040]: audit 2023-12-26T17:04:26.797607+0000 mon.smithi046 (mon.0) 970 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.wfurmo"}]: dispatch 2023-12-26T17:04:27.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:26 smithi046 bash[24815]: audit 2023-12-26T17:04:26.797607+0000 mon.smithi046 (mon.0) 970 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.wfurmo"}]: dispatch 2023-12-26T17:04:27.543 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:04:27.543 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:03:18.713991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vadwwa on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-vadwwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.vadwwa\nDeploy daemon haproxy.nfs.foo.smithi073.vadwwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.600313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.xlqael on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-xlqael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.xlqael\nDeploy daemon haproxy.nfs.foo.smithi046.xlqael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:03:22.603478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.obadpv on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:26.798858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wfurmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\nDeploy daemon haproxy.nfs.foo.smithi073.wfurmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:04:28.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: cephadm 2023-12-26T17:04:26.796580+0000 mgr.smithi046.hnrily (mgr.14180) 1253 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo 2023-12-26T17:04:28.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:04:28.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo 2023-12-26T17:04:28.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo 2023-12-26T17:04:28.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:04:28.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo 2023-12-26T17:04:28.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.wfurmo ... 2023-12-26T17:04:28.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:28.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:04:28.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:04:28.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:04:28.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:28.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T17:04:28.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:04:28.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T17:04:28.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:04:28.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T17:04:28.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo 2023-12-26T17:04:28.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:04:28.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo 2023-12-26T17:04:28.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo 2023-12-26T17:04:28.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:04:28.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo 2023-12-26T17:04:28.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.wfurmo ... 2023-12-26T17:04:28.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:28.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:04:28.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:04:28.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:04:28.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:28.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: cephadm 2023-12-26T17:04:26.797108+0000 mgr.smithi046.hnrily (mgr.14180) 1254 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.wfurmo 2023-12-26T17:04:28.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: cephadm 2023-12-26T17:04:26.799192+0000 mgr.smithi046.hnrily (mgr.14180) 1255 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.wfurmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo 2023-12-26T17:04:28.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:04:28.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo 2023-12-26T17:04:28.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo 2023-12-26T17:04:28.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:04:28.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo 2023-12-26T17:04:28.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.wfurmo ... 2023-12-26T17:04:28.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:28.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:04:28.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:04:28.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:04:28.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:28.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: cephadm 2023-12-26T17:04:26.804758+0000 mgr.smithi046.hnrily (mgr.14180) 1256 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.mqzsnu on smithi046 2023-12-26T17:04:28.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:27 smithi046 bash[24815]: cluster 2023-12-26T17:04:26.927761+0000 mgr.smithi046.hnrily (mgr.14180) 1257 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:04:28.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: cephadm 2023-12-26T17:04:26.796580+0000 mgr.smithi046.hnrily (mgr.14180) 1253 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo 2023-12-26T17:04:28.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:04:28.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo 2023-12-26T17:04:28.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo 2023-12-26T17:04:28.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:04:28.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo 2023-12-26T17:04:28.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.wfurmo ... 2023-12-26T17:04:28.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:28.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:04:28.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:04:28.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:04:28.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:28.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T17:04:28.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:04:28.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T17:04:28.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:04:28.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T17:04:28.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo 2023-12-26T17:04:28.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:04:28.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo 2023-12-26T17:04:28.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo 2023-12-26T17:04:28.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:04:28.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo 2023-12-26T17:04:28.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.wfurmo ... 2023-12-26T17:04:28.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:28.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:04:28.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:04:28.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:04:28.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:28.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: cephadm 2023-12-26T17:04:26.797108+0000 mgr.smithi046.hnrily (mgr.14180) 1254 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.wfurmo 2023-12-26T17:04:28.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: cephadm 2023-12-26T17:04:26.799192+0000 mgr.smithi046.hnrily (mgr.14180) 1255 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.wfurmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo 2023-12-26T17:04:28.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:04:28.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo 2023-12-26T17:04:28.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo 2023-12-26T17:04:28.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:04:28.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo 2023-12-26T17:04:28.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.wfurmo ... 2023-12-26T17:04:28.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:28.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:04:28.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:04:28.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:04:28.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:28.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: cephadm 2023-12-26T17:04:26.804758+0000 mgr.smithi046.hnrily (mgr.14180) 1256 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.mqzsnu on smithi046 2023-12-26T17:04:28.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:27 smithi073 bash[29040]: cluster 2023-12-26T17:04:26.927761+0000 mgr.smithi046.hnrily (mgr.14180) 1257 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:04:28.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:04:29.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:28 smithi073 bash[29040]: audit 2023-12-26T17:04:27.529574+0000 mgr.smithi046.hnrily (mgr.14180) 1258 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:29.324 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:04:29.338 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:28 smithi046 bash[24815]: audit 2023-12-26T17:04:27.529574+0000 mgr.smithi046.hnrily (mgr.14180) 1258 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:30.145 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:29 smithi046 bash[24815]: cluster 2023-12-26T17:04:28.928418+0000 mgr.smithi046.hnrily (mgr.14180) 1259 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:04:30.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:29 smithi073 bash[29040]: cluster 2023-12-26T17:04:28.928418+0000 mgr.smithi046.hnrily (mgr.14180) 1259 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:04:31.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:30 smithi046 bash[24815]: audit 2023-12-26T17:04:30.587952+0000 mon.smithi046 (mon.0) 971 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.mqzsnu"}]: dispatch 2023-12-26T17:04:31.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:30 smithi073 bash[29040]: audit 2023-12-26T17:04:30.587952+0000 mon.smithi046 (mon.0) 971 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.mqzsnu"}]: dispatch 2023-12-26T17:04:32.217 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: cephadm 2023-12-26T17:04:30.587100+0000 mgr.smithi046.hnrily (mgr.14180) 1260 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu 2023-12-26T17:04:32.217 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:04:32.217 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu 2023-12-26T17:04:32.217 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu 2023-12-26T17:04:32.217 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:04:32.217 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu 2023-12-26T17:04:32.217 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.mqzsnu ... 2023-12-26T17:04:32.217 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:32.217 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:04:32.217 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:04:32.218 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:04:32.218 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:32.218 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T17:04:32.218 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:04:32.218 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T17:04:32.218 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:04:32.218 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T17:04:32.218 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu 2023-12-26T17:04:32.218 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:04:32.218 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu 2023-12-26T17:04:32.218 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu 2023-12-26T17:04:32.218 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:04:32.218 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu 2023-12-26T17:04:32.218 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.mqzsnu ... 2023-12-26T17:04:32.219 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:32.219 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:04:32.219 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:04:32.219 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:04:32.219 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:32.219 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: cephadm 2023-12-26T17:04:30.587413+0000 mgr.smithi046.hnrily (mgr.14180) 1261 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.mqzsnu 2023-12-26T17:04:32.219 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: cephadm 2023-12-26T17:04:30.589204+0000 mgr.smithi046.hnrily (mgr.14180) 1262 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.mqzsnu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu 2023-12-26T17:04:32.219 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:04:32.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu 2023-12-26T17:04:32.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu 2023-12-26T17:04:32.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:04:32.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu 2023-12-26T17:04:32.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.mqzsnu ... 2023-12-26T17:04:32.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:32.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:04:32.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:04:32.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:04:32.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:32.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: cephadm 2023-12-26T17:04:30.591103+0000 mgr.smithi046.hnrily (mgr.14180) 1263 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.swcula on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:04:32.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: cephadm 2023-12-26T17:04:30.592762+0000 mgr.smithi046.hnrily (mgr.14180) 1264 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:04:32.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: cluster 2023-12-26T17:04:30.593659+0000 mgr.smithi046.hnrily (mgr.14180) 1265 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-12-26T17:04:32.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: cluster 2023-12-26T17:04:30.886114+0000 mon.smithi046 (mon.0) 972 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T17:04:32.221 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:31 smithi046 bash[24815]: audit 2023-12-26T17:04:31.500490+0000 mon.smithi046 (mon.0) 973 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:04:32.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: cephadm 2023-12-26T17:04:30.587100+0000 mgr.smithi046.hnrily (mgr.14180) 1260 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu 2023-12-26T17:04:32.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:04:32.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu 2023-12-26T17:04:32.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu 2023-12-26T17:04:32.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:04:32.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu 2023-12-26T17:04:32.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.mqzsnu ... 2023-12-26T17:04:32.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:32.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:04:32.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:04:32.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:04:32.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:32.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T17:04:32.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:04:32.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T17:04:32.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:04:32.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T17:04:32.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu 2023-12-26T17:04:32.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:04:32.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu 2023-12-26T17:04:32.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu 2023-12-26T17:04:32.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:04:32.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu 2023-12-26T17:04:32.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.mqzsnu ... 2023-12-26T17:04:32.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:32.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:04:32.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:04:32.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:04:32.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:32.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: cephadm 2023-12-26T17:04:30.587413+0000 mgr.smithi046.hnrily (mgr.14180) 1261 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.mqzsnu 2023-12-26T17:04:32.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: cephadm 2023-12-26T17:04:30.589204+0000 mgr.smithi046.hnrily (mgr.14180) 1262 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.mqzsnu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu 2023-12-26T17:04:32.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:04:32.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu 2023-12-26T17:04:32.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu 2023-12-26T17:04:32.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:04:32.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu 2023-12-26T17:04:32.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.mqzsnu ... 2023-12-26T17:04:32.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:32.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:04:32.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:04:32.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:04:32.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:04:32.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: cephadm 2023-12-26T17:04:30.591103+0000 mgr.smithi046.hnrily (mgr.14180) 1263 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.swcula on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:04:32.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: cephadm 2023-12-26T17:04:30.592762+0000 mgr.smithi046.hnrily (mgr.14180) 1264 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:04:32.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: cluster 2023-12-26T17:04:30.593659+0000 mgr.smithi046.hnrily (mgr.14180) 1265 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-12-26T17:04:32.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: cluster 2023-12-26T17:04:30.886114+0000 mon.smithi046 (mon.0) 972 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T17:04:32.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:31 smithi073 bash[29040]: audit 2023-12-26T17:04:31.500490+0000 mon.smithi046 (mon.0) 973 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:04:32.629 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:04:32.629 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:26.798858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wfurmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\nDeploy daemon haproxy.nfs.foo.smithi073.wfurmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.589062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mqzsnu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\nDeploy daemon haproxy.nfs.foo.smithi046.mqzsnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.590992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.swcula on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:04:33.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:04:34.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:33 smithi073 bash[29040]: cluster 2023-12-26T17:04:32.595049+0000 mgr.smithi046.hnrily (mgr.14180) 1266 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-12-26T17:04:34.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:33 smithi073 bash[29040]: audit 2023-12-26T17:04:32.616417+0000 mgr.smithi046.hnrily (mgr.14180) 1267 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:34.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:33 smithi046 bash[24815]: cluster 2023-12-26T17:04:32.595049+0000 mgr.smithi046.hnrily (mgr.14180) 1266 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-12-26T17:04:34.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:33 smithi046 bash[24815]: audit 2023-12-26T17:04:32.616417+0000 mgr.smithi046.hnrily (mgr.14180) 1267 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:34.446 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:04:36.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:35 smithi073 bash[29040]: cluster 2023-12-26T17:04:34.595989+0000 mgr.smithi046.hnrily (mgr.14180) 1268 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-26T17:04:36.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:35 smithi046 bash[24815]: cluster 2023-12-26T17:04:34.595989+0000 mgr.smithi046.hnrily (mgr.14180) 1268 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-26T17:04:37.791 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:04:37.791 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:26.798858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wfurmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\nDeploy daemon haproxy.nfs.foo.smithi073.wfurmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.589062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mqzsnu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\nDeploy daemon haproxy.nfs.foo.smithi046.mqzsnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.590992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.swcula on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:04:38.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:37 smithi046 bash[24815]: cluster 2023-12-26T17:04:36.597131+0000 mgr.smithi046.hnrily (mgr.14180) 1269 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-26T17:04:38.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:37 smithi073 bash[29040]: cluster 2023-12-26T17:04:36.597131+0000 mgr.smithi046.hnrily (mgr.14180) 1269 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-26T17:04:38.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:04:39.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:38 smithi073 bash[29040]: audit 2023-12-26T17:04:37.775461+0000 mgr.smithi046.hnrily (mgr.14180) 1270 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:39.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:38 smithi046 bash[24815]: audit 2023-12-26T17:04:37.775461+0000 mgr.smithi046.hnrily (mgr.14180) 1270 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:39.523 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:04:40.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:39 smithi046 bash[24815]: cluster 2023-12-26T17:04:38.598167+0000 mgr.smithi046.hnrily (mgr.14180) 1271 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-26T17:04:40.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:39 smithi073 bash[29040]: cluster 2023-12-26T17:04:38.598167+0000 mgr.smithi046.hnrily (mgr.14180) 1271 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-26T17:04:42.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:41 smithi073 bash[29040]: cluster 2023-12-26T17:04:40.599270+0000 mgr.smithi046.hnrily (mgr.14180) 1272 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-26T17:04:42.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:41 smithi046 bash[24815]: cluster 2023-12-26T17:04:40.599270+0000 mgr.smithi046.hnrily (mgr.14180) 1272 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-26T17:04:42.798 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:04:42.798 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:26.798858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wfurmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\nDeploy daemon haproxy.nfs.foo.smithi073.wfurmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.589062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mqzsnu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\nDeploy daemon haproxy.nfs.foo.smithi046.mqzsnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.590992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.swcula on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:04:43.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:42 smithi073 bash[29040]: cluster 2023-12-26T17:04:42.600709+0000 mgr.smithi046.hnrily (mgr.14180) 1273 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:04:43.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:42 smithi073 bash[29040]: audit 2023-12-26T17:04:42.790304+0000 mgr.smithi046.hnrily (mgr.14180) 1274 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:43.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:42 smithi046 bash[24815]: cluster 2023-12-26T17:04:42.600709+0000 mgr.smithi046.hnrily (mgr.14180) 1273 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:04:43.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:42 smithi046 bash[24815]: audit 2023-12-26T17:04:42.790304+0000 mgr.smithi046.hnrily (mgr.14180) 1274 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:43.534 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:04:44.537 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:04:45.849 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:45 smithi046 bash[24815]: cluster 2023-12-26T17:04:44.601688+0000 mgr.smithi046.hnrily (mgr.14180) 1275 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:45.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:45 smithi073 bash[29040]: cluster 2023-12-26T17:04:44.601688+0000 mgr.smithi046.hnrily (mgr.14180) 1275 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:47.597 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:04:47.598 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:26.798858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wfurmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\nDeploy daemon haproxy.nfs.foo.smithi073.wfurmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.589062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mqzsnu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\nDeploy daemon haproxy.nfs.foo.smithi046.mqzsnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.590992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.swcula on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:04:48.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:47 smithi046 bash[24815]: cluster 2023-12-26T17:04:46.603151+0000 mgr.smithi046.hnrily (mgr.14180) 1276 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:48.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:47 smithi073 bash[29040]: cluster 2023-12-26T17:04:46.603151+0000 mgr.smithi046.hnrily (mgr.14180) 1276 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:48.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:04:49.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:48 smithi046 bash[24815]: audit 2023-12-26T17:04:47.585049+0000 mgr.smithi046.hnrily (mgr.14180) 1277 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:49.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:48 smithi073 bash[29040]: audit 2023-12-26T17:04:47.585049+0000 mgr.smithi046.hnrily (mgr.14180) 1277 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:49.338 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:04:50.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:49 smithi046 bash[24815]: cluster 2023-12-26T17:04:48.604181+0000 mgr.smithi046.hnrily (mgr.14180) 1278 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:50.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:49 smithi073 bash[29040]: cluster 2023-12-26T17:04:48.604181+0000 mgr.smithi046.hnrily (mgr.14180) 1278 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:52.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:51 smithi046 bash[24815]: cluster 2023-12-26T17:04:50.605199+0000 mgr.smithi046.hnrily (mgr.14180) 1279 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:52.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:51 smithi073 bash[29040]: cluster 2023-12-26T17:04:50.605199+0000 mgr.smithi046.hnrily (mgr.14180) 1279 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:52.375 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:04:52.375 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:26.798858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wfurmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\nDeploy daemon haproxy.nfs.foo.smithi073.wfurmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.589062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mqzsnu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\nDeploy daemon haproxy.nfs.foo.smithi046.mqzsnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.590992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.swcula on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:04:53.100 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:04:54.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:53 smithi046 bash[24815]: audit 2023-12-26T17:04:52.359949+0000 mgr.smithi046.hnrily (mgr.14180) 1280 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:54.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:53 smithi046 bash[24815]: cluster 2023-12-26T17:04:52.606683+0000 mgr.smithi046.hnrily (mgr.14180) 1281 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:04:54.101 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:04:54.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:53 smithi073 bash[29040]: audit 2023-12-26T17:04:52.359949+0000 mgr.smithi046.hnrily (mgr.14180) 1280 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:54.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:53 smithi073 bash[29040]: cluster 2023-12-26T17:04:52.606683+0000 mgr.smithi046.hnrily (mgr.14180) 1281 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:04:56.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:55 smithi046 bash[24815]: cluster 2023-12-26T17:04:54.607684+0000 mgr.smithi046.hnrily (mgr.14180) 1282 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:56.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:55 smithi073 bash[29040]: cluster 2023-12-26T17:04:54.607684+0000 mgr.smithi046.hnrily (mgr.14180) 1282 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:57.195 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:04:57.195 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:26.798858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wfurmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\nDeploy daemon haproxy.nfs.foo.smithi073.wfurmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.589062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mqzsnu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\nDeploy daemon haproxy.nfs.foo.smithi046.mqzsnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.590992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.swcula on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:04:57.945 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:04:58.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:57 smithi073 bash[29040]: cluster 2023-12-26T17:04:56.609230+0000 mgr.smithi046.hnrily (mgr.14180) 1283 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:58.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:57 smithi046 bash[24815]: cluster 2023-12-26T17:04:56.609230+0000 mgr.smithi046.hnrily (mgr.14180) 1283 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:04:58.946 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:04:59.152 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:58 smithi046 bash[24815]: audit 2023-12-26T17:04:57.179330+0000 mgr.smithi046.hnrily (mgr.14180) 1284 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:04:59.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:58 smithi073 bash[29040]: audit 2023-12-26T17:04:57.179330+0000 mgr.smithi046.hnrily (mgr.14180) 1284 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:00.210 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:04:59 smithi046 bash[24815]: cluster 2023-12-26T17:04:58.610195+0000 mgr.smithi046.hnrily (mgr.14180) 1285 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:00.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:04:59 smithi073 bash[29040]: cluster 2023-12-26T17:04:58.610195+0000 mgr.smithi046.hnrily (mgr.14180) 1285 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:02.099 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:05:02.100 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:26.798858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wfurmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\nDeploy daemon haproxy.nfs.foo.smithi073.wfurmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.589062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mqzsnu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\nDeploy daemon haproxy.nfs.foo.smithi046.mqzsnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.590992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.swcula on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:05:02.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:01 smithi046 bash[24815]: cluster 2023-12-26T17:05:00.611112+0000 mgr.smithi046.hnrily (mgr.14180) 1286 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:02.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:01 smithi073 bash[29040]: cluster 2023-12-26T17:05:00.611112+0000 mgr.smithi046.hnrily (mgr.14180) 1286 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:02.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:05:03.908 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:05:04.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:03 smithi073 bash[29040]: audit 2023-12-26T17:05:02.091296+0000 mgr.smithi046.hnrily (mgr.14180) 1287 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:04.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:03 smithi073 bash[29040]: cluster 2023-12-26T17:05:02.612192+0000 mgr.smithi046.hnrily (mgr.14180) 1288 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:05:04.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:03 smithi046 bash[24815]: audit 2023-12-26T17:05:02.091296+0000 mgr.smithi046.hnrily (mgr.14180) 1287 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:04.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:03 smithi046 bash[24815]: cluster 2023-12-26T17:05:02.612192+0000 mgr.smithi046.hnrily (mgr.14180) 1288 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:05:06.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:05 smithi073 bash[29040]: cluster 2023-12-26T17:05:04.613130+0000 mgr.smithi046.hnrily (mgr.14180) 1289 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:06.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:05 smithi046 bash[24815]: cluster 2023-12-26T17:05:04.613130+0000 mgr.smithi046.hnrily (mgr.14180) 1289 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:07.366 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:05:07.366 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:26.798858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wfurmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\nDeploy daemon haproxy.nfs.foo.smithi073.wfurmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.589062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mqzsnu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\nDeploy daemon haproxy.nfs.foo.smithi046.mqzsnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.590992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.swcula on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:05:08.190 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:07 smithi046 bash[24815]: cluster 2023-12-26T17:05:06.614611+0000 mgr.smithi046.hnrily (mgr.14180) 1290 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:08.191 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:05:08.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:07 smithi073 bash[29040]: cluster 2023-12-26T17:05:06.614611+0000 mgr.smithi046.hnrily (mgr.14180) 1290 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:09.192 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:05:09.206 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:08 smithi046 bash[24815]: audit 2023-12-26T17:05:07.351895+0000 mgr.smithi046.hnrily (mgr.14180) 1291 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:09.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:08 smithi073 bash[29040]: audit 2023-12-26T17:05:07.351895+0000 mgr.smithi046.hnrily (mgr.14180) 1291 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:10.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:09 smithi073 bash[29040]: cluster 2023-12-26T17:05:08.615713+0000 mgr.smithi046.hnrily (mgr.14180) 1292 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:10.349 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:09 smithi046 bash[24815]: cluster 2023-12-26T17:05:08.615713+0000 mgr.smithi046.hnrily (mgr.14180) 1292 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:12.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:11 smithi073 bash[29040]: cluster 2023-12-26T17:05:10.616464+0000 mgr.smithi046.hnrily (mgr.14180) 1293 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:12.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:11 smithi046 bash[24815]: cluster 2023-12-26T17:05:10.616464+0000 mgr.smithi046.hnrily (mgr.14180) 1293 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:12.429 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:05:12.430 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:26.798858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wfurmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\nDeploy daemon haproxy.nfs.foo.smithi073.wfurmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.589062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mqzsnu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\nDeploy daemon haproxy.nfs.foo.smithi046.mqzsnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.590992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.swcula on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:05:13.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:05:14.170 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:05:14.183 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:13 smithi046 bash[24815]: audit 2023-12-26T17:05:12.415668+0000 mgr.smithi046.hnrily (mgr.14180) 1294 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:14.183 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:13 smithi046 bash[24815]: cluster 2023-12-26T17:05:12.617838+0000 mgr.smithi046.hnrily (mgr.14180) 1295 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:05:14.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:13 smithi073 bash[29040]: audit 2023-12-26T17:05:12.415668+0000 mgr.smithi046.hnrily (mgr.14180) 1294 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:14.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:13 smithi073 bash[29040]: cluster 2023-12-26T17:05:12.617838+0000 mgr.smithi046.hnrily (mgr.14180) 1295 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:05:16.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:15 smithi073 bash[29040]: cluster 2023-12-26T17:05:14.618795+0000 mgr.smithi046.hnrily (mgr.14180) 1296 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:16.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:15 smithi046 bash[24815]: cluster 2023-12-26T17:05:14.618795+0000 mgr.smithi046.hnrily (mgr.14180) 1296 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:17.459 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:05:17.459 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:26.798858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wfurmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\nDeploy daemon haproxy.nfs.foo.smithi073.wfurmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.589062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mqzsnu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\nDeploy daemon haproxy.nfs.foo.smithi046.mqzsnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.590992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.swcula on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:05:18.153 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:05:18.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:17 smithi073 bash[29040]: cluster 2023-12-26T17:05:16.620250+0000 mgr.smithi046.hnrily (mgr.14180) 1297 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:18.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:17 smithi046 bash[24815]: cluster 2023-12-26T17:05:16.620250+0000 mgr.smithi046.hnrily (mgr.14180) 1297 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:19.154 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:05:19.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:18 smithi073 bash[29040]: audit 2023-12-26T17:05:17.443468+0000 mgr.smithi046.hnrily (mgr.14180) 1298 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:19.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:18 smithi046 bash[24815]: audit 2023-12-26T17:05:17.443468+0000 mgr.smithi046.hnrily (mgr.14180) 1298 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:20.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:19 smithi073 bash[29040]: cluster 2023-12-26T17:05:18.621329+0000 mgr.smithi046.hnrily (mgr.14180) 1299 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:20.240 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:19 smithi046 bash[24815]: cluster 2023-12-26T17:05:18.621329+0000 mgr.smithi046.hnrily (mgr.14180) 1299 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:22.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:21 smithi073 bash[29040]: cluster 2023-12-26T17:05:20.622349+0000 mgr.smithi046.hnrily (mgr.14180) 1300 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:22.298 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:05:22.298 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:26.798858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wfurmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\nDeploy daemon haproxy.nfs.foo.smithi073.wfurmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.589062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mqzsnu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\nDeploy daemon haproxy.nfs.foo.smithi046.mqzsnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.590992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.swcula on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:05:22.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:21 smithi046 bash[24815]: cluster 2023-12-26T17:05:20.622349+0000 mgr.smithi046.hnrily (mgr.14180) 1300 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:23.084 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:05:23.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:22 smithi046 bash[24815]: audit 2023-12-26T17:05:22.281473+0000 mgr.smithi046.hnrily (mgr.14180) 1301 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:23.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:22 smithi046 bash[24815]: cluster 2023-12-26T17:05:22.623668+0000 mgr.smithi046.hnrily (mgr.14180) 1302 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:05:23.489 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:23 smithi073 bash[29040]: audit 2023-12-26T17:05:22.281473+0000 mgr.smithi046.hnrily (mgr.14180) 1301 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:23.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:23 smithi073 bash[29040]: cluster 2023-12-26T17:05:22.623668+0000 mgr.smithi046.hnrily (mgr.14180) 1302 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:05:24.085 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:05:25.850 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:25 smithi046 bash[24815]: cluster 2023-12-26T17:05:24.624132+0000 mgr.smithi046.hnrily (mgr.14180) 1303 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:25.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:25 smithi073 bash[29040]: cluster 2023-12-26T17:05:24.624132+0000 mgr.smithi046.hnrily (mgr.14180) 1303 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:27.380 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:05:27.380 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:26.798858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wfurmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\nDeploy daemon haproxy.nfs.foo.smithi073.wfurmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.589062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mqzsnu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\nDeploy daemon haproxy.nfs.foo.smithi046.mqzsnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.590992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.swcula on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:05:27.850 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:27 smithi046 bash[24815]: cluster 2023-12-26T17:05:26.625537+0000 mgr.smithi046.hnrily (mgr.14180) 1304 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:28.138 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:05:28.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:27 smithi073 bash[29040]: cluster 2023-12-26T17:05:26.625537+0000 mgr.smithi046.hnrily (mgr.14180) 1304 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:29.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:28 smithi046 bash[24815]: audit 2023-12-26T17:05:27.364901+0000 mgr.smithi046.hnrily (mgr.14180) 1305 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:29.139 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:05:29.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:28 smithi073 bash[29040]: audit 2023-12-26T17:05:27.364901+0000 mgr.smithi046.hnrily (mgr.14180) 1305 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:30.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:29 smithi046 bash[24815]: cluster 2023-12-26T17:05:28.626576+0000 mgr.smithi046.hnrily (mgr.14180) 1306 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:30.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:29 smithi073 bash[29040]: cluster 2023-12-26T17:05:28.626576+0000 mgr.smithi046.hnrily (mgr.14180) 1306 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:31.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:30 smithi073 bash[29040]: audit 2023-12-26T17:05:30.597198+0000 mon.smithi046 (mon.0) 974 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:05:31.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:30 smithi046 bash[24815]: audit 2023-12-26T17:05:30.597198+0000 mon.smithi046 (mon.0) 974 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:05:32.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:31 smithi073 bash[29040]: cluster 2023-12-26T17:05:30.627312+0000 mgr.smithi046.hnrily (mgr.14180) 1307 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:32.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:31 smithi073 bash[29040]: audit 2023-12-26T17:05:30.882205+0000 mon.smithi046 (mon.0) 975 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:05:32.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:31 smithi073 bash[29040]: audit 2023-12-26T17:05:30.883937+0000 mon.smithi046 (mon.0) 976 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T17:05:32.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:31 smithi073 bash[29040]: audit 2023-12-26T17:05:30.891273+0000 mon.smithi046 (mon.0) 977 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:05:32.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:31 smithi073 bash[29040]: cluster 2023-12-26T17:05:30.892063+0000 mgr.smithi046.hnrily (mgr.14180) 1308 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:05:32.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:31 smithi073 bash[29040]: audit 2023-12-26T17:05:30.898042+0000 mon.smithi046 (mon.0) 978 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T17:05:32.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:31 smithi073 bash[29040]: audit 2023-12-26T17:05:30.910045+0000 mon.smithi046 (mon.0) 979 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:05:32.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:31 smithi073 bash[29040]: cephadm 2023-12-26T17:05:30.914005+0000 mgr.smithi046.hnrily (mgr.14180) 1309 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.dtbzqz on smithi073 2023-12-26T17:05:32.294 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:05:32.294 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:03:22.606183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hehgzd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:26.798858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wfurmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\nDeploy daemon haproxy.nfs.foo.smithi073.wfurmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.589062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mqzsnu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\nDeploy daemon haproxy.nfs.foo.smithi046.mqzsnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.590992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.swcula on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:05:32.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:31 smithi046 bash[24815]: cluster 2023-12-26T17:05:30.627312+0000 mgr.smithi046.hnrily (mgr.14180) 1307 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:32.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:31 smithi046 bash[24815]: audit 2023-12-26T17:05:30.882205+0000 mon.smithi046 (mon.0) 975 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:05:32.346 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:31 smithi046 bash[24815]: audit 2023-12-26T17:05:30.883937+0000 mon.smithi046 (mon.0) 976 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T17:05:32.346 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:31 smithi046 bash[24815]: audit 2023-12-26T17:05:30.891273+0000 mon.smithi046 (mon.0) 977 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:05:32.346 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:31 smithi046 bash[24815]: cluster 2023-12-26T17:05:30.892063+0000 mgr.smithi046.hnrily (mgr.14180) 1308 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:05:32.346 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:31 smithi046 bash[24815]: audit 2023-12-26T17:05:30.898042+0000 mon.smithi046 (mon.0) 978 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T17:05:32.346 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:31 smithi046 bash[24815]: audit 2023-12-26T17:05:30.910045+0000 mon.smithi046 (mon.0) 979 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:05:32.346 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:31 smithi046 bash[24815]: cephadm 2023-12-26T17:05:30.914005+0000 mgr.smithi046.hnrily (mgr.14180) 1309 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.dtbzqz on smithi073 2023-12-26T17:05:33.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:05:33.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:32 smithi073 bash[29040]: cluster 2023-12-26T17:05:31.889499+0000 mon.smithi046 (mon.0) 980 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T17:05:33.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:32 smithi073 bash[29040]: cluster 2023-12-26T17:05:31.889558+0000 mon.smithi046 (mon.0) 981 : cluster [INF] Cluster is now healthy 2023-12-26T17:05:33.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:32 smithi046 bash[24815]: cluster 2023-12-26T17:05:31.889499+0000 mon.smithi046 (mon.0) 980 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T17:05:33.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:32 smithi046 bash[24815]: cluster 2023-12-26T17:05:31.889558+0000 mon.smithi046 (mon.0) 981 : cluster [INF] Cluster is now healthy 2023-12-26T17:05:34.065 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:05:34.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:33 smithi073 bash[29040]: audit 2023-12-26T17:05:32.283716+0000 mgr.smithi046.hnrily (mgr.14180) 1310 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:34.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:33 smithi073 bash[29040]: cluster 2023-12-26T17:05:32.892992+0000 mgr.smithi046.hnrily (mgr.14180) 1311 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:05:34.265 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:33 smithi046 bash[24815]: audit 2023-12-26T17:05:32.283716+0000 mgr.smithi046.hnrily (mgr.14180) 1310 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:34.265 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:33 smithi046 bash[24815]: cluster 2023-12-26T17:05:32.892992+0000 mgr.smithi046.hnrily (mgr.14180) 1311 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:05:35.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:35 smithi073 bash[29040]: cluster 2023-12-26T17:05:34.893689+0000 mgr.smithi046.hnrily (mgr.14180) 1312 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:05:35.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:35 smithi073 bash[29040]: audit 2023-12-26T17:05:34.973782+0000 mon.smithi046 (mon.0) 982 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.dtbzqz"}]: dispatch 2023-12-26T17:05:35.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:34 smithi046 bash[24815]: cluster 2023-12-26T17:05:34.893689+0000 mgr.smithi046.hnrily (mgr.14180) 1312 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:05:35.345 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:34 smithi046 bash[24815]: audit 2023-12-26T17:05:34.973782+0000 mon.smithi046 (mon.0) 982 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.dtbzqz"}]: dispatch 2023-12-26T17:05:37.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: cephadm 2023-12-26T17:05:34.972730+0000 mgr.smithi046.hnrily (mgr.14180) 1313 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz 2023-12-26T17:05:37.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:05:37.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz 2023-12-26T17:05:37.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz 2023-12-26T17:05:37.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:05:37.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz 2023-12-26T17:05:37.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.dtbzqz ... 2023-12-26T17:05:37.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:37.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:05:37.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:05:37.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:05:37.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:37.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T17:05:37.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:05:37.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T17:05:37.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:05:37.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T17:05:37.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz 2023-12-26T17:05:37.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:05:37.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz 2023-12-26T17:05:37.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz 2023-12-26T17:05:37.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:05:37.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz 2023-12-26T17:05:37.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.dtbzqz ... 2023-12-26T17:05:37.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:37.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:05:37.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:05:37.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:05:37.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:37.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: cephadm 2023-12-26T17:05:34.973203+0000 mgr.smithi046.hnrily (mgr.14180) 1314 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.dtbzqz 2023-12-26T17:05:37.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: cephadm 2023-12-26T17:05:34.975413+0000 mgr.smithi046.hnrily (mgr.14180) 1315 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.dtbzqz on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz 2023-12-26T17:05:37.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:05:37.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz 2023-12-26T17:05:37.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz 2023-12-26T17:05:37.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:05:37.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz 2023-12-26T17:05:37.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.dtbzqz ... 2023-12-26T17:05:37.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:37.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:05:37.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:05:37.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:05:37.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:37.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: cephadm 2023-12-26T17:05:34.980329+0000 mgr.smithi046.hnrily (mgr.14180) 1316 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.iancms on smithi046 2023-12-26T17:05:37.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:36 smithi046 bash[24815]: audit 2023-12-26T17:05:36.823230+0000 mon.smithi046 (mon.0) 983 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:05:37.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: cephadm 2023-12-26T17:05:34.972730+0000 mgr.smithi046.hnrily (mgr.14180) 1313 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz 2023-12-26T17:05:37.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:05:37.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz 2023-12-26T17:05:37.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz 2023-12-26T17:05:37.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:05:37.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz 2023-12-26T17:05:37.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.dtbzqz ... 2023-12-26T17:05:37.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:37.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:05:37.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:05:37.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:05:37.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:37.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T17:05:37.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:05:37.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T17:05:37.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:05:37.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T17:05:37.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz 2023-12-26T17:05:37.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:05:37.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz 2023-12-26T17:05:37.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz 2023-12-26T17:05:37.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:05:37.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz 2023-12-26T17:05:37.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.dtbzqz ... 2023-12-26T17:05:37.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:37.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:05:37.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:05:37.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:05:37.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:37.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: cephadm 2023-12-26T17:05:34.973203+0000 mgr.smithi046.hnrily (mgr.14180) 1314 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.dtbzqz 2023-12-26T17:05:37.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: cephadm 2023-12-26T17:05:34.975413+0000 mgr.smithi046.hnrily (mgr.14180) 1315 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.dtbzqz on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz 2023-12-26T17:05:37.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:05:37.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz 2023-12-26T17:05:37.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz 2023-12-26T17:05:37.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:05:37.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz 2023-12-26T17:05:37.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.dtbzqz ... 2023-12-26T17:05:37.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:37.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:05:37.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:05:37.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:05:37.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:37.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: cephadm 2023-12-26T17:05:34.980329+0000 mgr.smithi046.hnrily (mgr.14180) 1316 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.iancms on smithi046 2023-12-26T17:05:37.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:36 smithi073 bash[29040]: audit 2023-12-26T17:05:36.823230+0000 mon.smithi046 (mon.0) 983 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:05:37.249 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:05:37.250 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:04:26.798858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wfurmo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-wfurmo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.wfurmo\nDeploy daemon haproxy.nfs.foo.smithi073.wfurmo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.589062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mqzsnu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-mqzsnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.mqzsnu\nDeploy daemon haproxy.nfs.foo.smithi046.mqzsnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:04:30.590992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.swcula on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:34.975061Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dtbzqz on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\nDeploy daemon haproxy.nfs.foo.smithi073.dtbzqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:05:38.064 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:05:38.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:37 smithi046 bash[24815]: cluster 2023-12-26T17:05:36.894753+0000 mgr.smithi046.hnrily (mgr.14180) 1317 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:05:38.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:37 smithi073 bash[29040]: cluster 2023-12-26T17:05:36.894753+0000 mgr.smithi046.hnrily (mgr.14180) 1317 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-26T17:05:39.065 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:05:39.078 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:38 smithi046 bash[24815]: audit 2023-12-26T17:05:37.234663+0000 mgr.smithi046.hnrily (mgr.14180) 1318 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:39.079 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:38 smithi046 bash[24815]: audit 2023-12-26T17:05:38.762791+0000 mon.smithi046 (mon.0) 984 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.iancms"}]: dispatch 2023-12-26T17:05:39.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:38 smithi073 bash[29040]: audit 2023-12-26T17:05:37.234663+0000 mgr.smithi046.hnrily (mgr.14180) 1318 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:39.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:38 smithi073 bash[29040]: audit 2023-12-26T17:05:38.762791+0000 mon.smithi046 (mon.0) 984 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.iancms"}]: dispatch 2023-12-26T17:05:40.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: cephadm 2023-12-26T17:05:38.761700+0000 mgr.smithi046.hnrily (mgr.14180) 1319 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms 2023-12-26T17:05:40.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:05:40.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms 2023-12-26T17:05:40.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms 2023-12-26T17:05:40.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:05:40.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms 2023-12-26T17:05:40.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.iancms ... 2023-12-26T17:05:40.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:40.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:05:40.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:05:40.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:05:40.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:40.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T17:05:40.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:05:40.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T17:05:40.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:05:40.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T17:05:40.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms 2023-12-26T17:05:40.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:05:40.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms 2023-12-26T17:05:40.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms 2023-12-26T17:05:40.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:05:40.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms 2023-12-26T17:05:40.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.iancms ... 2023-12-26T17:05:40.102 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:40.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:05:40.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:05:40.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:05:40.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:40.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: cephadm 2023-12-26T17:05:38.762194+0000 mgr.smithi046.hnrily (mgr.14180) 1320 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.iancms 2023-12-26T17:05:40.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: cephadm 2023-12-26T17:05:38.764172+0000 mgr.smithi046.hnrily (mgr.14180) 1321 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.iancms on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms 2023-12-26T17:05:40.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:05:40.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms 2023-12-26T17:05:40.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms 2023-12-26T17:05:40.103 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:05:40.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms 2023-12-26T17:05:40.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.iancms ... 2023-12-26T17:05:40.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:40.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:05:40.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:05:40.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:05:40.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:40.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: cephadm 2023-12-26T17:05:38.767970+0000 mgr.smithi046.hnrily (mgr.14180) 1322 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.raziwa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:05:40.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: cephadm 2023-12-26T17:05:38.771466+0000 mgr.smithi046.hnrily (mgr.14180) 1323 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:05:40.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: cluster 2023-12-26T17:05:38.772373+0000 mgr.smithi046.hnrily (mgr.14180) 1324 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-26T17:05:40.104 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:39 smithi046 bash[24815]: cluster 2023-12-26T17:05:38.837854+0000 mon.smithi046 (mon.0) 985 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T17:05:40.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: cephadm 2023-12-26T17:05:38.761700+0000 mgr.smithi046.hnrily (mgr.14180) 1319 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms 2023-12-26T17:05:40.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:05:40.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms 2023-12-26T17:05:40.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms 2023-12-26T17:05:40.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:05:40.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms 2023-12-26T17:05:40.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.iancms ... 2023-12-26T17:05:40.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:40.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:05:40.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:05:40.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:05:40.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:40.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T17:05:40.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:05:40.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T17:05:40.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:05:40.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T17:05:40.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms 2023-12-26T17:05:40.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:05:40.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms 2023-12-26T17:05:40.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms 2023-12-26T17:05:40.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:05:40.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms 2023-12-26T17:05:40.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.iancms ... 2023-12-26T17:05:40.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:40.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:05:40.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:05:40.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:05:40.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:40.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: cephadm 2023-12-26T17:05:38.762194+0000 mgr.smithi046.hnrily (mgr.14180) 1320 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.iancms 2023-12-26T17:05:40.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: cephadm 2023-12-26T17:05:38.764172+0000 mgr.smithi046.hnrily (mgr.14180) 1321 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.iancms on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms 2023-12-26T17:05:40.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:05:40.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms 2023-12-26T17:05:40.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms 2023-12-26T17:05:40.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:05:40.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms 2023-12-26T17:05:40.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.iancms ... 2023-12-26T17:05:40.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:40.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:05:40.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:05:40.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:05:40.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:05:40.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: cephadm 2023-12-26T17:05:38.767970+0000 mgr.smithi046.hnrily (mgr.14180) 1322 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.raziwa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:05:40.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: cephadm 2023-12-26T17:05:38.771466+0000 mgr.smithi046.hnrily (mgr.14180) 1323 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:05:40.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: cluster 2023-12-26T17:05:38.772373+0000 mgr.smithi046.hnrily (mgr.14180) 1324 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-26T17:05:40.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:39 smithi073 bash[29040]: cluster 2023-12-26T17:05:38.837854+0000 mon.smithi046 (mon.0) 985 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T17:05:42.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:41 smithi073 bash[29040]: cluster 2023-12-26T17:05:40.773392+0000 mgr.smithi046.hnrily (mgr.14180) 1325 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-26T17:05:42.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:41 smithi073 bash[29040]: audit 2023-12-26T17:05:41.553160+0000 mon.smithi046 (mon.0) 986 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:05:42.310 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:05:42.310 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:34.975061Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dtbzqz on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\nDeploy daemon haproxy.nfs.foo.smithi073.dtbzqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.763959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iancms on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\nDeploy daemon haproxy.nfs.foo.smithi046.iancms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.767765Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.raziwa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:05:42.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:41 smithi046 bash[24815]: cluster 2023-12-26T17:05:40.773392+0000 mgr.smithi046.hnrily (mgr.14180) 1325 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-26T17:05:42.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:41 smithi046 bash[24815]: audit 2023-12-26T17:05:41.553160+0000 mon.smithi046 (mon.0) 986 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:05:43.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:05:44.064 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:05:44.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:43 smithi073 bash[29040]: audit 2023-12-26T17:05:42.300965+0000 mgr.smithi046.hnrily (mgr.14180) 1326 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:44.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:43 smithi073 bash[29040]: cluster 2023-12-26T17:05:42.774875+0000 mgr.smithi046.hnrily (mgr.14180) 1327 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 344 B/s rd, 0 op/s 2023-12-26T17:05:44.270 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:43 smithi046 bash[24815]: audit 2023-12-26T17:05:42.300965+0000 mgr.smithi046.hnrily (mgr.14180) 1326 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:44.270 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:43 smithi046 bash[24815]: cluster 2023-12-26T17:05:42.774875+0000 mgr.smithi046.hnrily (mgr.14180) 1327 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 344 B/s rd, 0 op/s 2023-12-26T17:05:46.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:45 smithi073 bash[29040]: cluster 2023-12-26T17:05:44.775890+0000 mgr.smithi046.hnrily (mgr.14180) 1328 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-26T17:05:46.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:45 smithi046 bash[24815]: cluster 2023-12-26T17:05:44.775890+0000 mgr.smithi046.hnrily (mgr.14180) 1328 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-26T17:05:47.312 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:05:47.312 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:34.975061Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dtbzqz on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\nDeploy daemon haproxy.nfs.foo.smithi073.dtbzqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.763959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iancms on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\nDeploy daemon haproxy.nfs.foo.smithi046.iancms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.767765Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.raziwa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:05:48.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:05:48.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:47 smithi073 bash[29040]: cluster 2023-12-26T17:05:46.777414+0000 mgr.smithi046.hnrily (mgr.14180) 1329 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-26T17:05:48.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:47 smithi046 bash[24815]: cluster 2023-12-26T17:05:46.777414+0000 mgr.smithi046.hnrily (mgr.14180) 1329 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-26T17:05:49.089 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:05:49.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:48 smithi073 bash[29040]: audit 2023-12-26T17:05:47.298612+0000 mgr.smithi046.hnrily (mgr.14180) 1330 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:49.296 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:48 smithi046 bash[24815]: audit 2023-12-26T17:05:47.298612+0000 mgr.smithi046.hnrily (mgr.14180) 1330 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:50.238 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:49 smithi046 bash[24815]: cluster 2023-12-26T17:05:48.778472+0000 mgr.smithi046.hnrily (mgr.14180) 1331 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-26T17:05:50.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:49 smithi073 bash[29040]: cluster 2023-12-26T17:05:48.778472+0000 mgr.smithi046.hnrily (mgr.14180) 1331 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-26T17:05:52.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:51 smithi073 bash[29040]: cluster 2023-12-26T17:05:50.779565+0000 mgr.smithi046.hnrily (mgr.14180) 1332 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:52.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:51 smithi073 bash[29040]: audit 2023-12-26T17:05:51.824253+0000 mon.smithi046 (mon.0) 987 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:05:52.323 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:05:52.323 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:34.975061Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dtbzqz on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\nDeploy daemon haproxy.nfs.foo.smithi073.dtbzqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.763959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iancms on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\nDeploy daemon haproxy.nfs.foo.smithi046.iancms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.767765Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.raziwa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:05:52.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:51 smithi046 bash[24815]: cluster 2023-12-26T17:05:50.779565+0000 mgr.smithi046.hnrily (mgr.14180) 1332 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:52.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:51 smithi046 bash[24815]: audit 2023-12-26T17:05:51.824253+0000 mon.smithi046 (mon.0) 987 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:05:53.081 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:05:54.082 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:05:54.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:53 smithi073 bash[29040]: audit 2023-12-26T17:05:52.309502+0000 mgr.smithi046.hnrily (mgr.14180) 1333 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:54.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:53 smithi073 bash[29040]: cluster 2023-12-26T17:05:52.781098+0000 mgr.smithi046.hnrily (mgr.14180) 1334 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:05:54.286 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:53 smithi046 bash[24815]: audit 2023-12-26T17:05:52.309502+0000 mgr.smithi046.hnrily (mgr.14180) 1333 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:54.287 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:53 smithi046 bash[24815]: cluster 2023-12-26T17:05:52.781098+0000 mgr.smithi046.hnrily (mgr.14180) 1334 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:05:56.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:55 smithi073 bash[29040]: cluster 2023-12-26T17:05:54.782082+0000 mgr.smithi046.hnrily (mgr.14180) 1335 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:56.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:55 smithi046 bash[24815]: cluster 2023-12-26T17:05:54.782082+0000 mgr.smithi046.hnrily (mgr.14180) 1335 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:57.442 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:05:57.442 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:34.975061Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dtbzqz on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\nDeploy daemon haproxy.nfs.foo.smithi073.dtbzqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.763959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iancms on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\nDeploy daemon haproxy.nfs.foo.smithi046.iancms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.767765Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.raziwa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:05:58.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:57 smithi046 bash[24815]: cluster 2023-12-26T17:05:56.783733+0000 mgr.smithi046.hnrily (mgr.14180) 1336 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:58.213 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:05:58.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:57 smithi073 bash[29040]: cluster 2023-12-26T17:05:56.783733+0000 mgr.smithi046.hnrily (mgr.14180) 1336 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:05:59.214 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:05:59.227 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:58 smithi046 bash[24815]: audit 2023-12-26T17:05:57.426429+0000 mgr.smithi046.hnrily (mgr.14180) 1337 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:05:59.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:58 smithi073 bash[29040]: audit 2023-12-26T17:05:57.426429+0000 mgr.smithi046.hnrily (mgr.14180) 1337 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:00.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:05:59 smithi073 bash[29040]: cluster 2023-12-26T17:05:58.784735+0000 mgr.smithi046.hnrily (mgr.14180) 1338 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:00.287 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:05:59 smithi046 bash[24815]: cluster 2023-12-26T17:05:58.784735+0000 mgr.smithi046.hnrily (mgr.14180) 1338 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:02.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:01 smithi046 bash[24815]: cluster 2023-12-26T17:06:00.785435+0000 mgr.smithi046.hnrily (mgr.14180) 1339 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:02.238 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:06:02.238 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:34.975061Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dtbzqz on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\nDeploy daemon haproxy.nfs.foo.smithi073.dtbzqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.763959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iancms on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\nDeploy daemon haproxy.nfs.foo.smithi046.iancms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.767765Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.raziwa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:06:02.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:01 smithi073 bash[29040]: cluster 2023-12-26T17:06:00.785435+0000 mgr.smithi046.hnrily (mgr.14180) 1339 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:02.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:06:03.948 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:06:04.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:03 smithi073 bash[29040]: audit 2023-12-26T17:06:02.224106+0000 mgr.smithi046.hnrily (mgr.14180) 1340 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:04.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:03 smithi073 bash[29040]: cluster 2023-12-26T17:06:02.786933+0000 mgr.smithi046.hnrily (mgr.14180) 1341 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:06:04.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:03 smithi046 bash[24815]: audit 2023-12-26T17:06:02.224106+0000 mgr.smithi046.hnrily (mgr.14180) 1340 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:04.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:03 smithi046 bash[24815]: cluster 2023-12-26T17:06:02.786933+0000 mgr.smithi046.hnrily (mgr.14180) 1341 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:06:06.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:05 smithi073 bash[29040]: cluster 2023-12-26T17:06:04.788067+0000 mgr.smithi046.hnrily (mgr.14180) 1342 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:06.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:05 smithi046 bash[24815]: cluster 2023-12-26T17:06:04.788067+0000 mgr.smithi046.hnrily (mgr.14180) 1342 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:07.217 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:06:07.217 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:34.975061Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dtbzqz on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\nDeploy daemon haproxy.nfs.foo.smithi073.dtbzqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.763959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iancms on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\nDeploy daemon haproxy.nfs.foo.smithi046.iancms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.767765Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.raziwa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:06:07.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:06:08.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:07 smithi073 bash[29040]: cluster 2023-12-26T17:06:06.789566+0000 mgr.smithi046.hnrily (mgr.14180) 1343 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:08.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:07 smithi046 bash[24815]: cluster 2023-12-26T17:06:06.789566+0000 mgr.smithi046.hnrily (mgr.14180) 1343 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:08.970 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:06:09.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:08 smithi073 bash[29040]: audit 2023-12-26T17:06:07.201084+0000 mgr.smithi046.hnrily (mgr.14180) 1344 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:09.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:08 smithi046 bash[24815]: audit 2023-12-26T17:06:07.201084+0000 mgr.smithi046.hnrily (mgr.14180) 1344 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:10.205 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:09 smithi046 bash[24815]: cluster 2023-12-26T17:06:08.790497+0000 mgr.smithi046.hnrily (mgr.14180) 1345 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:10.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:09 smithi073 bash[29040]: cluster 2023-12-26T17:06:08.790497+0000 mgr.smithi046.hnrily (mgr.14180) 1345 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:12.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:11 smithi046 bash[24815]: cluster 2023-12-26T17:06:10.791546+0000 mgr.smithi046.hnrily (mgr.14180) 1346 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:12.161 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:06:12.162 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:34.975061Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dtbzqz on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\nDeploy daemon haproxy.nfs.foo.smithi073.dtbzqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.763959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iancms on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\nDeploy daemon haproxy.nfs.foo.smithi046.iancms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.767765Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.raziwa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:06:12.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:11 smithi073 bash[29040]: cluster 2023-12-26T17:06:10.791546+0000 mgr.smithi046.hnrily (mgr.14180) 1346 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:12.959 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:06:13.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:12 smithi073 bash[29040]: audit 2023-12-26T17:06:12.146804+0000 mgr.smithi046.hnrily (mgr.14180) 1347 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:13.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:12 smithi073 bash[29040]: cluster 2023-12-26T17:06:12.792972+0000 mgr.smithi046.hnrily (mgr.14180) 1348 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:06:13.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:12 smithi046 bash[24815]: audit 2023-12-26T17:06:12.146804+0000 mgr.smithi046.hnrily (mgr.14180) 1347 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:13.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:12 smithi046 bash[24815]: cluster 2023-12-26T17:06:12.792972+0000 mgr.smithi046.hnrily (mgr.14180) 1348 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:06:13.960 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:06:16.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:15 smithi073 bash[29040]: cluster 2023-12-26T17:06:14.794000+0000 mgr.smithi046.hnrily (mgr.14180) 1349 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:16.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:15 smithi046 bash[24815]: cluster 2023-12-26T17:06:14.794000+0000 mgr.smithi046.hnrily (mgr.14180) 1349 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:17.500 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:06:17.500 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:34.975061Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dtbzqz on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\nDeploy daemon haproxy.nfs.foo.smithi073.dtbzqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.763959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iancms on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\nDeploy daemon haproxy.nfs.foo.smithi046.iancms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.767765Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.raziwa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:06:18.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:17 smithi046 bash[24815]: cluster 2023-12-26T17:06:16.795678+0000 mgr.smithi046.hnrily (mgr.14180) 1350 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:18.222 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:06:18.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:17 smithi073 bash[29040]: cluster 2023-12-26T17:06:16.795678+0000 mgr.smithi046.hnrily (mgr.14180) 1350 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:19.224 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:06:19.237 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:18 smithi046 bash[24815]: audit 2023-12-26T17:06:17.484415+0000 mgr.smithi046.hnrily (mgr.14180) 1351 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:19.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:18 smithi073 bash[29040]: audit 2023-12-26T17:06:17.484415+0000 mgr.smithi046.hnrily (mgr.14180) 1351 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:20.218 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:19 smithi046 bash[24815]: cluster 2023-12-26T17:06:18.796607+0000 mgr.smithi046.hnrily (mgr.14180) 1352 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:20.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:19 smithi073 bash[29040]: cluster 2023-12-26T17:06:18.796607+0000 mgr.smithi046.hnrily (mgr.14180) 1352 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:22.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:21 smithi073 bash[29040]: cluster 2023-12-26T17:06:20.797422+0000 mgr.smithi046.hnrily (mgr.14180) 1353 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:22.320 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:06:22.321 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:34.975061Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dtbzqz on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\nDeploy daemon haproxy.nfs.foo.smithi073.dtbzqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.763959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iancms on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\nDeploy daemon haproxy.nfs.foo.smithi046.iancms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.767765Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.raziwa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:06:22.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:21 smithi046 bash[24815]: cluster 2023-12-26T17:06:20.797422+0000 mgr.smithi046.hnrily (mgr.14180) 1353 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:23.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:06:24.046 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:06:24.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:23 smithi073 bash[29040]: audit 2023-12-26T17:06:22.303506+0000 mgr.smithi046.hnrily (mgr.14180) 1354 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:24.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:23 smithi073 bash[29040]: cluster 2023-12-26T17:06:22.798798+0000 mgr.smithi046.hnrily (mgr.14180) 1355 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:06:24.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:23 smithi046 bash[24815]: audit 2023-12-26T17:06:22.303506+0000 mgr.smithi046.hnrily (mgr.14180) 1354 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:24.251 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:23 smithi046 bash[24815]: cluster 2023-12-26T17:06:22.798798+0000 mgr.smithi046.hnrily (mgr.14180) 1355 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:06:26.145 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:25 smithi046 bash[24815]: cluster 2023-12-26T17:06:24.799823+0000 mgr.smithi046.hnrily (mgr.14180) 1356 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:26.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:25 smithi073 bash[29040]: cluster 2023-12-26T17:06:24.799823+0000 mgr.smithi046.hnrily (mgr.14180) 1356 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:27.512 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:06:27.512 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:34.975061Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dtbzqz on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\nDeploy daemon haproxy.nfs.foo.smithi073.dtbzqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.763959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iancms on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\nDeploy daemon haproxy.nfs.foo.smithi046.iancms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.767765Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.raziwa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:06:28.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:27 smithi046 bash[24815]: cluster 2023-12-26T17:06:26.801345+0000 mgr.smithi046.hnrily (mgr.14180) 1357 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:28.234 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:06:28.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:27 smithi073 bash[29040]: cluster 2023-12-26T17:06:26.801345+0000 mgr.smithi046.hnrily (mgr.14180) 1357 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:29.236 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:06:29.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:28 smithi073 bash[29040]: audit 2023-12-26T17:06:27.498168+0000 mgr.smithi046.hnrily (mgr.14180) 1358 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:29.248 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:28 smithi046 bash[24815]: audit 2023-12-26T17:06:27.498168+0000 mgr.smithi046.hnrily (mgr.14180) 1358 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:30.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:29 smithi073 bash[29040]: cluster 2023-12-26T17:06:28.802303+0000 mgr.smithi046.hnrily (mgr.14180) 1359 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:30.308 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:29 smithi046 bash[24815]: cluster 2023-12-26T17:06:28.802303+0000 mgr.smithi046.hnrily (mgr.14180) 1359 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:32.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:31 smithi073 bash[29040]: cluster 2023-12-26T17:06:30.803426+0000 mgr.smithi046.hnrily (mgr.14180) 1360 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:32.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:31 smithi046 bash[24815]: cluster 2023-12-26T17:06:30.803426+0000 mgr.smithi046.hnrily (mgr.14180) 1360 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:32.429 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:06:32.429 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:34.975061Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dtbzqz on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\nDeploy daemon haproxy.nfs.foo.smithi073.dtbzqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.763959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iancms on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\nDeploy daemon haproxy.nfs.foo.smithi046.iancms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.767765Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.raziwa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:06:33.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:06:34.203 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:06:34.214 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:33 smithi046 bash[24815]: audit 2023-12-26T17:06:32.412899+0000 mgr.smithi046.hnrily (mgr.14180) 1361 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:34.214 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:33 smithi046 bash[24815]: cluster 2023-12-26T17:06:32.804756+0000 mgr.smithi046.hnrily (mgr.14180) 1362 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:06:34.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:33 smithi073 bash[29040]: audit 2023-12-26T17:06:32.412899+0000 mgr.smithi046.hnrily (mgr.14180) 1361 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:34.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:33 smithi073 bash[29040]: cluster 2023-12-26T17:06:32.804756+0000 mgr.smithi046.hnrily (mgr.14180) 1362 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:06:36.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:35 smithi073 bash[29040]: cluster 2023-12-26T17:06:34.805717+0000 mgr.smithi046.hnrily (mgr.14180) 1363 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:36.284 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:35 smithi046 bash[24815]: cluster 2023-12-26T17:06:34.805717+0000 mgr.smithi046.hnrily (mgr.14180) 1363 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:37.581 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:06:37.582 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:34.975061Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dtbzqz on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\nDeploy daemon haproxy.nfs.foo.smithi073.dtbzqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.763959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iancms on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\nDeploy daemon haproxy.nfs.foo.smithi046.iancms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.767765Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.raziwa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:06:38.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:37 smithi046 bash[24815]: cluster 2023-12-26T17:06:36.807238+0000 mgr.smithi046.hnrily (mgr.14180) 1364 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:38.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:37 smithi073 bash[29040]: cluster 2023-12-26T17:06:36.807238+0000 mgr.smithi046.hnrily (mgr.14180) 1364 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:38.375 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:06:39.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:38 smithi073 bash[29040]: audit 2023-12-26T17:06:37.566392+0000 mgr.smithi046.hnrily (mgr.14180) 1365 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:39.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:38 smithi073 bash[29040]: audit 2023-12-26T17:06:38.775437+0000 mon.smithi046 (mon.0) 988 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:06:39.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:38 smithi046 bash[24815]: audit 2023-12-26T17:06:37.566392+0000 mgr.smithi046.hnrily (mgr.14180) 1365 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:39.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:38 smithi046 bash[24815]: audit 2023-12-26T17:06:38.775437+0000 mon.smithi046 (mon.0) 988 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:06:39.377 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:06:40.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:39 smithi073 bash[29040]: cluster 2023-12-26T17:06:38.807997+0000 mgr.smithi046.hnrily (mgr.14180) 1366 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:40.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:39 smithi073 bash[29040]: audit 2023-12-26T17:06:39.103205+0000 mon.smithi046 (mon.0) 989 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:06:40.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:39 smithi073 bash[29040]: audit 2023-12-26T17:06:39.104455+0000 mon.smithi046 (mon.0) 990 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T17:06:40.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:39 smithi073 bash[29040]: audit 2023-12-26T17:06:39.112252+0000 mon.smithi046 (mon.0) 991 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:06:40.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:39 smithi073 bash[29040]: audit 2023-12-26T17:06:39.119966+0000 mon.smithi046 (mon.0) 992 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T17:06:40.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:39 smithi073 bash[29040]: audit 2023-12-26T17:06:39.135547+0000 mon.smithi046 (mon.0) 993 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:06:40.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:39 smithi046 bash[24815]: cluster 2023-12-26T17:06:38.807997+0000 mgr.smithi046.hnrily (mgr.14180) 1366 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:06:40.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:39 smithi046 bash[24815]: audit 2023-12-26T17:06:39.103205+0000 mon.smithi046 (mon.0) 989 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:06:40.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:39 smithi046 bash[24815]: audit 2023-12-26T17:06:39.104455+0000 mon.smithi046 (mon.0) 990 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T17:06:40.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:39 smithi046 bash[24815]: audit 2023-12-26T17:06:39.112252+0000 mon.smithi046 (mon.0) 991 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:06:40.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:39 smithi046 bash[24815]: audit 2023-12-26T17:06:39.119966+0000 mon.smithi046 (mon.0) 992 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T17:06:40.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:39 smithi046 bash[24815]: audit 2023-12-26T17:06:39.135547+0000 mon.smithi046 (mon.0) 993 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:06:41.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:40 smithi073 bash[29040]: cluster 2023-12-26T17:06:39.113126+0000 mgr.smithi046.hnrily (mgr.14180) 1367 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:06:41.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:40 smithi073 bash[29040]: cephadm 2023-12-26T17:06:39.140948+0000 mgr.smithi046.hnrily (mgr.14180) 1368 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.hagttu on smithi073 2023-12-26T17:06:41.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:40 smithi073 bash[29040]: cluster 2023-12-26T17:06:40.108756+0000 mon.smithi046 (mon.0) 994 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T17:06:41.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:40 smithi073 bash[29040]: cluster 2023-12-26T17:06:40.108815+0000 mon.smithi046 (mon.0) 995 : cluster [INF] Cluster is now healthy 2023-12-26T17:06:41.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:40 smithi046 bash[24815]: cluster 2023-12-26T17:06:39.113126+0000 mgr.smithi046.hnrily (mgr.14180) 1367 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:06:41.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:40 smithi046 bash[24815]: cephadm 2023-12-26T17:06:39.140948+0000 mgr.smithi046.hnrily (mgr.14180) 1368 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.hagttu on smithi073 2023-12-26T17:06:41.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:40 smithi046 bash[24815]: cluster 2023-12-26T17:06:40.108756+0000 mon.smithi046 (mon.0) 994 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T17:06:41.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:40 smithi046 bash[24815]: cluster 2023-12-26T17:06:40.108815+0000 mon.smithi046 (mon.0) 995 : cluster [INF] Cluster is now healthy 2023-12-26T17:06:42.694 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:06:42.694 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:04:30.592652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.pcbslu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:34.975061Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dtbzqz on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dtbzqz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dtbzqz\nDeploy daemon haproxy.nfs.foo.smithi073.dtbzqz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.763959Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iancms on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-iancms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.iancms\nDeploy daemon haproxy.nfs.foo.smithi046.iancms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:05:38.767765Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.raziwa on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:06:43.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:42 smithi046 bash[24815]: cluster 2023-12-26T17:06:41.114339+0000 mgr.smithi046.hnrily (mgr.14180) 1369 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 397 B/s rd, 0 op/s 2023-12-26T17:06:43.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:42 smithi073 bash[29040]: cluster 2023-12-26T17:06:41.114339+0000 mgr.smithi046.hnrily (mgr.14180) 1369 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 397 B/s rd, 0 op/s 2023-12-26T17:06:43.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:06:44.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:43 smithi073 bash[29040]: audit 2023-12-26T17:06:42.678439+0000 mgr.smithi046.hnrily (mgr.14180) 1370 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:44.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:43 smithi073 bash[29040]: audit 2023-12-26T17:06:43.513746+0000 mon.smithi046 (mon.0) 996 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.hagttu"}]: dispatch 2023-12-26T17:06:44.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:43 smithi046 bash[24815]: audit 2023-12-26T17:06:42.678439+0000 mgr.smithi046.hnrily (mgr.14180) 1370 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:44.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:43 smithi046 bash[24815]: audit 2023-12-26T17:06:43.513746+0000 mon.smithi046 (mon.0) 996 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.hagttu"}]: dispatch 2023-12-26T17:06:44.488 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:06:45.103 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:44 smithi073 bash[29040]: cluster 2023-12-26T17:06:43.115071+0000 mgr.smithi046.hnrily (mgr.14180) 1371 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:06:45.103 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: cephadm 2023-12-26T17:06:43.512811+0000 mgr.smithi046.hnrily (mgr.14180) 1372 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu 2023-12-26T17:06:45.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:44 smithi046 bash[24815]: cluster 2023-12-26T17:06:43.115071+0000 mgr.smithi046.hnrily (mgr.14180) 1371 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:06:45.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:44 smithi046 bash[24815]: cephadm 2023-12-26T17:06:43.512811+0000 mgr.smithi046.hnrily (mgr.14180) 1372 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu 2023-12-26T17:06:45.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:44 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:06:45.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:44 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu 2023-12-26T17:06:45.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:44 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu 2023-12-26T17:06:45.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:44 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:06:45.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:44 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu 2023-12-26T17:06:45.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:44 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.hagttu ... 2023-12-26T17:06:45.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:44 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:45.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:44 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:06:45.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:44 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:06:45.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:44 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:06:45.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:44 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:45.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:44 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T17:06:45.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:44 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:06:45.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T17:06:45.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:06:45.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T17:06:45.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu 2023-12-26T17:06:45.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:06:45.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu 2023-12-26T17:06:45.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu 2023-12-26T17:06:45.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:06:45.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu 2023-12-26T17:06:45.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.hagttu ... 2023-12-26T17:06:45.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:45.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:06:45.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:06:45.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:06:45.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:45.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: cephadm 2023-12-26T17:06:43.513212+0000 mgr.smithi046.hnrily (mgr.14180) 1373 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.hagttu 2023-12-26T17:06:45.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: cephadm 2023-12-26T17:06:43.515005+0000 mgr.smithi046.hnrily (mgr.14180) 1374 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.hagttu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu 2023-12-26T17:06:45.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:06:45.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu 2023-12-26T17:06:45.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu 2023-12-26T17:06:45.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:06:45.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu 2023-12-26T17:06:45.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.hagttu ... 2023-12-26T17:06:45.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:45.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:06:45.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:06:45.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:06:45.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:45.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:45 smithi046 bash[24815]: cephadm 2023-12-26T17:06:43.518511+0000 mgr.smithi046.hnrily (mgr.14180) 1375 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.rlksjw on smithi046 2023-12-26T17:06:45.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:06:45.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu 2023-12-26T17:06:45.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu 2023-12-26T17:06:45.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:06:45.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu 2023-12-26T17:06:45.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.hagttu ... 2023-12-26T17:06:45.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:45.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:06:45.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:06:45.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:06:45.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:45.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T17:06:45.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:06:45.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T17:06:45.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:06:45.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T17:06:45.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu 2023-12-26T17:06:45.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:06:45.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu 2023-12-26T17:06:45.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu 2023-12-26T17:06:45.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:06:45.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu 2023-12-26T17:06:45.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.hagttu ... 2023-12-26T17:06:45.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:45.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:06:45.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:06:45.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:06:45.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:45.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: cephadm 2023-12-26T17:06:43.513212+0000 mgr.smithi046.hnrily (mgr.14180) 1373 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.hagttu 2023-12-26T17:06:45.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: cephadm 2023-12-26T17:06:43.515005+0000 mgr.smithi046.hnrily (mgr.14180) 1374 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.hagttu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu 2023-12-26T17:06:45.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:06:45.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu 2023-12-26T17:06:45.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu 2023-12-26T17:06:45.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:06:45.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu 2023-12-26T17:06:45.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.hagttu ... 2023-12-26T17:06:45.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:45.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:06:45.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:06:45.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:06:45.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:45.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:45 smithi073 bash[29040]: cephadm 2023-12-26T17:06:43.518511+0000 mgr.smithi046.hnrily (mgr.14180) 1375 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.rlksjw on smithi046 2023-12-26T17:06:47.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:46 smithi046 bash[24815]: cluster 2023-12-26T17:06:45.115749+0000 mgr.smithi046.hnrily (mgr.14180) 1376 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:06:47.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:46 smithi073 bash[29040]: cluster 2023-12-26T17:06:45.115749+0000 mgr.smithi046.hnrily (mgr.14180) 1376 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:06:48.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:47 smithi046 bash[24815]: audit 2023-12-26T17:06:47.839171+0000 mon.smithi046 (mon.0) 997 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.rlksjw"}]: dispatch 2023-12-26T17:06:48.180 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:06:48.180 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:43.514813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.hagttu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\nDeploy daemon haproxy.nfs.foo.smithi073.hagttu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.840394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rlksjw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\nDeploy daemon haproxy.nfs.foo.smithi046.rlksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.842480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qcikar on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:06:48.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:47 smithi073 bash[29040]: audit 2023-12-26T17:06:47.839171+0000 mon.smithi046 (mon.0) 997 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.rlksjw"}]: dispatch 2023-12-26T17:06:49.008 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:06:49.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: cluster 2023-12-26T17:06:47.116962+0000 mgr.smithi046.hnrily (mgr.14180) 1377 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:06:49.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: cephadm 2023-12-26T17:06:47.838180+0000 mgr.smithi046.hnrily (mgr.14180) 1378 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw 2023-12-26T17:06:49.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:06:49.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw 2023-12-26T17:06:49.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw 2023-12-26T17:06:49.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:06:49.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw 2023-12-26T17:06:49.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.rlksjw ... 2023-12-26T17:06:49.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:49.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:06:49.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:06:49.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:06:49.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:49.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T17:06:49.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:06:49.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T17:06:49.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:06:49.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T17:06:49.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw 2023-12-26T17:06:49.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:06:49.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw 2023-12-26T17:06:49.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw 2023-12-26T17:06:49.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:06:49.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw 2023-12-26T17:06:49.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.rlksjw ... 2023-12-26T17:06:49.245 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:49.245 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:06:49.245 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:06:49.245 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:06:49.245 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:49.245 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: cephadm 2023-12-26T17:06:47.838561+0000 mgr.smithi046.hnrily (mgr.14180) 1379 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.rlksjw 2023-12-26T17:06:49.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: cephadm 2023-12-26T17:06:47.840577+0000 mgr.smithi046.hnrily (mgr.14180) 1380 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.rlksjw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw 2023-12-26T17:06:49.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:06:49.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw 2023-12-26T17:06:49.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw 2023-12-26T17:06:49.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:06:49.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw 2023-12-26T17:06:49.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.rlksjw ... 2023-12-26T17:06:49.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:49.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:06:49.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:06:49.247 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:06:49.247 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:49.247 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: cephadm 2023-12-26T17:06:47.842589+0000 mgr.smithi046.hnrily (mgr.14180) 1381 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.qcikar on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:06:49.247 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: cephadm 2023-12-26T17:06:47.844285+0000 mgr.smithi046.hnrily (mgr.14180) 1382 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:06:49.247 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: cluster 2023-12-26T17:06:47.845218+0000 mgr.smithi046.hnrily (mgr.14180) 1383 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 226 B/s rd, 0 op/s 2023-12-26T17:06:49.247 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:48 smithi073 bash[29040]: cluster 2023-12-26T17:06:47.850461+0000 mon.smithi046 (mon.0) 998 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T17:06:49.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: cluster 2023-12-26T17:06:47.116962+0000 mgr.smithi046.hnrily (mgr.14180) 1377 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:06:49.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: cephadm 2023-12-26T17:06:47.838180+0000 mgr.smithi046.hnrily (mgr.14180) 1378 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw 2023-12-26T17:06:49.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:06:49.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw 2023-12-26T17:06:49.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw 2023-12-26T17:06:49.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:06:49.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw 2023-12-26T17:06:49.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.rlksjw ... 2023-12-26T17:06:49.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:49.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:06:49.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:06:49.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:06:49.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:49.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T17:06:49.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:06:49.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T17:06:49.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:06:49.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T17:06:49.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw 2023-12-26T17:06:49.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:06:49.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw 2023-12-26T17:06:49.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw 2023-12-26T17:06:49.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:06:49.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw 2023-12-26T17:06:49.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.rlksjw ... 2023-12-26T17:06:49.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:49.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:06:49.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:06:49.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:06:49.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:49.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: cephadm 2023-12-26T17:06:47.838561+0000 mgr.smithi046.hnrily (mgr.14180) 1379 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.rlksjw 2023-12-26T17:06:49.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: cephadm 2023-12-26T17:06:47.840577+0000 mgr.smithi046.hnrily (mgr.14180) 1380 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.rlksjw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw 2023-12-26T17:06:49.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:06:49.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw 2023-12-26T17:06:49.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw 2023-12-26T17:06:49.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:06:49.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw 2023-12-26T17:06:49.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.rlksjw ... 2023-12-26T17:06:49.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:49.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:06:49.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:06:49.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:06:49.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:06:49.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: cephadm 2023-12-26T17:06:47.842589+0000 mgr.smithi046.hnrily (mgr.14180) 1381 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.qcikar on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:06:49.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: cephadm 2023-12-26T17:06:47.844285+0000 mgr.smithi046.hnrily (mgr.14180) 1382 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:06:49.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: cluster 2023-12-26T17:06:47.845218+0000 mgr.smithi046.hnrily (mgr.14180) 1383 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 226 B/s rd, 0 op/s 2023-12-26T17:06:49.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:48 smithi046 bash[24815]: cluster 2023-12-26T17:06:47.850461+0000 mon.smithi046 (mon.0) 998 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T17:06:50.009 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:06:50.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:49 smithi073 bash[29040]: audit 2023-12-26T17:06:48.166162+0000 mgr.smithi046.hnrily (mgr.14180) 1384 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:50.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:49 smithi046 bash[24815]: audit 2023-12-26T17:06:48.166162+0000 mgr.smithi046.hnrily (mgr.14180) 1384 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:51.210 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:50 smithi046 bash[24815]: cluster 2023-12-26T17:06:49.846102+0000 mgr.smithi046.hnrily (mgr.14180) 1385 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2023-12-26T17:06:51.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:50 smithi073 bash[29040]: cluster 2023-12-26T17:06:49.846102+0000 mgr.smithi046.hnrily (mgr.14180) 1385 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2023-12-26T17:06:52.989 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:52 smithi073 bash[29040]: audit 2023-12-26T17:06:51.600009+0000 mon.smithi046 (mon.0) 999 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:06:52.990 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:52 smithi073 bash[29040]: cluster 2023-12-26T17:06:51.847589+0000 mgr.smithi046.hnrily (mgr.14180) 1386 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2023-12-26T17:06:53.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:52 smithi046 bash[24815]: audit 2023-12-26T17:06:51.600009+0000 mon.smithi046 (mon.0) 999 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:06:53.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:52 smithi046 bash[24815]: cluster 2023-12-26T17:06:51.847589+0000 mgr.smithi046.hnrily (mgr.14180) 1386 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2023-12-26T17:06:53.207 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:06:53.207 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:43.514813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.hagttu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\nDeploy daemon haproxy.nfs.foo.smithi073.hagttu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.840394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rlksjw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\nDeploy daemon haproxy.nfs.foo.smithi046.rlksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.842480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qcikar on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:06:53.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:06:54.924 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:06:55.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:54 smithi073 bash[29040]: audit 2023-12-26T17:06:53.192945+0000 mgr.smithi046.hnrily (mgr.14180) 1387 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:55.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:54 smithi073 bash[29040]: cluster 2023-12-26T17:06:53.848129+0000 mgr.smithi046.hnrily (mgr.14180) 1388 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2023-12-26T17:06:55.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:54 smithi046 bash[24815]: audit 2023-12-26T17:06:53.192945+0000 mgr.smithi046.hnrily (mgr.14180) 1387 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:06:55.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:54 smithi046 bash[24815]: cluster 2023-12-26T17:06:53.848129+0000 mgr.smithi046.hnrily (mgr.14180) 1388 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2023-12-26T17:06:57.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:56 smithi073 bash[29040]: cluster 2023-12-26T17:06:55.848788+0000 mgr.smithi046.hnrily (mgr.14180) 1389 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2023-12-26T17:06:57.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:56 smithi046 bash[24815]: cluster 2023-12-26T17:06:55.848788+0000 mgr.smithi046.hnrily (mgr.14180) 1389 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2023-12-26T17:06:58.193 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:06:58.193 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:43.514813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.hagttu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\nDeploy daemon haproxy.nfs.foo.smithi073.hagttu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.840394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rlksjw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\nDeploy daemon haproxy.nfs.foo.smithi046.rlksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.842480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qcikar on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:06:58.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:06:59.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:58 smithi073 bash[29040]: cluster 2023-12-26T17:06:57.850521+0000 mgr.smithi046.hnrily (mgr.14180) 1390 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2023-12-26T17:06:59.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:58 smithi046 bash[24815]: cluster 2023-12-26T17:06:57.850521+0000 mgr.smithi046.hnrily (mgr.14180) 1390 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2023-12-26T17:06:59.945 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:07:00.152 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:06:59 smithi046 bash[24815]: audit 2023-12-26T17:06:58.178903+0000 mgr.smithi046.hnrily (mgr.14180) 1391 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:00.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:06:59 smithi073 bash[29040]: audit 2023-12-26T17:06:58.178903+0000 mgr.smithi046.hnrily (mgr.14180) 1391 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:01.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:00 smithi073 bash[29040]: cluster 2023-12-26T17:06:59.851512+0000 mgr.smithi046.hnrily (mgr.14180) 1392 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:01.269 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:00 smithi046 bash[24815]: cluster 2023-12-26T17:06:59.851512+0000 mgr.smithi046.hnrily (mgr.14180) 1392 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:03.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:02 smithi046 bash[24815]: cluster 2023-12-26T17:07:01.852969+0000 mgr.smithi046.hnrily (mgr.14180) 1393 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:07:03.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:02 smithi073 bash[29040]: cluster 2023-12-26T17:07:01.852969+0000 mgr.smithi046.hnrily (mgr.14180) 1393 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:07:03.265 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:07:03.266 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:43.514813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.hagttu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\nDeploy daemon haproxy.nfs.foo.smithi073.hagttu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.840394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rlksjw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\nDeploy daemon haproxy.nfs.foo.smithi046.rlksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.842480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qcikar on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:07:04.060 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:07:05.061 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:07:05.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:04 smithi073 bash[29040]: audit 2023-12-26T17:07:03.256165+0000 mgr.smithi046.hnrily (mgr.14180) 1394 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:05.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:04 smithi073 bash[29040]: cluster 2023-12-26T17:07:03.853666+0000 mgr.smithi046.hnrily (mgr.14180) 1395 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:05.264 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:04 smithi046 bash[24815]: audit 2023-12-26T17:07:03.256165+0000 mgr.smithi046.hnrily (mgr.14180) 1394 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:05.264 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:04 smithi046 bash[24815]: cluster 2023-12-26T17:07:03.853666+0000 mgr.smithi046.hnrily (mgr.14180) 1395 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:07.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:06 smithi073 bash[29040]: cluster 2023-12-26T17:07:05.854726+0000 mgr.smithi046.hnrily (mgr.14180) 1396 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:07.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:06 smithi046 bash[24815]: cluster 2023-12-26T17:07:05.854726+0000 mgr.smithi046.hnrily (mgr.14180) 1396 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:08.358 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:07:08.359 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:43.514813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.hagttu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\nDeploy daemon haproxy.nfs.foo.smithi073.hagttu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.840394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rlksjw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\nDeploy daemon haproxy.nfs.foo.smithi046.rlksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.842480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qcikar on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:07:09.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:07:09.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:08 smithi073 bash[29040]: cluster 2023-12-26T17:07:07.856145+0000 mgr.smithi046.hnrily (mgr.14180) 1397 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:09.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:08 smithi046 bash[24815]: cluster 2023-12-26T17:07:07.856145+0000 mgr.smithi046.hnrily (mgr.14180) 1397 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:10.064 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:07:10.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:09 smithi073 bash[29040]: audit 2023-12-26T17:07:08.343644+0000 mgr.smithi046.hnrily (mgr.14180) 1398 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:10.264 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:09 smithi046 bash[24815]: audit 2023-12-26T17:07:08.343644+0000 mgr.smithi046.hnrily (mgr.14180) 1398 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:11.178 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:10 smithi046 bash[24815]: cluster 2023-12-26T17:07:09.857130+0000 mgr.smithi046.hnrily (mgr.14180) 1399 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:11.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:10 smithi073 bash[29040]: cluster 2023-12-26T17:07:09.857130+0000 mgr.smithi046.hnrily (mgr.14180) 1399 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:13.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:12 smithi073 bash[29040]: cluster 2023-12-26T17:07:11.858603+0000 mgr.smithi046.hnrily (mgr.14180) 1400 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:07:13.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:12 smithi046 bash[24815]: cluster 2023-12-26T17:07:11.858603+0000 mgr.smithi046.hnrily (mgr.14180) 1400 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:07:13.399 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:07:13.399 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:43.514813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.hagttu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\nDeploy daemon haproxy.nfs.foo.smithi073.hagttu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.840394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rlksjw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\nDeploy daemon haproxy.nfs.foo.smithi046.rlksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.842480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qcikar on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:07:14.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:07:15.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:14 smithi073 bash[29040]: audit 2023-12-26T17:07:13.381601+0000 mgr.smithi046.hnrily (mgr.14180) 1401 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:15.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:14 smithi073 bash[29040]: cluster 2023-12-26T17:07:13.859264+0000 mgr.smithi046.hnrily (mgr.14180) 1402 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:15.245 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:07:15.258 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:14 smithi046 bash[24815]: audit 2023-12-26T17:07:13.381601+0000 mgr.smithi046.hnrily (mgr.14180) 1401 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:15.258 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:14 smithi046 bash[24815]: cluster 2023-12-26T17:07:13.859264+0000 mgr.smithi046.hnrily (mgr.14180) 1402 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:17.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:16 smithi046 bash[24815]: cluster 2023-12-26T17:07:15.860288+0000 mgr.smithi046.hnrily (mgr.14180) 1403 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:17.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:16 smithi073 bash[29040]: cluster 2023-12-26T17:07:15.860288+0000 mgr.smithi046.hnrily (mgr.14180) 1403 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:18.640 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:07:18.641 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:43.514813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.hagttu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\nDeploy daemon haproxy.nfs.foo.smithi073.hagttu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.840394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rlksjw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\nDeploy daemon haproxy.nfs.foo.smithi046.rlksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.842480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qcikar on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:07:19.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:18 smithi046 bash[24815]: cluster 2023-12-26T17:07:17.861711+0000 mgr.smithi046.hnrily (mgr.14180) 1404 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:19.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:18 smithi073 bash[29040]: cluster 2023-12-26T17:07:17.861711+0000 mgr.smithi046.hnrily (mgr.14180) 1404 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:19.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:07:20.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:19 smithi073 bash[29040]: audit 2023-12-26T17:07:18.626597+0000 mgr.smithi046.hnrily (mgr.14180) 1405 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:20.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:19 smithi046 bash[24815]: audit 2023-12-26T17:07:18.626597+0000 mgr.smithi046.hnrily (mgr.14180) 1405 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:20.387 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:07:21.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:20 smithi073 bash[29040]: cluster 2023-12-26T17:07:19.862722+0000 mgr.smithi046.hnrily (mgr.14180) 1406 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:21.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:20 smithi046 bash[24815]: cluster 2023-12-26T17:07:19.862722+0000 mgr.smithi046.hnrily (mgr.14180) 1406 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:23.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:22 smithi073 bash[29040]: cluster 2023-12-26T17:07:21.863512+0000 mgr.smithi046.hnrily (mgr.14180) 1407 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:07:23.245 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:22 smithi046 bash[24815]: cluster 2023-12-26T17:07:21.863512+0000 mgr.smithi046.hnrily (mgr.14180) 1407 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:07:23.677 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:07:23.678 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:43.514813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.hagttu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\nDeploy daemon haproxy.nfs.foo.smithi073.hagttu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.840394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rlksjw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\nDeploy daemon haproxy.nfs.foo.smithi046.rlksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.842480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qcikar on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:07:24.439 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:07:25.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:24 smithi073 bash[29040]: audit 2023-12-26T17:07:23.661201+0000 mgr.smithi046.hnrily (mgr.14180) 1408 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:25.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:24 smithi073 bash[29040]: cluster 2023-12-26T17:07:23.864082+0000 mgr.smithi046.hnrily (mgr.14180) 1409 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:25.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:24 smithi046 bash[24815]: audit 2023-12-26T17:07:23.661201+0000 mgr.smithi046.hnrily (mgr.14180) 1408 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:25.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:24 smithi046 bash[24815]: cluster 2023-12-26T17:07:23.864082+0000 mgr.smithi046.hnrily (mgr.14180) 1409 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:25.439 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:07:27.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:26 smithi046 bash[24815]: cluster 2023-12-26T17:07:25.865208+0000 mgr.smithi046.hnrily (mgr.14180) 1410 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:27.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:26 smithi073 bash[29040]: cluster 2023-12-26T17:07:25.865208+0000 mgr.smithi046.hnrily (mgr.14180) 1410 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:28.859 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:07:28.859 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:43.514813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.hagttu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\nDeploy daemon haproxy.nfs.foo.smithi073.hagttu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.840394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rlksjw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\nDeploy daemon haproxy.nfs.foo.smithi046.rlksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.842480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qcikar on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:07:29.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:28 smithi073 bash[29040]: cluster 2023-12-26T17:07:27.865985+0000 mgr.smithi046.hnrily (mgr.14180) 1411 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:29.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:28 smithi046 bash[24815]: cluster 2023-12-26T17:07:27.865985+0000 mgr.smithi046.hnrily (mgr.14180) 1411 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:29.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:07:30.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:29 smithi073 bash[29040]: audit 2023-12-26T17:07:28.845003+0000 mgr.smithi046.hnrily (mgr.14180) 1412 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:30.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:29 smithi046 bash[24815]: audit 2023-12-26T17:07:28.845003+0000 mgr.smithi046.hnrily (mgr.14180) 1412 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:30.640 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:07:31.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:30 smithi046 bash[24815]: cluster 2023-12-26T17:07:29.866915+0000 mgr.smithi046.hnrily (mgr.14180) 1413 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:31.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:30 smithi073 bash[29040]: cluster 2023-12-26T17:07:29.866915+0000 mgr.smithi046.hnrily (mgr.14180) 1413 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:33.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:32 smithi046 bash[24815]: cluster 2023-12-26T17:07:31.868061+0000 mgr.smithi046.hnrily (mgr.14180) 1414 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:07:33.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:32 smithi073 bash[29040]: cluster 2023-12-26T17:07:31.868061+0000 mgr.smithi046.hnrily (mgr.14180) 1414 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:07:34.024 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:07:34.024 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:43.514813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.hagttu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\nDeploy daemon haproxy.nfs.foo.smithi073.hagttu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.840394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rlksjw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\nDeploy daemon haproxy.nfs.foo.smithi046.rlksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.842480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qcikar on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:07:34.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:07:35.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:34 smithi046 bash[24815]: cluster 2023-12-26T17:07:33.868996+0000 mgr.smithi046.hnrily (mgr.14180) 1415 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:35.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:34 smithi073 bash[29040]: cluster 2023-12-26T17:07:33.868996+0000 mgr.smithi046.hnrily (mgr.14180) 1415 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:35.794 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:07:36.100 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:35 smithi046 bash[24815]: audit 2023-12-26T17:07:34.007326+0000 mgr.smithi046.hnrily (mgr.14180) 1416 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:36.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:35 smithi073 bash[29040]: audit 2023-12-26T17:07:34.007326+0000 mgr.smithi046.hnrily (mgr.14180) 1416 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:37.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:36 smithi073 bash[29040]: cluster 2023-12-26T17:07:35.870068+0000 mgr.smithi046.hnrily (mgr.14180) 1417 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:37.283 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:36 smithi046 bash[24815]: cluster 2023-12-26T17:07:35.870068+0000 mgr.smithi046.hnrily (mgr.14180) 1417 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:39.133 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:07:39.133 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:43.514813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.hagttu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\nDeploy daemon haproxy.nfs.foo.smithi073.hagttu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.840394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rlksjw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\nDeploy daemon haproxy.nfs.foo.smithi046.rlksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.842480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qcikar on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:07:39.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:38 smithi073 bash[29040]: cluster 2023-12-26T17:07:37.871469+0000 mgr.smithi046.hnrily (mgr.14180) 1418 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:39.340 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:38 smithi046 bash[24815]: cluster 2023-12-26T17:07:37.871469+0000 mgr.smithi046.hnrily (mgr.14180) 1418 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:39.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:07:40.927 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:07:41.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:40 smithi073 bash[29040]: audit 2023-12-26T17:07:39.118283+0000 mgr.smithi046.hnrily (mgr.14180) 1419 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:41.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:40 smithi073 bash[29040]: cluster 2023-12-26T17:07:39.872417+0000 mgr.smithi046.hnrily (mgr.14180) 1420 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:41.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:40 smithi046 bash[24815]: audit 2023-12-26T17:07:39.118283+0000 mgr.smithi046.hnrily (mgr.14180) 1419 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:41.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:40 smithi046 bash[24815]: cluster 2023-12-26T17:07:39.872417+0000 mgr.smithi046.hnrily (mgr.14180) 1420 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:43.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:42 smithi046 bash[24815]: cluster 2023-12-26T17:07:41.873778+0000 mgr.smithi046.hnrily (mgr.14180) 1421 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:07:43.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:42 smithi073 bash[29040]: cluster 2023-12-26T17:07:41.873778+0000 mgr.smithi046.hnrily (mgr.14180) 1421 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:07:43.992 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:07:43.992 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:43.514813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.hagttu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\nDeploy daemon haproxy.nfs.foo.smithi073.hagttu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.840394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rlksjw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\nDeploy daemon haproxy.nfs.foo.smithi046.rlksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.842480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qcikar on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:07:44.292 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:44 smithi046 bash[24815]: cluster 2023-12-26T17:07:43.875027+0000 mgr.smithi046.hnrily (mgr.14180) 1422 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:44.489 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:44 smithi073 bash[29040]: cluster 2023-12-26T17:07:43.875027+0000 mgr.smithi046.hnrily (mgr.14180) 1422 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:44.762 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:07:45.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:45 smithi073 bash[29040]: audit 2023-12-26T17:07:43.981644+0000 mgr.smithi046.hnrily (mgr.14180) 1423 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:45.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:45 smithi046 bash[24815]: audit 2023-12-26T17:07:43.981644+0000 mgr.smithi046.hnrily (mgr.14180) 1423 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:45.765 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:07:47.215 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:46 smithi046 bash[24815]: cluster 2023-12-26T17:07:45.876010+0000 mgr.smithi046.hnrily (mgr.14180) 1424 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:47.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:46 smithi073 bash[29040]: cluster 2023-12-26T17:07:45.876010+0000 mgr.smithi046.hnrily (mgr.14180) 1424 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:48.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:47 smithi046 bash[24815]: audit 2023-12-26T17:07:47.848693+0000 mon.smithi046 (mon.0) 1000 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:07:48.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:47 smithi073 bash[29040]: audit 2023-12-26T17:07:47.848693+0000 mon.smithi046 (mon.0) 1000 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:07:49.037 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:07:49.038 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:05:38.771341Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lnzynu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:43.514813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.hagttu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\nDeploy daemon haproxy.nfs.foo.smithi073.hagttu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.840394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rlksjw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\nDeploy daemon haproxy.nfs.foo.smithi046.rlksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.842480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qcikar on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:07:49.239 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:48 smithi046 bash[24815]: cluster 2023-12-26T17:07:47.877093+0000 mgr.smithi046.hnrily (mgr.14180) 1425 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:49.239 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:48 smithi046 bash[24815]: audit 2023-12-26T17:07:48.154827+0000 mon.smithi046 (mon.0) 1001 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:07:49.239 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:48 smithi046 bash[24815]: audit 2023-12-26T17:07:48.156588+0000 mon.smithi046 (mon.0) 1002 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T17:07:49.240 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:48 smithi046 bash[24815]: audit 2023-12-26T17:07:48.164177+0000 mon.smithi046 (mon.0) 1003 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:07:49.240 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:48 smithi046 bash[24815]: audit 2023-12-26T17:07:48.172326+0000 mon.smithi046 (mon.0) 1004 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T17:07:49.240 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:48 smithi046 bash[24815]: audit 2023-12-26T17:07:48.184472+0000 mon.smithi046 (mon.0) 1005 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:07:49.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:48 smithi073 bash[29040]: cluster 2023-12-26T17:07:47.877093+0000 mgr.smithi046.hnrily (mgr.14180) 1425 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:07:49.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:48 smithi073 bash[29040]: audit 2023-12-26T17:07:48.154827+0000 mon.smithi046 (mon.0) 1001 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:07:49.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:48 smithi073 bash[29040]: audit 2023-12-26T17:07:48.156588+0000 mon.smithi046 (mon.0) 1002 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T17:07:49.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:48 smithi073 bash[29040]: audit 2023-12-26T17:07:48.164177+0000 mon.smithi046 (mon.0) 1003 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:07:49.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:48 smithi073 bash[29040]: audit 2023-12-26T17:07:48.172326+0000 mon.smithi046 (mon.0) 1004 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T17:07:49.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:48 smithi073 bash[29040]: audit 2023-12-26T17:07:48.184472+0000 mon.smithi046 (mon.0) 1005 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:07:49.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:07:50.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:49 smithi046 bash[24815]: cluster 2023-12-26T17:07:48.165027+0000 mgr.smithi046.hnrily (mgr.14180) 1426 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:07:50.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:49 smithi046 bash[24815]: cephadm 2023-12-26T17:07:48.187303+0000 mgr.smithi046.hnrily (mgr.14180) 1427 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.yvdlky on smithi073 2023-12-26T17:07:50.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:49 smithi046 bash[24815]: cluster 2023-12-26T17:07:48.875942+0000 mon.smithi046 (mon.0) 1006 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T17:07:50.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:49 smithi046 bash[24815]: cluster 2023-12-26T17:07:48.875979+0000 mon.smithi046 (mon.0) 1007 : cluster [INF] Cluster is now healthy 2023-12-26T17:07:50.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:49 smithi073 bash[29040]: cluster 2023-12-26T17:07:48.165027+0000 mgr.smithi046.hnrily (mgr.14180) 1426 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:07:50.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:49 smithi073 bash[29040]: cephadm 2023-12-26T17:07:48.187303+0000 mgr.smithi046.hnrily (mgr.14180) 1427 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.yvdlky on smithi073 2023-12-26T17:07:50.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:49 smithi073 bash[29040]: cluster 2023-12-26T17:07:48.875942+0000 mon.smithi046 (mon.0) 1006 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T17:07:50.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:49 smithi073 bash[29040]: cluster 2023-12-26T17:07:48.875979+0000 mon.smithi046 (mon.0) 1007 : cluster [INF] Cluster is now healthy 2023-12-26T17:07:50.765 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:07:51.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:50 smithi046 bash[24815]: audit 2023-12-26T17:07:49.020139+0000 mgr.smithi046.hnrily (mgr.14180) 1428 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:51.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:50 smithi073 bash[29040]: audit 2023-12-26T17:07:49.020139+0000 mgr.smithi046.hnrily (mgr.14180) 1428 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:51.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:51 smithi073 bash[29040]: cluster 2023-12-26T17:07:50.165757+0000 mgr.smithi046.hnrily (mgr.14180) 1429 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:07:51.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:51 smithi073 bash[29040]: audit 2023-12-26T17:07:51.828605+0000 mon.smithi046 (mon.0) 1008 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:07:52.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:51 smithi046 bash[24815]: cluster 2023-12-26T17:07:50.165757+0000 mgr.smithi046.hnrily (mgr.14180) 1429 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:07:52.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:51 smithi046 bash[24815]: audit 2023-12-26T17:07:51.828605+0000 mon.smithi046 (mon.0) 1008 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:07:53.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:52 smithi046 bash[24815]: audit 2023-12-26T17:07:52.162726+0000 mon.smithi046 (mon.0) 1009 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.yvdlky"}]: dispatch 2023-12-26T17:07:53.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:52 smithi073 bash[29040]: audit 2023-12-26T17:07:52.162726+0000 mon.smithi046 (mon.0) 1009 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.yvdlky"}]: dispatch 2023-12-26T17:07:54.097 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:07:54.097 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:06:43.514813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.hagttu on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-hagttu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.hagttu\nDeploy daemon haproxy.nfs.foo.smithi073.hagttu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.840394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rlksjw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-rlksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.rlksjw\nDeploy daemon haproxy.nfs.foo.smithi046.rlksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:06:47.842480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qcikar on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:52.164118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yvdlky on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\nDeploy daemon haproxy.nfs.foo.smithi073.yvdlky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:07:54.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: cephadm 2023-12-26T17:07:52.161491+0000 mgr.smithi046.hnrily (mgr.14180) 1430 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky 2023-12-26T17:07:54.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:07:54.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky 2023-12-26T17:07:54.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky 2023-12-26T17:07:54.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:07:54.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky 2023-12-26T17:07:54.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.yvdlky ... 2023-12-26T17:07:54.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:54.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:07:54.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:07:54.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:07:54.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:54.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T17:07:54.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:07:54.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T17:07:54.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:07:54.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T17:07:54.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky 2023-12-26T17:07:54.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:07:54.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky 2023-12-26T17:07:54.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky 2023-12-26T17:07:54.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:07:54.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky 2023-12-26T17:07:54.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.yvdlky ... 2023-12-26T17:07:54.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:54.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:07:54.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:07:54.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:07:54.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:54.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: cephadm 2023-12-26T17:07:52.162042+0000 mgr.smithi046.hnrily (mgr.14180) 1431 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.yvdlky 2023-12-26T17:07:54.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: cephadm 2023-12-26T17:07:52.164380+0000 mgr.smithi046.hnrily (mgr.14180) 1432 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.yvdlky on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky 2023-12-26T17:07:54.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:07:54.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky 2023-12-26T17:07:54.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky 2023-12-26T17:07:54.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:07:54.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky 2023-12-26T17:07:54.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.yvdlky ... 2023-12-26T17:07:54.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:54.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:07:54.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:07:54.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:07:54.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:54.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: cluster 2023-12-26T17:07:52.166955+0000 mgr.smithi046.hnrily (mgr.14180) 1433 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:07:54.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:53 smithi073 bash[29040]: cephadm 2023-12-26T17:07:52.168674+0000 mgr.smithi046.hnrily (mgr.14180) 1434 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.tlwlzk on smithi046 2023-12-26T17:07:54.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: cephadm 2023-12-26T17:07:52.161491+0000 mgr.smithi046.hnrily (mgr.14180) 1430 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky 2023-12-26T17:07:54.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:07:54.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky 2023-12-26T17:07:54.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky 2023-12-26T17:07:54.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:07:54.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky 2023-12-26T17:07:54.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.yvdlky ... 2023-12-26T17:07:54.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:54.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:07:54.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:07:54.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:07:54.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:54.292 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T17:07:54.292 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:07:54.292 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T17:07:54.292 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:07:54.292 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T17:07:54.292 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky 2023-12-26T17:07:54.292 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:07:54.292 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky 2023-12-26T17:07:54.292 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky 2023-12-26T17:07:54.292 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:07:54.292 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky 2023-12-26T17:07:54.292 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.yvdlky ... 2023-12-26T17:07:54.292 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:54.292 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:07:54.293 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:07:54.293 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:07:54.293 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:54.293 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: cephadm 2023-12-26T17:07:52.162042+0000 mgr.smithi046.hnrily (mgr.14180) 1431 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.yvdlky 2023-12-26T17:07:54.293 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: cephadm 2023-12-26T17:07:52.164380+0000 mgr.smithi046.hnrily (mgr.14180) 1432 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.yvdlky on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky 2023-12-26T17:07:54.293 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:07:54.293 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky 2023-12-26T17:07:54.293 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky 2023-12-26T17:07:54.293 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:07:54.293 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky 2023-12-26T17:07:54.293 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.yvdlky ... 2023-12-26T17:07:54.293 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:54.293 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:07:54.294 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:07:54.294 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:07:54.294 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:54.294 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: cluster 2023-12-26T17:07:52.166955+0000 mgr.smithi046.hnrily (mgr.14180) 1433 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:07:54.294 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:53 smithi046 bash[24815]: cephadm 2023-12-26T17:07:52.168674+0000 mgr.smithi046.hnrily (mgr.14180) 1434 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.tlwlzk on smithi046 2023-12-26T17:07:54.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:07:55.915 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:07:56.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:55 smithi046 bash[24815]: audit 2023-12-26T17:07:54.082223+0000 mgr.smithi046.hnrily (mgr.14180) 1435 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:56.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:55 smithi046 bash[24815]: cluster 2023-12-26T17:07:54.167683+0000 mgr.smithi046.hnrily (mgr.14180) 1436 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:07:56.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:55 smithi073 bash[29040]: audit 2023-12-26T17:07:54.082223+0000 mgr.smithi046.hnrily (mgr.14180) 1435 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:07:56.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:55 smithi073 bash[29040]: cluster 2023-12-26T17:07:54.167683+0000 mgr.smithi046.hnrily (mgr.14180) 1436 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:07:57.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:56 smithi073 bash[29040]: audit 2023-12-26T17:07:56.712252+0000 mon.smithi046 (mon.0) 1010 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.tlwlzk"}]: dispatch 2023-12-26T17:07:57.282 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:56 smithi046 bash[24815]: audit 2023-12-26T17:07:56.712252+0000 mon.smithi046 (mon.0) 1010 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.tlwlzk"}]: dispatch 2023-12-26T17:07:58.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: cluster 2023-12-26T17:07:56.168737+0000 mgr.smithi046.hnrily (mgr.14180) 1437 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:07:58.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: cephadm 2023-12-26T17:07:56.710829+0000 mgr.smithi046.hnrily (mgr.14180) 1438 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk 2023-12-26T17:07:58.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:07:58.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk 2023-12-26T17:07:58.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk 2023-12-26T17:07:58.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:07:58.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk 2023-12-26T17:07:58.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.tlwlzk ... 2023-12-26T17:07:58.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:58.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:07:58.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:07:58.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:07:58.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:58.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T17:07:58.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:07:58.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T17:07:58.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:07:58.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T17:07:58.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk 2023-12-26T17:07:58.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:07:58.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk 2023-12-26T17:07:58.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk 2023-12-26T17:07:58.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:07:58.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk 2023-12-26T17:07:58.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.tlwlzk ... 2023-12-26T17:07:58.245 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:58.245 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:07:58.245 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:07:58.245 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:07:58.245 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:58.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: cephadm 2023-12-26T17:07:56.711474+0000 mgr.smithi046.hnrily (mgr.14180) 1439 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.tlwlzk 2023-12-26T17:07:58.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: cephadm 2023-12-26T17:07:56.713925+0000 mgr.smithi046.hnrily (mgr.14180) 1440 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.tlwlzk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk 2023-12-26T17:07:58.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:07:58.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk 2023-12-26T17:07:58.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk 2023-12-26T17:07:58.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:07:58.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk 2023-12-26T17:07:58.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.tlwlzk ... 2023-12-26T17:07:58.247 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:58.247 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:07:58.247 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:07:58.247 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:07:58.247 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:58.247 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: cephadm 2023-12-26T17:07:56.717810+0000 mgr.smithi046.hnrily (mgr.14180) 1441 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.vvlidx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:07:58.247 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: cephadm 2023-12-26T17:07:56.720329+0000 mgr.smithi046.hnrily (mgr.14180) 1442 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:07:58.247 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: cluster 2023-12-26T17:07:56.721285+0000 mgr.smithi046.hnrily (mgr.14180) 1443 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2023-12-26T17:07:58.247 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:57 smithi073 bash[29040]: cluster 2023-12-26T17:07:56.921206+0000 mon.smithi046 (mon.0) 1011 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T17:07:58.248 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: cluster 2023-12-26T17:07:56.168737+0000 mgr.smithi046.hnrily (mgr.14180) 1437 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:07:58.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: cephadm 2023-12-26T17:07:56.710829+0000 mgr.smithi046.hnrily (mgr.14180) 1438 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk 2023-12-26T17:07:58.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:07:58.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk 2023-12-26T17:07:58.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk 2023-12-26T17:07:58.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:07:58.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk 2023-12-26T17:07:58.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.tlwlzk ... 2023-12-26T17:07:58.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:58.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:07:58.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:07:58.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:07:58.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:58.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T17:07:58.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:07:58.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T17:07:58.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:07:58.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T17:07:58.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk 2023-12-26T17:07:58.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:07:58.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk 2023-12-26T17:07:58.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk 2023-12-26T17:07:58.251 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:07:58.251 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk 2023-12-26T17:07:58.251 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.tlwlzk ... 2023-12-26T17:07:58.251 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:58.252 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:07:58.252 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:07:58.252 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:07:58.252 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:58.252 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: cephadm 2023-12-26T17:07:56.711474+0000 mgr.smithi046.hnrily (mgr.14180) 1439 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.tlwlzk 2023-12-26T17:07:58.252 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: cephadm 2023-12-26T17:07:56.713925+0000 mgr.smithi046.hnrily (mgr.14180) 1440 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.tlwlzk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk 2023-12-26T17:07:58.252 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:07:58.252 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk 2023-12-26T17:07:58.252 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk 2023-12-26T17:07:58.252 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:07:58.252 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk 2023-12-26T17:07:58.252 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.tlwlzk ... 2023-12-26T17:07:58.253 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:58.253 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:07:58.253 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:07:58.253 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:07:58.253 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:07:58.253 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: cephadm 2023-12-26T17:07:56.717810+0000 mgr.smithi046.hnrily (mgr.14180) 1441 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.vvlidx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:07:58.254 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: cephadm 2023-12-26T17:07:56.720329+0000 mgr.smithi046.hnrily (mgr.14180) 1442 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:07:58.254 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: cluster 2023-12-26T17:07:56.721285+0000 mgr.smithi046.hnrily (mgr.14180) 1443 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2023-12-26T17:07:58.254 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:57 smithi046 bash[24815]: cluster 2023-12-26T17:07:56.921206+0000 mon.smithi046 (mon.0) 1011 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T17:07:59.491 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:07:59.491 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:52.164118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yvdlky on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\nDeploy daemon haproxy.nfs.foo.smithi073.yvdlky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.713624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tlwlzk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\nDeploy daemon haproxy.nfs.foo.smithi046.tlwlzk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.717645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.vvlidx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:08:00.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:07:59 smithi073 bash[29040]: cluster 2023-12-26T17:07:58.722313+0000 mgr.smithi046.hnrily (mgr.14180) 1444 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-12-26T17:08:00.262 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:07:59 smithi046 bash[24815]: cluster 2023-12-26T17:07:58.722313+0000 mgr.smithi046.hnrily (mgr.14180) 1444 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-12-26T17:08:00.263 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:08:01.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:00 smithi073 bash[29040]: audit 2023-12-26T17:07:59.476524+0000 mgr.smithi046.hnrily (mgr.14180) 1445 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:01.263 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:08:01.275 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:00 smithi046 bash[24815]: audit 2023-12-26T17:07:59.476524+0000 mgr.smithi046.hnrily (mgr.14180) 1445 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:02.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:01 smithi073 bash[29040]: cluster 2023-12-26T17:08:00.723336+0000 mgr.smithi046.hnrily (mgr.14180) 1446 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-12-26T17:08:02.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:01 smithi073 bash[29040]: audit 2023-12-26T17:08:01.648274+0000 mon.smithi046 (mon.0) 1012 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:08:02.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:01 smithi046 bash[24815]: cluster 2023-12-26T17:08:00.723336+0000 mgr.smithi046.hnrily (mgr.14180) 1446 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-12-26T17:08:02.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:01 smithi046 bash[24815]: audit 2023-12-26T17:08:01.648274+0000 mon.smithi046 (mon.0) 1012 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:08:04.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:03 smithi073 bash[29040]: cluster 2023-12-26T17:08:02.724794+0000 mgr.smithi046.hnrily (mgr.14180) 1447 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-12-26T17:08:04.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:03 smithi046 bash[24815]: cluster 2023-12-26T17:08:02.724794+0000 mgr.smithi046.hnrily (mgr.14180) 1447 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-12-26T17:08:04.518 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:08:04.518 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:52.164118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yvdlky on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\nDeploy daemon haproxy.nfs.foo.smithi073.yvdlky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.713624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tlwlzk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\nDeploy daemon haproxy.nfs.foo.smithi046.tlwlzk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.717645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.vvlidx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:08:05.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:08:06.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:05 smithi073 bash[29040]: audit 2023-12-26T17:08:04.502553+0000 mgr.smithi046.hnrily (mgr.14180) 1448 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:06.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:05 smithi073 bash[29040]: cluster 2023-12-26T17:08:04.725847+0000 mgr.smithi046.hnrily (mgr.14180) 1449 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-12-26T17:08:06.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:05 smithi046 bash[24815]: audit 2023-12-26T17:08:04.502553+0000 mgr.smithi046.hnrily (mgr.14180) 1448 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:06.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:05 smithi046 bash[24815]: cluster 2023-12-26T17:08:04.725847+0000 mgr.smithi046.hnrily (mgr.14180) 1449 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-12-26T17:08:06.375 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:08:08.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:07 smithi046 bash[24815]: cluster 2023-12-26T17:08:06.727384+0000 mgr.smithi046.hnrily (mgr.14180) 1450 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-12-26T17:08:08.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:07 smithi046 bash[24815]: audit 2023-12-26T17:08:06.827963+0000 mon.smithi046 (mon.0) 1013 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:08:08.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:07 smithi073 bash[29040]: cluster 2023-12-26T17:08:06.727384+0000 mgr.smithi046.hnrily (mgr.14180) 1450 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-12-26T17:08:08.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:07 smithi073 bash[29040]: audit 2023-12-26T17:08:06.827963+0000 mon.smithi046 (mon.0) 1013 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:08:09.529 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:08:09.530 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:52.164118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yvdlky on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\nDeploy daemon haproxy.nfs.foo.smithi073.yvdlky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.713624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tlwlzk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\nDeploy daemon haproxy.nfs.foo.smithi046.tlwlzk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.717645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.vvlidx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:08:10.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:09 smithi046 bash[24815]: cluster 2023-12-26T17:08:08.728439+0000 mgr.smithi046.hnrily (mgr.14180) 1451 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:10.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:09 smithi073 bash[29040]: cluster 2023-12-26T17:08:08.728439+0000 mgr.smithi046.hnrily (mgr.14180) 1451 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:10.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:08:11.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:10 smithi046 bash[24815]: audit 2023-12-26T17:08:09.511961+0000 mgr.smithi046.hnrily (mgr.14180) 1452 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:11.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:10 smithi073 bash[29040]: audit 2023-12-26T17:08:09.511961+0000 mgr.smithi046.hnrily (mgr.14180) 1452 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:11.289 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:08:12.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:11 smithi073 bash[29040]: cluster 2023-12-26T17:08:10.729527+0000 mgr.smithi046.hnrily (mgr.14180) 1453 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:12.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:11 smithi046 bash[24815]: cluster 2023-12-26T17:08:10.729527+0000 mgr.smithi046.hnrily (mgr.14180) 1453 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:14.159 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:13 smithi046 bash[24815]: cluster 2023-12-26T17:08:12.730750+0000 mgr.smithi046.hnrily (mgr.14180) 1454 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:08:14.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:13 smithi073 bash[29040]: cluster 2023-12-26T17:08:12.730750+0000 mgr.smithi046.hnrily (mgr.14180) 1454 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:08:14.544 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:08:14.544 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:52.164118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yvdlky on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\nDeploy daemon haproxy.nfs.foo.smithi073.yvdlky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.713624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tlwlzk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\nDeploy daemon haproxy.nfs.foo.smithi046.tlwlzk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.717645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.vvlidx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:08:15.297 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:08:16.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:15 smithi073 bash[29040]: audit 2023-12-26T17:08:14.530206+0000 mgr.smithi046.hnrily (mgr.14180) 1455 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:16.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:15 smithi073 bash[29040]: cluster 2023-12-26T17:08:14.731548+0000 mgr.smithi046.hnrily (mgr.14180) 1456 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:16.298 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:08:16.312 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:15 smithi046 bash[24815]: audit 2023-12-26T17:08:14.530206+0000 mgr.smithi046.hnrily (mgr.14180) 1455 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:16.312 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:15 smithi046 bash[24815]: cluster 2023-12-26T17:08:14.731548+0000 mgr.smithi046.hnrily (mgr.14180) 1456 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:18.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:17 smithi046 bash[24815]: cluster 2023-12-26T17:08:16.733168+0000 mgr.smithi046.hnrily (mgr.14180) 1457 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:18.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:17 smithi073 bash[29040]: cluster 2023-12-26T17:08:16.733168+0000 mgr.smithi046.hnrily (mgr.14180) 1457 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:19.449 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:08:19.449 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:52.164118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yvdlky on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\nDeploy daemon haproxy.nfs.foo.smithi073.yvdlky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.713624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tlwlzk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\nDeploy daemon haproxy.nfs.foo.smithi046.tlwlzk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.717645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.vvlidx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:08:20.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:19 smithi046 bash[24815]: cluster 2023-12-26T17:08:18.734215+0000 mgr.smithi046.hnrily (mgr.14180) 1458 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:20.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:08:20.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:19 smithi073 bash[29040]: cluster 2023-12-26T17:08:18.734215+0000 mgr.smithi046.hnrily (mgr.14180) 1458 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:21.210 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:08:21.221 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:20 smithi046 bash[24815]: audit 2023-12-26T17:08:19.434936+0000 mgr.smithi046.hnrily (mgr.14180) 1459 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:21.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:20 smithi073 bash[29040]: audit 2023-12-26T17:08:19.434936+0000 mgr.smithi046.hnrily (mgr.14180) 1459 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:22.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:21 smithi073 bash[29040]: cluster 2023-12-26T17:08:20.735229+0000 mgr.smithi046.hnrily (mgr.14180) 1460 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:22.320 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:21 smithi046 bash[24815]: cluster 2023-12-26T17:08:20.735229+0000 mgr.smithi046.hnrily (mgr.14180) 1460 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:24.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:23 smithi073 bash[29040]: cluster 2023-12-26T17:08:22.736110+0000 mgr.smithi046.hnrily (mgr.14180) 1461 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:08:24.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:23 smithi046 bash[24815]: cluster 2023-12-26T17:08:22.736110+0000 mgr.smithi046.hnrily (mgr.14180) 1461 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:08:24.349 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:08:24.350 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:52.164118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yvdlky on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\nDeploy daemon haproxy.nfs.foo.smithi073.yvdlky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.713624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tlwlzk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\nDeploy daemon haproxy.nfs.foo.smithi046.tlwlzk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.717645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.vvlidx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:08:25.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:08:26.144 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:08:26.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:25 smithi073 bash[29040]: audit 2023-12-26T17:08:24.333938+0000 mgr.smithi046.hnrily (mgr.14180) 1462 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:26.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:25 smithi073 bash[29040]: cluster 2023-12-26T17:08:24.737027+0000 mgr.smithi046.hnrily (mgr.14180) 1463 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:26.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:25 smithi046 bash[24815]: audit 2023-12-26T17:08:24.333938+0000 mgr.smithi046.hnrily (mgr.14180) 1462 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:26.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:25 smithi046 bash[24815]: cluster 2023-12-26T17:08:24.737027+0000 mgr.smithi046.hnrily (mgr.14180) 1463 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:28.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:27 smithi073 bash[29040]: cluster 2023-12-26T17:08:26.738524+0000 mgr.smithi046.hnrily (mgr.14180) 1464 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:28.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:27 smithi046 bash[24815]: cluster 2023-12-26T17:08:26.738524+0000 mgr.smithi046.hnrily (mgr.14180) 1464 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:29.396 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:08:29.396 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:52.164118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yvdlky on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\nDeploy daemon haproxy.nfs.foo.smithi073.yvdlky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.713624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tlwlzk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\nDeploy daemon haproxy.nfs.foo.smithi046.tlwlzk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.717645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.vvlidx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:08:30.148 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:08:30.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:29 smithi073 bash[29040]: cluster 2023-12-26T17:08:28.739355+0000 mgr.smithi046.hnrily (mgr.14180) 1465 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:30.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:29 smithi046 bash[24815]: cluster 2023-12-26T17:08:28.739355+0000 mgr.smithi046.hnrily (mgr.14180) 1465 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:31.149 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:08:31.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:30 smithi073 bash[29040]: audit 2023-12-26T17:08:29.386512+0000 mgr.smithi046.hnrily (mgr.14180) 1466 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:31.347 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:30 smithi046 bash[24815]: audit 2023-12-26T17:08:29.386512+0000 mgr.smithi046.hnrily (mgr.14180) 1466 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:32.222 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:31 smithi046 bash[24815]: cluster 2023-12-26T17:08:30.740322+0000 mgr.smithi046.hnrily (mgr.14180) 1467 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:32.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:31 smithi073 bash[29040]: cluster 2023-12-26T17:08:30.740322+0000 mgr.smithi046.hnrily (mgr.14180) 1467 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:34.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:33 smithi046 bash[24815]: cluster 2023-12-26T17:08:32.741754+0000 mgr.smithi046.hnrily (mgr.14180) 1468 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:08:34.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:33 smithi073 bash[29040]: cluster 2023-12-26T17:08:32.741754+0000 mgr.smithi046.hnrily (mgr.14180) 1468 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:08:34.245 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:08:34.245 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:52.164118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yvdlky on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\nDeploy daemon haproxy.nfs.foo.smithi073.yvdlky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.713624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tlwlzk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\nDeploy daemon haproxy.nfs.foo.smithi046.tlwlzk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.717645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.vvlidx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:08:35.023 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:08:36.024 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:08:36.224 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:35 smithi046 bash[24815]: audit 2023-12-26T17:08:34.235000+0000 mgr.smithi046.hnrily (mgr.14180) 1469 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:36.224 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:35 smithi046 bash[24815]: cluster 2023-12-26T17:08:34.742669+0000 mgr.smithi046.hnrily (mgr.14180) 1470 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:36.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:35 smithi073 bash[29040]: audit 2023-12-26T17:08:34.235000+0000 mgr.smithi046.hnrily (mgr.14180) 1469 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:36.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:35 smithi073 bash[29040]: cluster 2023-12-26T17:08:34.742669+0000 mgr.smithi046.hnrily (mgr.14180) 1470 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:38.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:37 smithi073 bash[29040]: cluster 2023-12-26T17:08:36.744199+0000 mgr.smithi046.hnrily (mgr.14180) 1471 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:38.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:37 smithi046 bash[24815]: cluster 2023-12-26T17:08:36.744199+0000 mgr.smithi046.hnrily (mgr.14180) 1471 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:39.366 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:08:39.366 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:52.164118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yvdlky on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\nDeploy daemon haproxy.nfs.foo.smithi073.yvdlky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.713624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tlwlzk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\nDeploy daemon haproxy.nfs.foo.smithi046.tlwlzk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.717645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.vvlidx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:08:40.138 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:08:40.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:39 smithi073 bash[29040]: cluster 2023-12-26T17:08:38.745158+0000 mgr.smithi046.hnrily (mgr.14180) 1472 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:40.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:39 smithi046 bash[24815]: cluster 2023-12-26T17:08:38.745158+0000 mgr.smithi046.hnrily (mgr.14180) 1472 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:41.139 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:08:41.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:40 smithi073 bash[29040]: audit 2023-12-26T17:08:39.352174+0000 mgr.smithi046.hnrily (mgr.14180) 1473 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:41.332 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:40 smithi046 bash[24815]: audit 2023-12-26T17:08:39.352174+0000 mgr.smithi046.hnrily (mgr.14180) 1473 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:42.238 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:41 smithi046 bash[24815]: cluster 2023-12-26T17:08:40.746261+0000 mgr.smithi046.hnrily (mgr.14180) 1474 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:42.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:41 smithi073 bash[29040]: cluster 2023-12-26T17:08:40.746261+0000 mgr.smithi046.hnrily (mgr.14180) 1474 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:44.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:43 smithi073 bash[29040]: cluster 2023-12-26T17:08:42.747734+0000 mgr.smithi046.hnrily (mgr.14180) 1475 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:08:44.278 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:08:44.278 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:52.164118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yvdlky on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\nDeploy daemon haproxy.nfs.foo.smithi073.yvdlky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.713624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tlwlzk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\nDeploy daemon haproxy.nfs.foo.smithi046.tlwlzk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.717645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.vvlidx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:08:44.292 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:43 smithi046 bash[24815]: cluster 2023-12-26T17:08:42.747734+0000 mgr.smithi046.hnrily (mgr.14180) 1475 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:08:45.010 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:08:45.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:45 smithi073 bash[29040]: audit 2023-12-26T17:08:44.262833+0000 mgr.smithi046.hnrily (mgr.14180) 1476 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:45.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:45 smithi073 bash[29040]: cluster 2023-12-26T17:08:44.748700+0000 mgr.smithi046.hnrily (mgr.14180) 1477 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:45.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:45 smithi046 bash[24815]: audit 2023-12-26T17:08:44.262833+0000 mgr.smithi046.hnrily (mgr.14180) 1476 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:45.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:45 smithi046 bash[24815]: cluster 2023-12-26T17:08:44.748700+0000 mgr.smithi046.hnrily (mgr.14180) 1477 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:46.011 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:08:48.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:47 smithi073 bash[29040]: cluster 2023-12-26T17:08:46.750203+0000 mgr.smithi046.hnrily (mgr.14180) 1478 : cluster [DBG] pgmap v954: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:48.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:47 smithi046 bash[24815]: cluster 2023-12-26T17:08:46.750203+0000 mgr.smithi046.hnrily (mgr.14180) 1478 : cluster [DBG] pgmap v954: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:49.223 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:08:49.224 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:52.164118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yvdlky on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\nDeploy daemon haproxy.nfs.foo.smithi073.yvdlky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.713624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tlwlzk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\nDeploy daemon haproxy.nfs.foo.smithi046.tlwlzk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.717645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.vvlidx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:08:49.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:08:50.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:49 smithi073 bash[29040]: cluster 2023-12-26T17:08:48.751027+0000 mgr.smithi046.hnrily (mgr.14180) 1479 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:50.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:49 smithi046 bash[24815]: cluster 2023-12-26T17:08:48.751027+0000 mgr.smithi046.hnrily (mgr.14180) 1479 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:50.941 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:08:51.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:50 smithi073 bash[29040]: audit 2023-12-26T17:08:49.207663+0000 mgr.smithi046.hnrily (mgr.14180) 1480 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:51.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:50 smithi046 bash[24815]: audit 2023-12-26T17:08:49.207663+0000 mgr.smithi046.hnrily (mgr.14180) 1480 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:52.195 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:51 smithi046 bash[24815]: cluster 2023-12-26T17:08:50.752112+0000 mgr.smithi046.hnrily (mgr.14180) 1481 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:52.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:51 smithi073 bash[29040]: cluster 2023-12-26T17:08:50.752112+0000 mgr.smithi046.hnrily (mgr.14180) 1481 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:54.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:53 smithi046 bash[24815]: cluster 2023-12-26T17:08:52.753551+0000 mgr.smithi046.hnrily (mgr.14180) 1482 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:08:54.155 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:08:54.155 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:52.164118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yvdlky on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\nDeploy daemon haproxy.nfs.foo.smithi073.yvdlky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.713624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tlwlzk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\nDeploy daemon haproxy.nfs.foo.smithi046.tlwlzk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.717645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.vvlidx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:08:54.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:53 smithi073 bash[29040]: cluster 2023-12-26T17:08:52.753551+0000 mgr.smithi046.hnrily (mgr.14180) 1482 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:08:54.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:08:55.935 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:08:56.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:55 smithi073 bash[29040]: audit 2023-12-26T17:08:54.139761+0000 mgr.smithi046.hnrily (mgr.14180) 1483 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:56.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:55 smithi073 bash[29040]: cluster 2023-12-26T17:08:54.754531+0000 mgr.smithi046.hnrily (mgr.14180) 1484 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:56.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:55 smithi046 bash[24815]: audit 2023-12-26T17:08:54.139761+0000 mgr.smithi046.hnrily (mgr.14180) 1483 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:08:56.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:55 smithi046 bash[24815]: cluster 2023-12-26T17:08:54.754531+0000 mgr.smithi046.hnrily (mgr.14180) 1484 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:57.229 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:56 smithi046 bash[24815]: audit 2023-12-26T17:08:56.724962+0000 mon.smithi046 (mon.0) 1014 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:08:57.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:56 smithi073 bash[29040]: audit 2023-12-26T17:08:56.724962+0000 mon.smithi046 (mon.0) 1014 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:08:58.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:57 smithi073 bash[29040]: cluster 2023-12-26T17:08:56.756024+0000 mgr.smithi046.hnrily (mgr.14180) 1485 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:58.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:57 smithi073 bash[29040]: audit 2023-12-26T17:08:56.993224+0000 mon.smithi046 (mon.0) 1015 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:08:58.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:57 smithi073 bash[29040]: audit 2023-12-26T17:08:57.276345+0000 mon.smithi046 (mon.0) 1016 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:08:58.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:57 smithi073 bash[29040]: audit 2023-12-26T17:08:57.278026+0000 mon.smithi046 (mon.0) 1017 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T17:08:58.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:57 smithi073 bash[29040]: audit 2023-12-26T17:08:57.286386+0000 mon.smithi046 (mon.0) 1018 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:08:58.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:57 smithi073 bash[29040]: audit 2023-12-26T17:08:57.294212+0000 mon.smithi046 (mon.0) 1019 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T17:08:58.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:57 smithi073 bash[29040]: audit 2023-12-26T17:08:57.309450+0000 mon.smithi046 (mon.0) 1020 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:08:58.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:57 smithi046 bash[24815]: cluster 2023-12-26T17:08:56.756024+0000 mgr.smithi046.hnrily (mgr.14180) 1485 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:08:58.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:57 smithi046 bash[24815]: audit 2023-12-26T17:08:56.993224+0000 mon.smithi046 (mon.0) 1015 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:08:58.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:57 smithi046 bash[24815]: audit 2023-12-26T17:08:57.276345+0000 mon.smithi046 (mon.0) 1016 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:08:58.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:57 smithi046 bash[24815]: audit 2023-12-26T17:08:57.278026+0000 mon.smithi046 (mon.0) 1017 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T17:08:58.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:57 smithi046 bash[24815]: audit 2023-12-26T17:08:57.286386+0000 mon.smithi046 (mon.0) 1018 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:08:58.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:57 smithi046 bash[24815]: audit 2023-12-26T17:08:57.294212+0000 mon.smithi046 (mon.0) 1019 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T17:08:58.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:57 smithi046 bash[24815]: audit 2023-12-26T17:08:57.309450+0000 mon.smithi046 (mon.0) 1020 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:08:59.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:58 smithi046 bash[24815]: cluster 2023-12-26T17:08:57.287109+0000 mgr.smithi046.hnrily (mgr.14180) 1486 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T17:08:59.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:58 smithi046 bash[24815]: cephadm 2023-12-26T17:08:57.314717+0000 mgr.smithi046.hnrily (mgr.14180) 1487 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.odjiap on smithi073 2023-12-26T17:08:59.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:58 smithi046 bash[24815]: cluster 2023-12-26T17:08:58.283199+0000 mon.smithi046 (mon.0) 1021 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T17:08:59.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:08:58 smithi046 bash[24815]: cluster 2023-12-26T17:08:58.283243+0000 mon.smithi046 (mon.0) 1022 : cluster [INF] Cluster is now healthy 2023-12-26T17:08:59.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:58 smithi073 bash[29040]: cluster 2023-12-26T17:08:57.287109+0000 mgr.smithi046.hnrily (mgr.14180) 1486 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T17:08:59.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:58 smithi073 bash[29040]: cephadm 2023-12-26T17:08:57.314717+0000 mgr.smithi046.hnrily (mgr.14180) 1487 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.odjiap on smithi073 2023-12-26T17:08:59.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:58 smithi073 bash[29040]: cluster 2023-12-26T17:08:58.283199+0000 mon.smithi046 (mon.0) 1021 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T17:08:59.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:08:58 smithi073 bash[29040]: cluster 2023-12-26T17:08:58.283243+0000 mon.smithi046 (mon.0) 1022 : cluster [INF] Cluster is now healthy 2023-12-26T17:08:59.265 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:08:59.265 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:06:47.844178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.celbit on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:52.164118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yvdlky on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\nDeploy daemon haproxy.nfs.foo.smithi073.yvdlky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.713624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tlwlzk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\nDeploy daemon haproxy.nfs.foo.smithi046.tlwlzk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.717645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.vvlidx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:09:00.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:09:01.027 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:09:01.233 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:00 smithi046 bash[24815]: audit 2023-12-26T17:08:59.251397+0000 mgr.smithi046.hnrily (mgr.14180) 1488 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:01.233 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:00 smithi046 bash[24815]: cluster 2023-12-26T17:08:59.287867+0000 mgr.smithi046.hnrily (mgr.14180) 1489 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T17:09:01.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:00 smithi073 bash[29040]: audit 2023-12-26T17:08:59.251397+0000 mgr.smithi046.hnrily (mgr.14180) 1488 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:01.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:00 smithi073 bash[29040]: cluster 2023-12-26T17:08:59.287867+0000 mgr.smithi046.hnrily (mgr.14180) 1489 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T17:09:02.202 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:01 smithi046 bash[24815]: audit 2023-12-26T17:09:01.133487+0000 mon.smithi046 (mon.0) 1023 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.odjiap"}]: dispatch 2023-12-26T17:09:02.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:01 smithi073 bash[29040]: audit 2023-12-26T17:09:01.133487+0000 mon.smithi046 (mon.0) 1023 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.odjiap"}]: dispatch 2023-12-26T17:09:03.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: cephadm 2023-12-26T17:09:01.132171+0000 mgr.smithi046.hnrily (mgr.14180) 1490 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap 2023-12-26T17:09:03.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:09:03.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap 2023-12-26T17:09:03.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap 2023-12-26T17:09:03.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:09:03.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap 2023-12-26T17:09:03.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.odjiap ... 2023-12-26T17:09:03.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:03.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:09:03.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:09:03.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:09:03.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:03.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T17:09:03.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:09:03.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T17:09:03.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:09:03.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T17:09:03.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap 2023-12-26T17:09:03.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:09:03.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap 2023-12-26T17:09:03.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap 2023-12-26T17:09:03.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:09:03.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap 2023-12-26T17:09:03.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.odjiap ... 2023-12-26T17:09:03.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:03.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:09:03.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:09:03.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:09:03.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:03.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: cephadm 2023-12-26T17:09:01.132674+0000 mgr.smithi046.hnrily (mgr.14180) 1491 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.odjiap 2023-12-26T17:09:03.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: cephadm 2023-12-26T17:09:01.135282+0000 mgr.smithi046.hnrily (mgr.14180) 1492 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.odjiap on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap 2023-12-26T17:09:03.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:09:03.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap 2023-12-26T17:09:03.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap 2023-12-26T17:09:03.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:09:03.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap 2023-12-26T17:09:03.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.odjiap ... 2023-12-26T17:09:03.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:03.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:09:03.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:09:03.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:09:03.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:03.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: cephadm 2023-12-26T17:09:01.139692+0000 mgr.smithi046.hnrily (mgr.14180) 1493 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.qkysvu on smithi046 2023-12-26T17:09:03.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:02 smithi073 bash[29040]: cluster 2023-12-26T17:09:01.288518+0000 mgr.smithi046.hnrily (mgr.14180) 1494 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2023-12-26T17:09:03.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: cephadm 2023-12-26T17:09:01.132171+0000 mgr.smithi046.hnrily (mgr.14180) 1490 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap 2023-12-26T17:09:03.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:09:03.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap 2023-12-26T17:09:03.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap 2023-12-26T17:09:03.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:09:03.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap 2023-12-26T17:09:03.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.odjiap ... 2023-12-26T17:09:03.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:03.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:09:03.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:09:03.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:09:03.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:03.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T17:09:03.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:09:03.353 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T17:09:03.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:09:03.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T17:09:03.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap 2023-12-26T17:09:03.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:09:03.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap 2023-12-26T17:09:03.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap 2023-12-26T17:09:03.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:09:03.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap 2023-12-26T17:09:03.354 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.odjiap ... 2023-12-26T17:09:03.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:03.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:09:03.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:09:03.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:09:03.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:03.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: cephadm 2023-12-26T17:09:01.132674+0000 mgr.smithi046.hnrily (mgr.14180) 1491 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.odjiap 2023-12-26T17:09:03.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: cephadm 2023-12-26T17:09:01.135282+0000 mgr.smithi046.hnrily (mgr.14180) 1492 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.odjiap on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap 2023-12-26T17:09:03.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:09:03.355 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap 2023-12-26T17:09:03.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap 2023-12-26T17:09:03.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:09:03.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap 2023-12-26T17:09:03.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.odjiap ... 2023-12-26T17:09:03.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:03.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:09:03.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:09:03.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:09:03.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:03.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: cephadm 2023-12-26T17:09:01.139692+0000 mgr.smithi046.hnrily (mgr.14180) 1493 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.qkysvu on smithi046 2023-12-26T17:09:03.356 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:02 smithi046 bash[24815]: cluster 2023-12-26T17:09:01.288518+0000 mgr.smithi046.hnrily (mgr.14180) 1494 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2023-12-26T17:09:04.265 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:09:04.266 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:07:52.164118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yvdlky on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-yvdlky\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.yvdlky\nDeploy daemon haproxy.nfs.foo.smithi073.yvdlky ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.713624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.tlwlzk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-tlwlzk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.tlwlzk\nDeploy daemon haproxy.nfs.foo.smithi046.tlwlzk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:07:56.717645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.vvlidx on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:01.134957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.odjiap on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\nDeploy daemon haproxy.nfs.foo.smithi073.odjiap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:09:05.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:09:05.210 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:04 smithi046 bash[24815]: cluster 2023-12-26T17:09:03.289180+0000 mgr.smithi046.hnrily (mgr.14180) 1495 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T17:09:05.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:04 smithi073 bash[29040]: cluster 2023-12-26T17:09:03.289180+0000 mgr.smithi046.hnrily (mgr.14180) 1495 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T17:09:06.119 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:09:06.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:05 smithi073 bash[29040]: audit 2023-12-26T17:09:04.249754+0000 mgr.smithi046.hnrily (mgr.14180) 1496 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:06.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:05 smithi073 bash[29040]: audit 2023-12-26T17:09:05.206574+0000 mon.smithi046 (mon.0) 1024 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.qkysvu"}]: dispatch 2023-12-26T17:09:06.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:05 smithi046 bash[24815]: audit 2023-12-26T17:09:04.249754+0000 mgr.smithi046.hnrily (mgr.14180) 1496 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:06.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:05 smithi046 bash[24815]: audit 2023-12-26T17:09:05.206574+0000 mon.smithi046 (mon.0) 1024 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.qkysvu"}]: dispatch 2023-12-26T17:09:07.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: cephadm 2023-12-26T17:09:05.205435+0000 mgr.smithi046.hnrily (mgr.14180) 1497 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu 2023-12-26T17:09:07.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:09:07.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu 2023-12-26T17:09:07.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu 2023-12-26T17:09:07.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:09:07.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu 2023-12-26T17:09:07.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.qkysvu ... 2023-12-26T17:09:07.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:07.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:09:07.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:09:07.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:09:07.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:07.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T17:09:07.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:09:07.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T17:09:07.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:09:07.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T17:09:07.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu 2023-12-26T17:09:07.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:09:07.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu 2023-12-26T17:09:07.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu 2023-12-26T17:09:07.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:09:07.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu 2023-12-26T17:09:07.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.qkysvu ... 2023-12-26T17:09:07.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:07.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:09:07.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:09:07.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:09:07.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:07.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: cephadm 2023-12-26T17:09:05.205870+0000 mgr.smithi046.hnrily (mgr.14180) 1498 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.qkysvu 2023-12-26T17:09:07.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: cephadm 2023-12-26T17:09:05.208263+0000 mgr.smithi046.hnrily (mgr.14180) 1499 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.qkysvu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu 2023-12-26T17:09:07.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:09:07.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu 2023-12-26T17:09:07.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu 2023-12-26T17:09:07.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:09:07.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu 2023-12-26T17:09:07.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.qkysvu ... 2023-12-26T17:09:07.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:07.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:09:07.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:09:07.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:09:07.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:07.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: cephadm 2023-12-26T17:09:05.212189+0000 mgr.smithi046.hnrily (mgr.14180) 1500 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.ulssmg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:09:07.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: cephadm 2023-12-26T17:09:05.215539+0000 mgr.smithi046.hnrily (mgr.14180) 1501 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:09:07.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: cluster 2023-12-26T17:09:05.216613+0000 mgr.smithi046.hnrily (mgr.14180) 1502 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-26T17:09:07.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: cluster 2023-12-26T17:09:05.955363+0000 mon.smithi046 (mon.0) 1025 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T17:09:07.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:06 smithi073 bash[29040]: audit 2023-12-26T17:09:06.692575+0000 mon.smithi046 (mon.0) 1026 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:09:07.264 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: cephadm 2023-12-26T17:09:05.205435+0000 mgr.smithi046.hnrily (mgr.14180) 1497 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu 2023-12-26T17:09:07.264 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:09:07.264 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu 2023-12-26T17:09:07.264 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu 2023-12-26T17:09:07.265 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:09:07.265 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu 2023-12-26T17:09:07.265 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.qkysvu ... 2023-12-26T17:09:07.265 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:07.265 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:09:07.265 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:09:07.265 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:09:07.265 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:07.265 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T17:09:07.265 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:09:07.265 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T17:09:07.265 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:09:07.265 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T17:09:07.265 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu 2023-12-26T17:09:07.266 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:09:07.266 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu 2023-12-26T17:09:07.266 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu 2023-12-26T17:09:07.266 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:09:07.266 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu 2023-12-26T17:09:07.266 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.qkysvu ... 2023-12-26T17:09:07.266 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:07.266 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:09:07.267 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:09:07.267 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:09:07.267 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:07.267 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: cephadm 2023-12-26T17:09:05.205870+0000 mgr.smithi046.hnrily (mgr.14180) 1498 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.qkysvu 2023-12-26T17:09:07.267 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: cephadm 2023-12-26T17:09:05.208263+0000 mgr.smithi046.hnrily (mgr.14180) 1499 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.qkysvu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu 2023-12-26T17:09:07.267 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:09:07.267 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu 2023-12-26T17:09:07.267 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu 2023-12-26T17:09:07.267 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:09:07.267 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu 2023-12-26T17:09:07.267 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.qkysvu ... 2023-12-26T17:09:07.267 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:07.267 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:09:07.267 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:09:07.267 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:09:07.268 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:09:07.268 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: cephadm 2023-12-26T17:09:05.212189+0000 mgr.smithi046.hnrily (mgr.14180) 1500 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.ulssmg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:09:07.268 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: cephadm 2023-12-26T17:09:05.215539+0000 mgr.smithi046.hnrily (mgr.14180) 1501 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:09:07.268 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: cluster 2023-12-26T17:09:05.216613+0000 mgr.smithi046.hnrily (mgr.14180) 1502 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-26T17:09:07.268 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: cluster 2023-12-26T17:09:05.955363+0000 mon.smithi046 (mon.0) 1025 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T17:09:07.268 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:06 smithi046 bash[24815]: audit 2023-12-26T17:09:06.692575+0000 mon.smithi046 (mon.0) 1026 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:09:09.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:08 smithi073 bash[29040]: cluster 2023-12-26T17:09:07.217644+0000 mgr.smithi046.hnrily (mgr.14180) 1503 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-26T17:09:09.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:08 smithi046 bash[24815]: cluster 2023-12-26T17:09:07.217644+0000 mgr.smithi046.hnrily (mgr.14180) 1503 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-12-26T17:09:09.382 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:09:09.382 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:01.134957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.odjiap on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\nDeploy daemon haproxy.nfs.foo.smithi073.odjiap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.208031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qkysvu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\nDeploy daemon haproxy.nfs.foo.smithi046.qkysvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.212006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ulssmg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:09:10.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:09:11.160 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:09:11.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:10 smithi073 bash[29040]: cluster 2023-12-26T17:09:09.218561+0000 mgr.smithi046.hnrily (mgr.14180) 1504 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-26T17:09:11.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:10 smithi073 bash[29040]: audit 2023-12-26T17:09:09.366345+0000 mgr.smithi046.hnrily (mgr.14180) 1505 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:11.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:10 smithi046 bash[24815]: cluster 2023-12-26T17:09:09.218561+0000 mgr.smithi046.hnrily (mgr.14180) 1504 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-26T17:09:11.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:10 smithi046 bash[24815]: audit 2023-12-26T17:09:09.366345+0000 mgr.smithi046.hnrily (mgr.14180) 1505 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:13.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:12 smithi046 bash[24815]: cluster 2023-12-26T17:09:11.219570+0000 mgr.smithi046.hnrily (mgr.14180) 1506 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2023-12-26T17:09:13.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:12 smithi073 bash[29040]: cluster 2023-12-26T17:09:11.219570+0000 mgr.smithi046.hnrily (mgr.14180) 1506 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2023-12-26T17:09:14.392 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:09:14.392 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:01.134957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.odjiap on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\nDeploy daemon haproxy.nfs.foo.smithi073.odjiap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.208031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qkysvu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\nDeploy daemon haproxy.nfs.foo.smithi046.qkysvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.212006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ulssmg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:09:15.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:09:15.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:14 smithi073 bash[29040]: cluster 2023-12-26T17:09:13.220314+0000 mgr.smithi046.hnrily (mgr.14180) 1507 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-26T17:09:15.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:14 smithi046 bash[24815]: cluster 2023-12-26T17:09:13.220314+0000 mgr.smithi046.hnrily (mgr.14180) 1507 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-26T17:09:16.175 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:09:16.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:16 smithi046 bash[24815]: audit 2023-12-26T17:09:14.382026+0000 mgr.smithi046.hnrily (mgr.14180) 1508 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:16.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:16 smithi046 bash[24815]: cluster 2023-12-26T17:09:15.221249+0000 mgr.smithi046.hnrily (mgr.14180) 1509 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-26T17:09:16.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:16 smithi073 bash[29040]: audit 2023-12-26T17:09:14.382026+0000 mgr.smithi046.hnrily (mgr.14180) 1508 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:16.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:16 smithi073 bash[29040]: cluster 2023-12-26T17:09:15.221249+0000 mgr.smithi046.hnrily (mgr.14180) 1509 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-26T17:09:18.601 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:18 smithi046 bash[24815]: cluster 2023-12-26T17:09:17.222596+0000 mgr.smithi046.hnrily (mgr.14180) 1510 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:18.740 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:18 smithi073 bash[29040]: cluster 2023-12-26T17:09:17.222596+0000 mgr.smithi046.hnrily (mgr.14180) 1510 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:19.361 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:09:19.361 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:01.134957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.odjiap on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\nDeploy daemon haproxy.nfs.foo.smithi073.odjiap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.208031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qkysvu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\nDeploy daemon haproxy.nfs.foo.smithi046.qkysvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.212006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ulssmg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:09:20.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:09:20.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:20 smithi046 bash[24815]: cluster 2023-12-26T17:09:19.223230+0000 mgr.smithi046.hnrily (mgr.14180) 1511 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:20.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:20 smithi046 bash[24815]: audit 2023-12-26T17:09:19.346363+0000 mgr.smithi046.hnrily (mgr.14180) 1512 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:20.740 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:20 smithi073 bash[29040]: cluster 2023-12-26T17:09:19.223230+0000 mgr.smithi046.hnrily (mgr.14180) 1511 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:20.740 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:20 smithi073 bash[29040]: audit 2023-12-26T17:09:19.346363+0000 mgr.smithi046.hnrily (mgr.14180) 1512 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:21.074 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:09:23.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:22 smithi073 bash[29040]: cluster 2023-12-26T17:09:21.224830+0000 mgr.smithi046.hnrily (mgr.14180) 1513 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:09:23.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:22 smithi046 bash[24815]: cluster 2023-12-26T17:09:21.224830+0000 mgr.smithi046.hnrily (mgr.14180) 1513 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:09:24.233 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:09:24.233 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:01.134957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.odjiap on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\nDeploy daemon haproxy.nfs.foo.smithi073.odjiap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.208031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qkysvu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\nDeploy daemon haproxy.nfs.foo.smithi046.qkysvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.212006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ulssmg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:09:25.040 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:09:25.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:24 smithi073 bash[29040]: cluster 2023-12-26T17:09:23.226002+0000 mgr.smithi046.hnrily (mgr.14180) 1514 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:25.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:24 smithi046 bash[24815]: cluster 2023-12-26T17:09:23.226002+0000 mgr.smithi046.hnrily (mgr.14180) 1514 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:26.040 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:09:26.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:25 smithi073 bash[29040]: audit 2023-12-26T17:09:24.216069+0000 mgr.smithi046.hnrily (mgr.14180) 1515 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:26.245 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:25 smithi046 bash[24815]: audit 2023-12-26T17:09:24.216069+0000 mgr.smithi046.hnrily (mgr.14180) 1515 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:27.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:26 smithi073 bash[29040]: cluster 2023-12-26T17:09:25.226998+0000 mgr.smithi046.hnrily (mgr.14180) 1516 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:27.266 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:26 smithi046 bash[24815]: cluster 2023-12-26T17:09:25.226998+0000 mgr.smithi046.hnrily (mgr.14180) 1516 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:29.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:28 smithi073 bash[29040]: cluster 2023-12-26T17:09:27.228587+0000 mgr.smithi046.hnrily (mgr.14180) 1517 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:29.300 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:09:29.300 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:01.134957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.odjiap on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\nDeploy daemon haproxy.nfs.foo.smithi073.odjiap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.208031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qkysvu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\nDeploy daemon haproxy.nfs.foo.smithi046.qkysvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.212006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ulssmg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:09:29.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:28 smithi046 bash[24815]: cluster 2023-12-26T17:09:27.228587+0000 mgr.smithi046.hnrily (mgr.14180) 1517 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:30.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:09:31.098 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:09:31.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:30 smithi073 bash[29040]: cluster 2023-12-26T17:09:29.229492+0000 mgr.smithi046.hnrily (mgr.14180) 1518 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:31.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:30 smithi073 bash[29040]: audit 2023-12-26T17:09:29.283656+0000 mgr.smithi046.hnrily (mgr.14180) 1519 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:31.302 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:30 smithi046 bash[24815]: cluster 2023-12-26T17:09:29.229492+0000 mgr.smithi046.hnrily (mgr.14180) 1518 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:31.302 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:30 smithi046 bash[24815]: audit 2023-12-26T17:09:29.283656+0000 mgr.smithi046.hnrily (mgr.14180) 1519 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:33.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:32 smithi073 bash[29040]: cluster 2023-12-26T17:09:31.230942+0000 mgr.smithi046.hnrily (mgr.14180) 1520 : cluster [DBG] pgmap v977: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:09:33.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:32 smithi046 bash[24815]: cluster 2023-12-26T17:09:31.230942+0000 mgr.smithi046.hnrily (mgr.14180) 1520 : cluster [DBG] pgmap v977: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:09:34.307 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:09:34.307 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:01.134957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.odjiap on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\nDeploy daemon haproxy.nfs.foo.smithi073.odjiap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.208031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qkysvu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\nDeploy daemon haproxy.nfs.foo.smithi046.qkysvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.212006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ulssmg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:09:35.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:09:35.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:34 smithi073 bash[29040]: cluster 2023-12-26T17:09:33.232063+0000 mgr.smithi046.hnrily (mgr.14180) 1521 : cluster [DBG] pgmap v978: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:35.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:34 smithi046 bash[24815]: cluster 2023-12-26T17:09:33.232063+0000 mgr.smithi046.hnrily (mgr.14180) 1521 : cluster [DBG] pgmap v978: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:36.046 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:09:36.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:35 smithi073 bash[29040]: audit 2023-12-26T17:09:34.297272+0000 mgr.smithi046.hnrily (mgr.14180) 1522 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:36.246 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:35 smithi046 bash[24815]: audit 2023-12-26T17:09:34.297272+0000 mgr.smithi046.hnrily (mgr.14180) 1522 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:37.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:36 smithi073 bash[29040]: cluster 2023-12-26T17:09:35.233099+0000 mgr.smithi046.hnrily (mgr.14180) 1523 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:37.298 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:36 smithi046 bash[24815]: cluster 2023-12-26T17:09:35.233099+0000 mgr.smithi046.hnrily (mgr.14180) 1523 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:39.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:38 smithi073 bash[29040]: cluster 2023-12-26T17:09:37.234577+0000 mgr.smithi046.hnrily (mgr.14180) 1524 : cluster [DBG] pgmap v980: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:39.273 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:09:39.274 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:01.134957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.odjiap on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\nDeploy daemon haproxy.nfs.foo.smithi073.odjiap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.208031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qkysvu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\nDeploy daemon haproxy.nfs.foo.smithi046.qkysvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.212006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ulssmg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:09:39.326 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:38 smithi046 bash[24815]: cluster 2023-12-26T17:09:37.234577+0000 mgr.smithi046.hnrily (mgr.14180) 1524 : cluster [DBG] pgmap v980: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:40.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:09:41.081 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:09:41.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:40 smithi073 bash[29040]: cluster 2023-12-26T17:09:39.235495+0000 mgr.smithi046.hnrily (mgr.14180) 1525 : cluster [DBG] pgmap v981: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:41.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:40 smithi073 bash[29040]: audit 2023-12-26T17:09:39.258836+0000 mgr.smithi046.hnrily (mgr.14180) 1526 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:41.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:40 smithi046 bash[24815]: cluster 2023-12-26T17:09:39.235495+0000 mgr.smithi046.hnrily (mgr.14180) 1525 : cluster [DBG] pgmap v981: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:41.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:40 smithi046 bash[24815]: audit 2023-12-26T17:09:39.258836+0000 mgr.smithi046.hnrily (mgr.14180) 1526 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:43.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:42 smithi073 bash[29040]: cluster 2023-12-26T17:09:41.236918+0000 mgr.smithi046.hnrily (mgr.14180) 1527 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:09:43.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:42 smithi046 bash[24815]: cluster 2023-12-26T17:09:41.236918+0000 mgr.smithi046.hnrily (mgr.14180) 1527 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:09:44.135 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:09:44.136 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:01.134957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.odjiap on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\nDeploy daemon haproxy.nfs.foo.smithi073.odjiap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.208031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qkysvu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\nDeploy daemon haproxy.nfs.foo.smithi046.qkysvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.212006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ulssmg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:09:44.927 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:09:45.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:44 smithi073 bash[29040]: cluster 2023-12-26T17:09:43.237483+0000 mgr.smithi046.hnrily (mgr.14180) 1528 : cluster [DBG] pgmap v983: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:45.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:44 smithi046 bash[24815]: cluster 2023-12-26T17:09:43.237483+0000 mgr.smithi046.hnrily (mgr.14180) 1528 : cluster [DBG] pgmap v983: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:45.928 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:09:46.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:45 smithi073 bash[29040]: audit 2023-12-26T17:09:44.125493+0000 mgr.smithi046.hnrily (mgr.14180) 1529 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:46.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:45 smithi046 bash[24815]: audit 2023-12-26T17:09:44.125493+0000 mgr.smithi046.hnrily (mgr.14180) 1529 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:47.326 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:46 smithi046 bash[24815]: cluster 2023-12-26T17:09:45.238418+0000 mgr.smithi046.hnrily (mgr.14180) 1530 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:47.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:46 smithi073 bash[29040]: cluster 2023-12-26T17:09:45.238418+0000 mgr.smithi046.hnrily (mgr.14180) 1530 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:49.132 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:09:49.132 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:01.134957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.odjiap on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\nDeploy daemon haproxy.nfs.foo.smithi073.odjiap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.208031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qkysvu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\nDeploy daemon haproxy.nfs.foo.smithi046.qkysvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.212006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ulssmg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:09:49.334 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:48 smithi046 bash[24815]: cluster 2023-12-26T17:09:47.239838+0000 mgr.smithi046.hnrily (mgr.14180) 1531 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:49.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:48 smithi073 bash[29040]: cluster 2023-12-26T17:09:47.239838+0000 mgr.smithi046.hnrily (mgr.14180) 1531 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:49.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:09:50.943 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:09:51.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:50 smithi046 bash[24815]: audit 2023-12-26T17:09:49.121879+0000 mgr.smithi046.hnrily (mgr.14180) 1532 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:51.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:50 smithi046 bash[24815]: cluster 2023-12-26T17:09:49.240949+0000 mgr.smithi046.hnrily (mgr.14180) 1533 : cluster [DBG] pgmap v986: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:51.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:51 smithi073 bash[29040]: audit 2023-12-26T17:09:49.121879+0000 mgr.smithi046.hnrily (mgr.14180) 1532 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:51.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:51 smithi073 bash[29040]: cluster 2023-12-26T17:09:49.240949+0000 mgr.smithi046.hnrily (mgr.14180) 1533 : cluster [DBG] pgmap v986: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:52.266 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:52 smithi046 bash[24815]: cluster 2023-12-26T17:09:51.242635+0000 mgr.smithi046.hnrily (mgr.14180) 1534 : cluster [DBG] pgmap v987: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:09:52.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:52 smithi073 bash[29040]: cluster 2023-12-26T17:09:51.242635+0000 mgr.smithi046.hnrily (mgr.14180) 1534 : cluster [DBG] pgmap v987: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:09:54.181 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:09:54.181 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:01.134957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.odjiap on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\nDeploy daemon haproxy.nfs.foo.smithi073.odjiap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.208031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qkysvu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\nDeploy daemon haproxy.nfs.foo.smithi046.qkysvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.212006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ulssmg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:09:54.601 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:54 smithi046 bash[24815]: cluster 2023-12-26T17:09:53.243942+0000 mgr.smithi046.hnrily (mgr.14180) 1535 : cluster [DBG] pgmap v988: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:54.740 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:54 smithi073 bash[29040]: cluster 2023-12-26T17:09:53.243942+0000 mgr.smithi046.hnrily (mgr.14180) 1535 : cluster [DBG] pgmap v988: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:55.007 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:09:55.601 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:55 smithi046 bash[24815]: audit 2023-12-26T17:09:54.164690+0000 mgr.smithi046.hnrily (mgr.14180) 1536 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:55.740 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:55 smithi073 bash[29040]: audit 2023-12-26T17:09:54.164690+0000 mgr.smithi046.hnrily (mgr.14180) 1536 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:09:56.008 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:09:57.198 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:56 smithi046 bash[24815]: cluster 2023-12-26T17:09:55.245102+0000 mgr.smithi046.hnrily (mgr.14180) 1537 : cluster [DBG] pgmap v989: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:57.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:56 smithi073 bash[29040]: cluster 2023-12-26T17:09:55.245102+0000 mgr.smithi046.hnrily (mgr.14180) 1537 : cluster [DBG] pgmap v989: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:59.098 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:09:59.098 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:01.134957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.odjiap on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\nDeploy daemon haproxy.nfs.foo.smithi073.odjiap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.208031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qkysvu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\nDeploy daemon haproxy.nfs.foo.smithi046.qkysvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.212006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ulssmg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:09:59.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:09:58 smithi073 bash[29040]: cluster 2023-12-26T17:09:57.246660+0000 mgr.smithi046.hnrily (mgr.14180) 1538 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:59.307 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:09:58 smithi046 bash[24815]: cluster 2023-12-26T17:09:57.246660+0000 mgr.smithi046.hnrily (mgr.14180) 1538 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:09:59.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:10:00.896 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:10:01.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:00 smithi073 bash[29040]: audit 2023-12-26T17:09:59.085121+0000 mgr.smithi046.hnrily (mgr.14180) 1539 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:01.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:00 smithi073 bash[29040]: cluster 2023-12-26T17:09:59.247636+0000 mgr.smithi046.hnrily (mgr.14180) 1540 : cluster [DBG] pgmap v991: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:01.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:00 smithi073 bash[29040]: cluster 2023-12-26T17:10:00.000130+0000 mon.smithi046 (mon.0) 1027 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-26T17:10:01.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:00 smithi046 bash[24815]: audit 2023-12-26T17:09:59.085121+0000 mgr.smithi046.hnrily (mgr.14180) 1539 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:01.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:00 smithi046 bash[24815]: cluster 2023-12-26T17:09:59.247636+0000 mgr.smithi046.hnrily (mgr.14180) 1540 : cluster [DBG] pgmap v991: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:01.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:00 smithi046 bash[24815]: cluster 2023-12-26T17:10:00.000130+0000 mon.smithi046 (mon.0) 1027 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-26T17:10:03.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:02 smithi073 bash[29040]: cluster 2023-12-26T17:10:01.248603+0000 mgr.smithi046.hnrily (mgr.14180) 1541 : cluster [DBG] pgmap v992: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:10:03.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:02 smithi046 bash[24815]: cluster 2023-12-26T17:10:01.248603+0000 mgr.smithi046.hnrily (mgr.14180) 1541 : cluster [DBG] pgmap v992: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:10:04.051 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:10:04.051 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:01.134957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.odjiap on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\nDeploy daemon haproxy.nfs.foo.smithi073.odjiap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.208031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qkysvu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\nDeploy daemon haproxy.nfs.foo.smithi046.qkysvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.212006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ulssmg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:10:04.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:10:05.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:04 smithi073 bash[29040]: cluster 2023-12-26T17:10:03.249524+0000 mgr.smithi046.hnrily (mgr.14180) 1542 : cluster [DBG] pgmap v993: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:05.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:04 smithi046 bash[24815]: cluster 2023-12-26T17:10:03.249524+0000 mgr.smithi046.hnrily (mgr.14180) 1542 : cluster [DBG] pgmap v993: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:05.871 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:10:06.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:05 smithi073 bash[29040]: audit 2023-12-26T17:10:04.041576+0000 mgr.smithi046.hnrily (mgr.14180) 1543 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:06.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:05 smithi073 bash[29040]: audit 2023-12-26T17:10:05.220336+0000 mon.smithi046 (mon.0) 1028 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:10:06.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:05 smithi046 bash[24815]: audit 2023-12-26T17:10:04.041576+0000 mgr.smithi046.hnrily (mgr.14180) 1543 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:06.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:05 smithi046 bash[24815]: audit 2023-12-26T17:10:05.220336+0000 mon.smithi046 (mon.0) 1028 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:10:07.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:06 smithi073 bash[29040]: cluster 2023-12-26T17:10:05.250459+0000 mgr.smithi046.hnrily (mgr.14180) 1544 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:07.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:06 smithi046 bash[24815]: cluster 2023-12-26T17:10:05.250459+0000 mgr.smithi046.hnrily (mgr.14180) 1544 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:09.060 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:10:09.060 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T16:59:48.961067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T16:59:48.313789Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T16:59:48.961548Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:01.134957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.odjiap on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\nDeploy daemon haproxy.nfs.foo.smithi073.odjiap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.208031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qkysvu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\nDeploy daemon haproxy.nfs.foo.smithi046.qkysvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.212006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ulssmg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T16:59:48.315888Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T16:59:48.314152Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T16:59:48.314409Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T16:59:48.316241Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T16:59:48.314651Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T16:59:48.314890Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T16:59:48.961974Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:10:09.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:08 smithi073 bash[29040]: cluster 2023-12-26T17:10:07.251923+0000 mgr.smithi046.hnrily (mgr.14180) 1545 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:09.281 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:08 smithi046 bash[24815]: cluster 2023-12-26T17:10:07.251923+0000 mgr.smithi046.hnrily (mgr.14180) 1545 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:09.794 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:10:10.795 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:10:11.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:10 smithi046 bash[24815]: audit 2023-12-26T17:10:09.047663+0000 mgr.smithi046.hnrily (mgr.14180) 1546 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:11.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:10 smithi046 bash[24815]: cluster 2023-12-26T17:10:09.252699+0000 mgr.smithi046.hnrily (mgr.14180) 1547 : cluster [DBG] pgmap v996: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:11.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:10 smithi046 bash[24815]: audit 2023-12-26T17:10:10.827358+0000 mon.smithi046 (mon.0) 1029 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:10:11.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:10 smithi073 bash[29040]: audit 2023-12-26T17:10:09.047663+0000 mgr.smithi046.hnrily (mgr.14180) 1546 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:11.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:10 smithi073 bash[29040]: cluster 2023-12-26T17:10:09.252699+0000 mgr.smithi046.hnrily (mgr.14180) 1547 : cluster [DBG] pgmap v996: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:11.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:10 smithi073 bash[29040]: audit 2023-12-26T17:10:10.827358+0000 mon.smithi046 (mon.0) 1029 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:10:12.851 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:12 smithi046 bash[24815]: cluster 2023-12-26T17:10:11.253914+0000 mgr.smithi046.hnrily (mgr.14180) 1548 : cluster [DBG] pgmap v997: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:10:12.851 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:12 smithi046 bash[24815]: audit 2023-12-26T17:10:11.542658+0000 mon.smithi046 (mon.0) 1030 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:10:12.852 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:12 smithi046 bash[24815]: audit 2023-12-26T17:10:11.811381+0000 mon.smithi046 (mon.0) 1031 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:10:12.852 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:12 smithi046 bash[24815]: audit 2023-12-26T17:10:11.812742+0000 mon.smithi046 (mon.0) 1032 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T17:10:12.852 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:12 smithi046 bash[24815]: audit 2023-12-26T17:10:11.820937+0000 mon.smithi046 (mon.0) 1033 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:10:12.852 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:12 smithi046 bash[24815]: cluster 2023-12-26T17:10:11.821661+0000 mgr.smithi046.hnrily (mgr.14180) 1549 : cluster [DBG] pgmap v998: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-12-26T17:10:12.852 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:12 smithi046 bash[24815]: audit 2023-12-26T17:10:11.828036+0000 mon.smithi046 (mon.0) 1034 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T17:10:12.852 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:12 smithi046 bash[24815]: audit 2023-12-26T17:10:11.841992+0000 mon.smithi046 (mon.0) 1035 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:10:12.852 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:12 smithi046 bash[24815]: cephadm 2023-12-26T17:10:11.846630+0000 mgr.smithi046.hnrily (mgr.14180) 1550 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.ruywza on smithi073 2023-12-26T17:10:12.852 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:12 smithi046 bash[24815]: cluster 2023-12-26T17:10:11.984847+0000 mon.smithi046 (mon.0) 1036 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T17:10:12.852 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:12 smithi046 bash[24815]: cluster 2023-12-26T17:10:11.984934+0000 mon.smithi046 (mon.0) 1037 : cluster [INF] Cluster is now healthy 2023-12-26T17:10:12.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:12 smithi073 bash[29040]: cluster 2023-12-26T17:10:11.253914+0000 mgr.smithi046.hnrily (mgr.14180) 1548 : cluster [DBG] pgmap v997: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:10:12.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:12 smithi073 bash[29040]: audit 2023-12-26T17:10:11.542658+0000 mon.smithi046 (mon.0) 1030 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:10:12.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:12 smithi073 bash[29040]: audit 2023-12-26T17:10:11.811381+0000 mon.smithi046 (mon.0) 1031 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:10:12.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:12 smithi073 bash[29040]: audit 2023-12-26T17:10:11.812742+0000 mon.smithi046 (mon.0) 1032 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T17:10:12.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:12 smithi073 bash[29040]: audit 2023-12-26T17:10:11.820937+0000 mon.smithi046 (mon.0) 1033 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:10:12.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:12 smithi073 bash[29040]: cluster 2023-12-26T17:10:11.821661+0000 mgr.smithi046.hnrily (mgr.14180) 1549 : cluster [DBG] pgmap v998: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-12-26T17:10:12.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:12 smithi073 bash[29040]: audit 2023-12-26T17:10:11.828036+0000 mon.smithi046 (mon.0) 1034 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T17:10:12.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:12 smithi073 bash[29040]: audit 2023-12-26T17:10:11.841992+0000 mon.smithi046 (mon.0) 1035 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:10:12.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:12 smithi073 bash[29040]: cephadm 2023-12-26T17:10:11.846630+0000 mgr.smithi046.hnrily (mgr.14180) 1550 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.ruywza on smithi073 2023-12-26T17:10:12.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:12 smithi073 bash[29040]: cluster 2023-12-26T17:10:11.984847+0000 mon.smithi046 (mon.0) 1036 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T17:10:12.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:12 smithi073 bash[29040]: cluster 2023-12-26T17:10:11.984934+0000 mon.smithi046 (mon.0) 1037 : cluster [INF] Cluster is now healthy 2023-12-26T17:10:14.006 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:10:14.006 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T17:10:11.530046Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T17:10:10.816085Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T17:10:11.530408Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:07:56.720211Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.awpefl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:01.134957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.odjiap on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\nDeploy daemon haproxy.nfs.foo.smithi073.odjiap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.208031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qkysvu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\nDeploy daemon haproxy.nfs.foo.smithi046.qkysvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.212006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ulssmg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T17:10:10.817604Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T17:10:10.816352Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T17:10:10.816532Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T17:10:10.817764Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T17:10:10.816728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T17:10:10.816921Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T17:10:11.530759Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:10:14.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:10:15.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:14 smithi046 bash[24815]: cluster 2023-12-26T17:10:13.822263+0000 mgr.smithi046.hnrily (mgr.14180) 1551 : cluster [DBG] pgmap v999: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-12-26T17:10:15.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:14 smithi046 bash[24815]: audit 2023-12-26T17:10:13.990725+0000 mgr.smithi046.hnrily (mgr.14180) 1552 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:15.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:14 smithi073 bash[29040]: cluster 2023-12-26T17:10:13.822263+0000 mgr.smithi046.hnrily (mgr.14180) 1551 : cluster [DBG] pgmap v999: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-12-26T17:10:15.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:14 smithi073 bash[29040]: audit 2023-12-26T17:10:13.990725+0000 mgr.smithi046.hnrily (mgr.14180) 1552 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:15.820 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:10:15.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:15 smithi073 bash[29040]: audit 2023-12-26T17:10:15.792168+0000 mon.smithi046 (mon.0) 1038 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.ruywza"}]: dispatch 2023-12-26T17:10:16.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:15 smithi046 bash[24815]: audit 2023-12-26T17:10:15.792168+0000 mon.smithi046 (mon.0) 1038 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.ruywza"}]: dispatch 2023-12-26T17:10:17.199 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: cephadm 2023-12-26T17:10:15.790972+0000 mgr.smithi046.hnrily (mgr.14180) 1553 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza 2023-12-26T17:10:17.199 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:10:17.199 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza 2023-12-26T17:10:17.199 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza 2023-12-26T17:10:17.199 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:10:17.199 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza 2023-12-26T17:10:17.199 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.ruywza ... 2023-12-26T17:10:17.199 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:17.199 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:10:17.199 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:10:17.199 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:10:17.199 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:17.200 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T17:10:17.200 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:10:17.200 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T17:10:17.200 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:10:17.200 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T17:10:17.200 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza 2023-12-26T17:10:17.200 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:10:17.200 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza 2023-12-26T17:10:17.200 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza 2023-12-26T17:10:17.200 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:10:17.200 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza 2023-12-26T17:10:17.200 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.ruywza ... 2023-12-26T17:10:17.200 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:17.201 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:10:17.201 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:10:17.201 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:10:17.201 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:17.201 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: cephadm 2023-12-26T17:10:15.791466+0000 mgr.smithi046.hnrily (mgr.14180) 1554 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.ruywza 2023-12-26T17:10:17.201 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: cephadm 2023-12-26T17:10:15.793865+0000 mgr.smithi046.hnrily (mgr.14180) 1555 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.ruywza on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza 2023-12-26T17:10:17.201 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:10:17.201 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza 2023-12-26T17:10:17.201 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza 2023-12-26T17:10:17.201 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:10:17.201 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza 2023-12-26T17:10:17.201 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.ruywza ... 2023-12-26T17:10:17.202 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:17.202 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:10:17.202 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:10:17.202 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:10:17.202 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:17.202 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: cephadm 2023-12-26T17:10:15.798786+0000 mgr.smithi046.hnrily (mgr.14180) 1556 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.knewxw on smithi046 2023-12-26T17:10:17.202 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:16 smithi046 bash[24815]: cluster 2023-12-26T17:10:15.823094+0000 mgr.smithi046.hnrily (mgr.14180) 1557 : cluster [DBG] pgmap v1000: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-12-26T17:10:17.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: cephadm 2023-12-26T17:10:15.790972+0000 mgr.smithi046.hnrily (mgr.14180) 1553 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza 2023-12-26T17:10:17.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:10:17.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza 2023-12-26T17:10:17.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza 2023-12-26T17:10:17.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:10:17.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza 2023-12-26T17:10:17.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.ruywza ... 2023-12-26T17:10:17.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:17.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:10:17.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:10:17.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:10:17.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:17.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T17:10:17.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:10:17.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T17:10:17.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:10:17.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T17:10:17.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza 2023-12-26T17:10:17.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:10:17.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza 2023-12-26T17:10:17.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza 2023-12-26T17:10:17.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:10:17.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza 2023-12-26T17:10:17.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.ruywza ... 2023-12-26T17:10:17.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:17.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:10:17.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:10:17.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:10:17.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:17.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: cephadm 2023-12-26T17:10:15.791466+0000 mgr.smithi046.hnrily (mgr.14180) 1554 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.ruywza 2023-12-26T17:10:17.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: cephadm 2023-12-26T17:10:15.793865+0000 mgr.smithi046.hnrily (mgr.14180) 1555 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.ruywza on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza 2023-12-26T17:10:17.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:10:17.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza 2023-12-26T17:10:17.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza 2023-12-26T17:10:17.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:10:17.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza 2023-12-26T17:10:17.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.ruywza ... 2023-12-26T17:10:17.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:17.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:10:17.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:10:17.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:10:17.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:17.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: cephadm 2023-12-26T17:10:15.798786+0000 mgr.smithi046.hnrily (mgr.14180) 1556 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.knewxw on smithi046 2023-12-26T17:10:17.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:16 smithi073 bash[29040]: cluster 2023-12-26T17:10:15.823094+0000 mgr.smithi046.hnrily (mgr.14180) 1557 : cluster [DBG] pgmap v1000: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-12-26T17:10:19.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:18 smithi046 bash[24815]: cluster 2023-12-26T17:10:17.824264+0000 mgr.smithi046.hnrily (mgr.14180) 1558 : cluster [DBG] pgmap v1001: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-12-26T17:10:19.231 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:10:19.231 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T17:10:11.530046Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T17:10:10.816085Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T17:10:11.530408Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:09:01.134957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.odjiap on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-odjiap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.odjiap\nDeploy daemon haproxy.nfs.foo.smithi073.odjiap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.208031Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qkysvu on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-qkysvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.qkysvu\nDeploy daemon haproxy.nfs.foo.smithi046.qkysvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:09:05.212006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ulssmg on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:15.793682Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ruywza on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\nDeploy daemon haproxy.nfs.foo.smithi073.ruywza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T17:10:10.817604Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T17:10:10.816352Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T17:10:10.816532Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T17:10:10.817764Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T17:10:10.816728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T17:10:10.816921Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T17:10:11.530759Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:10:19.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:18 smithi073 bash[29040]: cluster 2023-12-26T17:10:17.824264+0000 mgr.smithi046.hnrily (mgr.14180) 1558 : cluster [DBG] pgmap v1001: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-12-26T17:10:20.114 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:10:21.115 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:10:21.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:20 smithi073 bash[29040]: audit 2023-12-26T17:10:19.216852+0000 mgr.smithi046.hnrily (mgr.14180) 1559 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:21.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:20 smithi073 bash[29040]: cluster 2023-12-26T17:10:19.824966+0000 mgr.smithi046.hnrily (mgr.14180) 1560 : cluster [DBG] pgmap v1002: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-12-26T17:10:21.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:20 smithi073 bash[29040]: audit 2023-12-26T17:10:20.132741+0000 mon.smithi046 (mon.0) 1039 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.knewxw"}]: dispatch 2023-12-26T17:10:21.316 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:20 smithi046 bash[24815]: audit 2023-12-26T17:10:19.216852+0000 mgr.smithi046.hnrily (mgr.14180) 1559 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:21.316 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:20 smithi046 bash[24815]: cluster 2023-12-26T17:10:19.824966+0000 mgr.smithi046.hnrily (mgr.14180) 1560 : cluster [DBG] pgmap v1002: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-12-26T17:10:21.316 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:20 smithi046 bash[24815]: audit 2023-12-26T17:10:20.132741+0000 mon.smithi046 (mon.0) 1039 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.knewxw"}]: dispatch 2023-12-26T17:10:22.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: cephadm 2023-12-26T17:10:20.131521+0000 mgr.smithi046.hnrily (mgr.14180) 1561 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw 2023-12-26T17:10:22.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:10:22.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw 2023-12-26T17:10:22.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw 2023-12-26T17:10:22.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:10:22.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw 2023-12-26T17:10:22.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.knewxw ... 2023-12-26T17:10:22.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:22.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:10:22.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:10:22.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:10:22.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:22.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T17:10:22.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:10:22.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T17:10:22.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:10:22.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T17:10:22.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw 2023-12-26T17:10:22.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:10:22.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw 2023-12-26T17:10:22.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw 2023-12-26T17:10:22.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:10:22.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw 2023-12-26T17:10:22.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.knewxw ... 2023-12-26T17:10:22.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:22.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:10:22.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:10:22.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:10:22.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:22.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: cephadm 2023-12-26T17:10:20.132042+0000 mgr.smithi046.hnrily (mgr.14180) 1562 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.knewxw 2023-12-26T17:10:22.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: cephadm 2023-12-26T17:10:20.134322+0000 mgr.smithi046.hnrily (mgr.14180) 1563 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.knewxw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw 2023-12-26T17:10:22.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:10:22.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw 2023-12-26T17:10:22.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw 2023-12-26T17:10:22.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:10:22.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw 2023-12-26T17:10:22.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi046.knewxw ... 2023-12-26T17:10:22.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:22.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:10:22.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:10:22.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:10:22.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:22.245 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: cephadm 2023-12-26T17:10:20.138663+0000 mgr.smithi046.hnrily (mgr.14180) 1564 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.ajkjao on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:10:22.245 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: cephadm 2023-12-26T17:10:20.140556+0000 mgr.smithi046.hnrily (mgr.14180) 1565 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.sjirxs on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:10:22.245 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: cluster 2023-12-26T17:10:20.141654+0000 mgr.smithi046.hnrily (mgr.14180) 1566 : cluster [DBG] pgmap v1003: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T17:10:22.245 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: cluster 2023-12-26T17:10:20.949128+0000 mon.smithi046 (mon.0) 1040 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T17:10:22.245 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:21 smithi073 bash[29040]: audit 2023-12-26T17:10:21.746023+0000 mon.smithi046 (mon.0) 1041 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:10:22.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: cephadm 2023-12-26T17:10:20.131521+0000 mgr.smithi046.hnrily (mgr.14180) 1561 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw 2023-12-26T17:10:22.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:10:22.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw 2023-12-26T17:10:22.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw 2023-12-26T17:10:22.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:10:22.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw 2023-12-26T17:10:22.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.knewxw ... 2023-12-26T17:10:22.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:22.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:10:22.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:10:22.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:10:22.249 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:22.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T17:10:22.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:10:22.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T17:10:22.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:10:22.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T17:10:22.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw 2023-12-26T17:10:22.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:10:22.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw 2023-12-26T17:10:22.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw 2023-12-26T17:10:22.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:10:22.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw 2023-12-26T17:10:22.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.knewxw ... 2023-12-26T17:10:22.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:22.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:10:22.250 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:10:22.251 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:10:22.251 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:22.251 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: cephadm 2023-12-26T17:10:20.132042+0000 mgr.smithi046.hnrily (mgr.14180) 1562 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.knewxw 2023-12-26T17:10:22.251 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: cephadm 2023-12-26T17:10:20.134322+0000 mgr.smithi046.hnrily (mgr.14180) 1563 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.knewxw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw 2023-12-26T17:10:22.251 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:10:22.251 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw 2023-12-26T17:10:22.251 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw 2023-12-26T17:10:22.251 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:10:22.251 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw 2023-12-26T17:10:22.251 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi046.knewxw ... 2023-12-26T17:10:22.251 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:22.251 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:10:22.251 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:10:22.252 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:10:22.252 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:10:22.252 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: cephadm 2023-12-26T17:10:20.138663+0000 mgr.smithi046.hnrily (mgr.14180) 1564 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.ajkjao on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:10:22.252 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: cephadm 2023-12-26T17:10:20.140556+0000 mgr.smithi046.hnrily (mgr.14180) 1565 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.sjirxs on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-26T17:10:22.252 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: cluster 2023-12-26T17:10:20.141654+0000 mgr.smithi046.hnrily (mgr.14180) 1566 : cluster [DBG] pgmap v1003: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-26T17:10:22.252 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: cluster 2023-12-26T17:10:20.949128+0000 mon.smithi046 (mon.0) 1040 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-26T17:10:22.252 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:21 smithi046 bash[24815]: audit 2023-12-26T17:10:21.746023+0000 mon.smithi046 (mon.0) 1041 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:10:24.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:23 smithi073 bash[29040]: cluster 2023-12-26T17:10:22.143110+0000 mgr.smithi046.hnrily (mgr.14180) 1567 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:10:24.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:23 smithi046 bash[24815]: cluster 2023-12-26T17:10:22.143110+0000 mgr.smithi046.hnrily (mgr.14180) 1567 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:10:24.398 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:10:24.398 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T17:10:11.530046Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T17:10:10.816085Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T17:10:11.530408Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:15.793682Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ruywza on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\nDeploy daemon haproxy.nfs.foo.smithi073.ruywza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.134097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.knewxw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\nDeploy daemon haproxy.nfs.foo.smithi046.knewxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.138485Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ajkjao on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:20.140402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjirxs on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T17:10:10.817604Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T17:10:10.816352Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T17:10:10.816532Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T17:10:10.817764Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T17:10:10.816728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T17:10:10.816921Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T17:10:11.530759Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:10:25.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:10:26.145 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:10:26.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:25 smithi073 bash[29040]: cluster 2023-12-26T17:10:24.143955+0000 mgr.smithi046.hnrily (mgr.14180) 1568 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:10:26.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:25 smithi073 bash[29040]: audit 2023-12-26T17:10:24.384223+0000 mgr.smithi046.hnrily (mgr.14180) 1569 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:26.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:25 smithi046 bash[24815]: cluster 2023-12-26T17:10:24.143955+0000 mgr.smithi046.hnrily (mgr.14180) 1568 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:10:26.350 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:25 smithi046 bash[24815]: audit 2023-12-26T17:10:24.384223+0000 mgr.smithi046.hnrily (mgr.14180) 1569 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:28.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:27 smithi073 bash[29040]: cluster 2023-12-26T17:10:26.145370+0000 mgr.smithi046.hnrily (mgr.14180) 1570 : cluster [DBG] pgmap v1006: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:10:28.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:27 smithi046 bash[24815]: cluster 2023-12-26T17:10:26.145370+0000 mgr.smithi046.hnrily (mgr.14180) 1570 : cluster [DBG] pgmap v1006: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:10:29.565 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:10:29.565 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T17:10:11.530046Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T17:10:10.816085Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T17:10:11.530408Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:15.793682Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ruywza on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\nDeploy daemon haproxy.nfs.foo.smithi073.ruywza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.134097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.knewxw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\nDeploy daemon haproxy.nfs.foo.smithi046.knewxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.138485Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ajkjao on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:20.140402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjirxs on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T17:10:10.817604Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T17:10:10.816352Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T17:10:10.816532Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T17:10:10.817764Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T17:10:10.816728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T17:10:10.816921Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T17:10:11.530759Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:10:30.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:29 smithi046 bash[24815]: cluster 2023-12-26T17:10:28.146405+0000 mgr.smithi046.hnrily (mgr.14180) 1571 : cluster [DBG] pgmap v1007: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:10:30.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:29 smithi073 bash[29040]: cluster 2023-12-26T17:10:28.146405+0000 mgr.smithi046.hnrily (mgr.14180) 1571 : cluster [DBG] pgmap v1007: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:10:30.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:10:31.319 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:10:31.331 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:30 smithi046 bash[24815]: audit 2023-12-26T17:10:29.551568+0000 mgr.smithi046.hnrily (mgr.14180) 1572 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:31.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:30 smithi073 bash[29040]: audit 2023-12-26T17:10:29.551568+0000 mgr.smithi046.hnrily (mgr.14180) 1572 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:32.346 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:31 smithi046 bash[24815]: cluster 2023-12-26T17:10:30.147204+0000 mgr.smithi046.hnrily (mgr.14180) 1573 : cluster [DBG] pgmap v1008: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:10:32.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:31 smithi073 bash[29040]: cluster 2023-12-26T17:10:30.147204+0000 mgr.smithi046.hnrily (mgr.14180) 1573 : cluster [DBG] pgmap v1008: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-26T17:10:34.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:33 smithi046 bash[24815]: cluster 2023-12-26T17:10:32.148584+0000 mgr.smithi046.hnrily (mgr.14180) 1574 : cluster [DBG] pgmap v1009: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:10:34.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:34 smithi073 bash[29040]: cluster 2023-12-26T17:10:32.148584+0000 mgr.smithi046.hnrily (mgr.14180) 1574 : cluster [DBG] pgmap v1009: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:10:34.516 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:10:34.516 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T17:10:11.530046Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T17:10:10.816085Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T17:10:11.530408Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:15.793682Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ruywza on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\nDeploy daemon haproxy.nfs.foo.smithi073.ruywza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.134097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.knewxw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\nDeploy daemon haproxy.nfs.foo.smithi046.knewxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.138485Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ajkjao on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:20.140402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjirxs on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T17:10:10.817604Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T17:10:10.816352Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T17:10:10.816532Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T17:10:10.817764Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T17:10:10.816728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T17:10:10.816921Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T17:10:11.530759Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:10:35.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:10:36.330 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:10:36.344 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:36 smithi046 bash[24815]: cluster 2023-12-26T17:10:34.149467+0000 mgr.smithi046.hnrily (mgr.14180) 1575 : cluster [DBG] pgmap v1010: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:36.344 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:36 smithi046 bash[24815]: audit 2023-12-26T17:10:34.501005+0000 mgr.smithi046.hnrily (mgr.14180) 1576 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:36.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:36 smithi073 bash[29040]: cluster 2023-12-26T17:10:34.149467+0000 mgr.smithi046.hnrily (mgr.14180) 1575 : cluster [DBG] pgmap v1010: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:36.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:36 smithi073 bash[29040]: audit 2023-12-26T17:10:34.501005+0000 mgr.smithi046.hnrily (mgr.14180) 1576 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:37.321 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:37 smithi046 bash[24815]: cluster 2023-12-26T17:10:36.150932+0000 mgr.smithi046.hnrily (mgr.14180) 1577 : cluster [DBG] pgmap v1011: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:37.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:37 smithi073 bash[29040]: cluster 2023-12-26T17:10:36.150932+0000 mgr.smithi046.hnrily (mgr.14180) 1577 : cluster [DBG] pgmap v1011: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:39.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:39 smithi046 bash[24815]: cluster 2023-12-26T17:10:38.151968+0000 mgr.smithi046.hnrily (mgr.14180) 1578 : cluster [DBG] pgmap v1012: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:39.452 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:10:39.452 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T17:10:11.530046Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T17:10:10.816085Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T17:10:11.530408Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:15.793682Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ruywza on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\nDeploy daemon haproxy.nfs.foo.smithi073.ruywza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.134097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.knewxw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\nDeploy daemon haproxy.nfs.foo.smithi046.knewxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.138485Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ajkjao on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:20.140402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjirxs on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T17:10:10.817604Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T17:10:10.816352Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T17:10:10.816532Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T17:10:10.817764Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T17:10:10.816728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T17:10:10.816921Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T17:10:11.530759Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:10:39.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:39 smithi073 bash[29040]: cluster 2023-12-26T17:10:38.151968+0000 mgr.smithi046.hnrily (mgr.14180) 1578 : cluster [DBG] pgmap v1012: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:40.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:10:40.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:40 smithi073 bash[29040]: audit 2023-12-26T17:10:39.436076+0000 mgr.smithi046.hnrily (mgr.14180) 1579 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:40.601 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:40 smithi046 bash[24815]: audit 2023-12-26T17:10:39.436076+0000 mgr.smithi046.hnrily (mgr.14180) 1579 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:41.235 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:10:42.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:41 smithi073 bash[29040]: cluster 2023-12-26T17:10:40.152957+0000 mgr.smithi046.hnrily (mgr.14180) 1580 : cluster [DBG] pgmap v1013: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:42.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:41 smithi046 bash[24815]: cluster 2023-12-26T17:10:40.152957+0000 mgr.smithi046.hnrily (mgr.14180) 1580 : cluster [DBG] pgmap v1013: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:44.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:43 smithi073 bash[29040]: cluster 2023-12-26T17:10:42.153925+0000 mgr.smithi046.hnrily (mgr.14180) 1581 : cluster [DBG] pgmap v1014: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:10:44.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:43 smithi046 bash[24815]: cluster 2023-12-26T17:10:42.153925+0000 mgr.smithi046.hnrily (mgr.14180) 1581 : cluster [DBG] pgmap v1014: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:10:44.446 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:10:44.446 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T17:10:11.530046Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T17:10:10.816085Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T17:10:11.530408Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:15.793682Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ruywza on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\nDeploy daemon haproxy.nfs.foo.smithi073.ruywza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.134097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.knewxw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\nDeploy daemon haproxy.nfs.foo.smithi046.knewxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.138485Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ajkjao on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:20.140402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjirxs on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T17:10:10.817604Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T17:10:10.816352Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T17:10:10.816532Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T17:10:10.817764Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T17:10:10.816728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T17:10:10.816921Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T17:10:11.530759Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:10:45.206 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:10:46.207 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:10:46.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:45 smithi046 bash[24815]: cluster 2023-12-26T17:10:44.154840+0000 mgr.smithi046.hnrily (mgr.14180) 1582 : cluster [DBG] pgmap v1015: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:46.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:45 smithi046 bash[24815]: audit 2023-12-26T17:10:44.428496+0000 mgr.smithi046.hnrily (mgr.14180) 1583 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:46.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:45 smithi073 bash[29040]: cluster 2023-12-26T17:10:44.154840+0000 mgr.smithi046.hnrily (mgr.14180) 1582 : cluster [DBG] pgmap v1015: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:46.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:45 smithi073 bash[29040]: audit 2023-12-26T17:10:44.428496+0000 mgr.smithi046.hnrily (mgr.14180) 1583 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:48.233 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:47 smithi046 bash[24815]: cluster 2023-12-26T17:10:46.156467+0000 mgr.smithi046.hnrily (mgr.14180) 1584 : cluster [DBG] pgmap v1016: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:48.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:47 smithi073 bash[29040]: cluster 2023-12-26T17:10:46.156467+0000 mgr.smithi046.hnrily (mgr.14180) 1584 : cluster [DBG] pgmap v1016: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:49.504 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:10:49.504 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T17:10:11.530046Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T17:10:10.816085Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T17:10:11.530408Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:15.793682Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ruywza on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\nDeploy daemon haproxy.nfs.foo.smithi073.ruywza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.134097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.knewxw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\nDeploy daemon haproxy.nfs.foo.smithi046.knewxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.138485Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ajkjao on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:20.140402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjirxs on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T17:10:10.817604Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T17:10:10.816352Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T17:10:10.816532Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T17:10:10.817764Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T17:10:10.816728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T17:10:10.816921Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T17:10:11.530759Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:10:50.228 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:49 smithi046 bash[24815]: cluster 2023-12-26T17:10:48.157553+0000 mgr.smithi046.hnrily (mgr.14180) 1585 : cluster [DBG] pgmap v1017: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:50.230 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:10:50.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:49 smithi073 bash[29040]: cluster 2023-12-26T17:10:48.157553+0000 mgr.smithi046.hnrily (mgr.14180) 1585 : cluster [DBG] pgmap v1017: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:51.232 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:10:51.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:50 smithi073 bash[29040]: audit 2023-12-26T17:10:49.494000+0000 mgr.smithi046.hnrily (mgr.14180) 1586 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:51.244 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:50 smithi046 bash[24815]: audit 2023-12-26T17:10:49.494000+0000 mgr.smithi046.hnrily (mgr.14180) 1586 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:52.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:51 smithi073 bash[29040]: cluster 2023-12-26T17:10:50.158420+0000 mgr.smithi046.hnrily (mgr.14180) 1587 : cluster [DBG] pgmap v1018: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:52.303 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:51 smithi046 bash[24815]: cluster 2023-12-26T17:10:50.158420+0000 mgr.smithi046.hnrily (mgr.14180) 1587 : cluster [DBG] pgmap v1018: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:54.291 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:53 smithi046 bash[24815]: cluster 2023-12-26T17:10:52.159973+0000 mgr.smithi046.hnrily (mgr.14180) 1588 : cluster [DBG] pgmap v1019: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:10:54.419 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:10:54.419 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T17:10:11.530046Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T17:10:10.816085Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T17:10:11.530408Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:15.793682Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ruywza on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\nDeploy daemon haproxy.nfs.foo.smithi073.ruywza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.134097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.knewxw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\nDeploy daemon haproxy.nfs.foo.smithi046.knewxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.138485Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ajkjao on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:20.140402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjirxs on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T17:10:10.817604Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T17:10:10.816352Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T17:10:10.816532Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T17:10:10.817764Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T17:10:10.816728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T17:10:10.816921Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T17:10:11.530759Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:10:54.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:54 smithi073 bash[29040]: cluster 2023-12-26T17:10:52.159973+0000 mgr.smithi046.hnrily (mgr.14180) 1588 : cluster [DBG] pgmap v1019: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:10:55.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:10:56.204 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:10:56.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:56 smithi046 bash[24815]: cluster 2023-12-26T17:10:54.161008+0000 mgr.smithi046.hnrily (mgr.14180) 1589 : cluster [DBG] pgmap v1020: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:56.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:56 smithi046 bash[24815]: audit 2023-12-26T17:10:54.405486+0000 mgr.smithi046.hnrily (mgr.14180) 1590 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:56.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:56 smithi073 bash[29040]: cluster 2023-12-26T17:10:54.161008+0000 mgr.smithi046.hnrily (mgr.14180) 1589 : cluster [DBG] pgmap v1020: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:56.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:56 smithi073 bash[29040]: audit 2023-12-26T17:10:54.405486+0000 mgr.smithi046.hnrily (mgr.14180) 1590 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:10:58.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:10:58 smithi046 bash[24815]: cluster 2023-12-26T17:10:56.162535+0000 mgr.smithi046.hnrily (mgr.14180) 1591 : cluster [DBG] pgmap v1021: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:58.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:10:58 smithi073 bash[29040]: cluster 2023-12-26T17:10:56.162535+0000 mgr.smithi046.hnrily (mgr.14180) 1591 : cluster [DBG] pgmap v1021: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:10:59.293 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:10:59.294 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T17:10:11.530046Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T17:10:10.816085Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T17:10:11.530408Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:15.793682Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ruywza on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\nDeploy daemon haproxy.nfs.foo.smithi073.ruywza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.134097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.knewxw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\nDeploy daemon haproxy.nfs.foo.smithi046.knewxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.138485Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ajkjao on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:20.140402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjirxs on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T17:10:10.817604Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T17:10:10.816352Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T17:10:10.816532Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T17:10:10.817764Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T17:10:10.816728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T17:10:10.816921Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T17:10:11.530759Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:11:00.047 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:11:00.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:00 smithi046 bash[24815]: cluster 2023-12-26T17:10:58.163443+0000 mgr.smithi046.hnrily (mgr.14180) 1592 : cluster [DBG] pgmap v1022: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:11:00.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:00 smithi073 bash[29040]: cluster 2023-12-26T17:10:58.163443+0000 mgr.smithi046.hnrily (mgr.14180) 1592 : cluster [DBG] pgmap v1022: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:11:01.048 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:11:01.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:01 smithi046 bash[24815]: audit 2023-12-26T17:10:59.278220+0000 mgr.smithi046.hnrily (mgr.14180) 1593 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:11:01.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:01 smithi046 bash[24815]: cluster 2023-12-26T17:11:00.164451+0000 mgr.smithi046.hnrily (mgr.14180) 1594 : cluster [DBG] pgmap v1023: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:11:01.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:01 smithi073 bash[29040]: audit 2023-12-26T17:10:59.278220+0000 mgr.smithi046.hnrily (mgr.14180) 1593 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:11:01.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:01 smithi073 bash[29040]: cluster 2023-12-26T17:11:00.164451+0000 mgr.smithi046.hnrily (mgr.14180) 1594 : cluster [DBG] pgmap v1023: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:11:03.352 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:03 smithi046 bash[24815]: cluster 2023-12-26T17:11:02.166138+0000 mgr.smithi046.hnrily (mgr.14180) 1595 : cluster [DBG] pgmap v1024: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:11:03.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:03 smithi073 bash[29040]: cluster 2023-12-26T17:11:02.166138+0000 mgr.smithi046.hnrily (mgr.14180) 1595 : cluster [DBG] pgmap v1024: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:11:04.211 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:11:04.211 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T17:10:11.530046Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T17:10:10.816085Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T17:10:11.530408Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:15.793682Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ruywza on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\nDeploy daemon haproxy.nfs.foo.smithi073.ruywza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.134097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.knewxw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\nDeploy daemon haproxy.nfs.foo.smithi046.knewxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.138485Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ajkjao on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:20.140402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjirxs on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T17:10:10.817604Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T17:10:10.816352Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T17:10:10.816532Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T17:10:10.817764Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T17:10:10.816728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T17:10:10.816921Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T17:10:11.530759Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:11:05.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:11:05.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:05 smithi046 bash[24815]: cluster 2023-12-26T17:11:04.167039+0000 mgr.smithi046.hnrily (mgr.14180) 1596 : cluster [DBG] pgmap v1025: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:11:05.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:05 smithi046 bash[24815]: audit 2023-12-26T17:11:04.197427+0000 mgr.smithi046.hnrily (mgr.14180) 1597 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:11:05.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:05 smithi073 bash[29040]: cluster 2023-12-26T17:11:04.167039+0000 mgr.smithi046.hnrily (mgr.14180) 1596 : cluster [DBG] pgmap v1025: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:11:05.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:05 smithi073 bash[29040]: audit 2023-12-26T17:11:04.197427+0000 mgr.smithi046.hnrily (mgr.14180) 1597 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:11:06.050 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:11:08.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:07 smithi073 bash[29040]: cluster 2023-12-26T17:11:06.168500+0000 mgr.smithi046.hnrily (mgr.14180) 1598 : cluster [DBG] pgmap v1026: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:11:08.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:07 smithi046 bash[24815]: cluster 2023-12-26T17:11:06.168500+0000 mgr.smithi046.hnrily (mgr.14180) 1598 : cluster [DBG] pgmap v1026: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:11:09.449 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:11:09.449 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T17:10:11.530046Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T17:10:10.816085Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T17:10:11.530408Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:15.793682Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ruywza on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\nDeploy daemon haproxy.nfs.foo.smithi073.ruywza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.134097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.knewxw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\nDeploy daemon haproxy.nfs.foo.smithi046.knewxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.138485Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ajkjao on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:20.140402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjirxs on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T17:10:10.817604Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T17:10:10.816352Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T17:10:10.816532Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T17:10:10.817764Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T17:10:10.816728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T17:10:10.816921Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T17:10:11.530759Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:11:10.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:11:10.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:09 smithi073 bash[29040]: cluster 2023-12-26T17:11:08.169498+0000 mgr.smithi046.hnrily (mgr.14180) 1599 : cluster [DBG] pgmap v1027: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:11:10.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:09 smithi046 bash[24815]: cluster 2023-12-26T17:11:08.169498+0000 mgr.smithi046.hnrily (mgr.14180) 1599 : cluster [DBG] pgmap v1027: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:11:11.132 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:11:11.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:10 smithi073 bash[29040]: audit 2023-12-26T17:11:09.433965+0000 mgr.smithi046.hnrily (mgr.14180) 1600 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:11:11.335 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:10 smithi046 bash[24815]: audit 2023-12-26T17:11:09.433965+0000 mgr.smithi046.hnrily (mgr.14180) 1600 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:11:12.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:11 smithi073 bash[29040]: cluster 2023-12-26T17:11:10.170517+0000 mgr.smithi046.hnrily (mgr.14180) 1601 : cluster [DBG] pgmap v1028: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:11:12.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:11 smithi046 bash[24815]: cluster 2023-12-26T17:11:10.170517+0000 mgr.smithi046.hnrily (mgr.14180) 1601 : cluster [DBG] pgmap v1028: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:11:14.101 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:13 smithi046 bash[24815]: cluster 2023-12-26T17:11:12.171820+0000 mgr.smithi046.hnrily (mgr.14180) 1602 : cluster [DBG] pgmap v1029: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:11:14.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:13 smithi073 bash[29040]: cluster 2023-12-26T17:11:12.171820+0000 mgr.smithi046.hnrily (mgr.14180) 1602 : cluster [DBG] pgmap v1029: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-26T17:11:14.271 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:11:14.271 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T17:10:11.530046Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T17:10:10.816085Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T17:10:11.530408Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:15.793682Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ruywza on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\nDeploy daemon haproxy.nfs.foo.smithi073.ruywza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.134097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.knewxw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\nDeploy daemon haproxy.nfs.foo.smithi046.knewxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.138485Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ajkjao on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:20.140402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjirxs on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T17:10:10.817604Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T17:10:10.816352Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T17:10:10.816532Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T17:10:10.817764Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T17:10:10.816728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T17:10:10.816921Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T17:10:11.530759Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:11:14.978 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:11:15.980 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:11:16.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:15 smithi046 bash[24815]: cluster 2023-12-26T17:11:14.172712+0000 mgr.smithi046.hnrily (mgr.14180) 1603 : cluster [DBG] pgmap v1030: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:11:16.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:15 smithi046 bash[24815]: audit 2023-12-26T17:11:14.256959+0000 mgr.smithi046.hnrily (mgr.14180) 1604 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:11:16.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:15 smithi073 bash[29040]: cluster 2023-12-26T17:11:14.172712+0000 mgr.smithi046.hnrily (mgr.14180) 1603 : cluster [DBG] pgmap v1030: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:11:16.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:15 smithi073 bash[29040]: audit 2023-12-26T17:11:14.256959+0000 mgr.smithi046.hnrily (mgr.14180) 1604 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:11:18.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:17 smithi046 bash[24815]: cluster 2023-12-26T17:11:16.174098+0000 mgr.smithi046.hnrily (mgr.14180) 1605 : cluster [DBG] pgmap v1031: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:11:18.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:17 smithi073 bash[29040]: cluster 2023-12-26T17:11:16.174098+0000 mgr.smithi046.hnrily (mgr.14180) 1605 : cluster [DBG] pgmap v1031: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:11:19.198 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:11:19.198 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T17:10:11.530046Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T17:10:10.816085Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T17:10:11.530408Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:15.793682Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ruywza on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\nDeploy daemon haproxy.nfs.foo.smithi073.ruywza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.134097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.knewxw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\nDeploy daemon haproxy.nfs.foo.smithi046.knewxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.138485Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ajkjao on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:20.140402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjirxs on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T17:10:10.817604Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T17:10:10.816352Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T17:10:10.816532Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T17:10:10.817764Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T17:10:10.816728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T17:10:10.816921Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T17:10:11.530759Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:11:19.977 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:11:20.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:19 smithi046 bash[24815]: cluster 2023-12-26T17:11:18.175089+0000 mgr.smithi046.hnrily (mgr.14180) 1606 : cluster [DBG] pgmap v1032: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:11:20.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:20 smithi073 bash[29040]: cluster 2023-12-26T17:11:18.175089+0000 mgr.smithi046.hnrily (mgr.14180) 1606 : cluster [DBG] pgmap v1032: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:11:20.978 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d700a870-a40c-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-26T17:11:21.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:21 smithi046 bash[24815]: audit 2023-12-26T17:11:19.188263+0000 mgr.smithi046.hnrily (mgr.14180) 1607 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:11:21.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:21 smithi046 bash[24815]: audit 2023-12-26T17:11:20.144725+0000 mon.smithi046 (mon.0) 1042 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:11:21.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:21 smithi046 bash[24815]: audit 2023-12-26T17:11:20.432941+0000 mon.smithi046 (mon.0) 1043 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:11:21.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:21 smithi046 bash[24815]: audit 2023-12-26T17:11:20.705589+0000 mon.smithi046 (mon.0) 1044 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:11:21.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:21 smithi046 bash[24815]: audit 2023-12-26T17:11:20.707444+0000 mon.smithi046 (mon.0) 1045 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T17:11:21.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:21 smithi046 bash[24815]: audit 2023-12-26T17:11:20.716594+0000 mon.smithi046 (mon.0) 1046 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:11:21.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:21 smithi046 bash[24815]: audit 2023-12-26T17:11:20.725528+0000 mon.smithi046 (mon.0) 1047 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T17:11:21.351 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:21 smithi046 bash[24815]: audit 2023-12-26T17:11:20.740905+0000 mon.smithi046 (mon.0) 1048 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:11:21.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:21 smithi073 bash[29040]: audit 2023-12-26T17:11:19.188263+0000 mgr.smithi046.hnrily (mgr.14180) 1607 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:11:21.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:21 smithi073 bash[29040]: audit 2023-12-26T17:11:20.144725+0000 mon.smithi046 (mon.0) 1042 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-26T17:11:21.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:21 smithi073 bash[29040]: audit 2023-12-26T17:11:20.432941+0000 mon.smithi046 (mon.0) 1043 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:11:21.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:21 smithi073 bash[29040]: audit 2023-12-26T17:11:20.705589+0000 mon.smithi046 (mon.0) 1044 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-26T17:11:21.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:21 smithi073 bash[29040]: audit 2023-12-26T17:11:20.707444+0000 mon.smithi046 (mon.0) 1045 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-26T17:11:21.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:21 smithi073 bash[29040]: audit 2023-12-26T17:11:20.716594+0000 mon.smithi046 (mon.0) 1046 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:11:21.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:21 smithi073 bash[29040]: audit 2023-12-26T17:11:20.725528+0000 mon.smithi046 (mon.0) 1047 : audit [DBG] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-26T17:11:21.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:21 smithi073 bash[29040]: audit 2023-12-26T17:11:20.740905+0000 mon.smithi046 (mon.0) 1048 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:11:22.306 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:22 smithi046 bash[24815]: cluster 2023-12-26T17:11:20.175892+0000 mgr.smithi046.hnrily (mgr.14180) 1608 : cluster [DBG] pgmap v1033: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:11:22.306 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:22 smithi046 bash[24815]: cluster 2023-12-26T17:11:20.717417+0000 mgr.smithi046.hnrily (mgr.14180) 1609 : cluster [DBG] pgmap v1034: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T17:11:22.306 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:22 smithi046 bash[24815]: cephadm 2023-12-26T17:11:20.746308+0000 mgr.smithi046.hnrily (mgr.14180) 1610 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.dhwyna on smithi073 2023-12-26T17:11:22.306 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:22 smithi046 bash[24815]: cluster 2023-12-26T17:11:20.998722+0000 mon.smithi046 (mon.0) 1049 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T17:11:22.306 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:22 smithi046 bash[24815]: cluster 2023-12-26T17:11:20.998797+0000 mon.smithi046 (mon.0) 1050 : cluster [INF] Cluster is now healthy 2023-12-26T17:11:22.306 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:22 smithi046 bash[24815]: audit 2023-12-26T17:11:21.833525+0000 mon.smithi046 (mon.0) 1051 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:11:22.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:22 smithi073 bash[29040]: cluster 2023-12-26T17:11:20.175892+0000 mgr.smithi046.hnrily (mgr.14180) 1608 : cluster [DBG] pgmap v1033: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-26T17:11:22.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:22 smithi073 bash[29040]: cluster 2023-12-26T17:11:20.717417+0000 mgr.smithi046.hnrily (mgr.14180) 1609 : cluster [DBG] pgmap v1034: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T17:11:22.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:22 smithi073 bash[29040]: cephadm 2023-12-26T17:11:20.746308+0000 mgr.smithi046.hnrily (mgr.14180) 1610 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.dhwyna on smithi073 2023-12-26T17:11:22.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:22 smithi073 bash[29040]: cluster 2023-12-26T17:11:20.998722+0000 mon.smithi046 (mon.0) 1049 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-26T17:11:22.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:22 smithi073 bash[29040]: cluster 2023-12-26T17:11:20.998797+0000 mon.smithi046 (mon.0) 1050 : cluster [INF] Cluster is now healthy 2023-12-26T17:11:22.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:22 smithi073 bash[29040]: audit 2023-12-26T17:11:21.833525+0000 mon.smithi046 (mon.0) 1051 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' 2023-12-26T17:11:24.094 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-26T17:11:24.094 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-26T16:37:49.681797Z", "last_refresh": "2023-12-26T17:10:11.530046Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-26T16:37:41.514242Z", "last_refresh": "2023-12-26T17:10:10.816085Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-26T16:37:45.686644Z", "last_refresh": "2023-12-26T17:10:11.530408Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-26T17:09:05.215364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.grostx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:15.793682Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ruywza on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-ruywza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.ruywza\nDeploy daemon haproxy.nfs.foo.smithi073.ruywza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.134097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.knewxw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi046-knewxw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi046.knewxw\nDeploy daemon haproxy.nfs.foo.smithi046.knewxw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-26T17:10:20.138485Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ajkjao on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-26T17:10:20.140402Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjirxs on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2023-12-26T16:46:02.653536Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"events": ["2023-12-26T16:45:58.825069Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-26T16:45:58.811618Z", "last_refresh": "2023-12-26T17:10:10.817604Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-26T16:37:39.527243Z", "last_refresh": "2023-12-26T17:10:10.816352Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:39:23.905019Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-26T16:39:23.899331Z", "last_refresh": "2023-12-26T17:10:10.816532Z", "running": 2, "size": 2}}, {"events": ["2023-12-26T16:46:02.652951Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-26T16:46:02.647836Z", "last_refresh": "2023-12-26T17:10:10.817764Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-26T16:37:47.673459Z", "last_refresh": "2023-12-26T17:10:10.816728Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-26T16:40:07.152763Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-26T16:40:07.146584Z", "last_refresh": "2023-12-26T17:10:10.816921Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-26T16:37:43.584456Z", "last_refresh": "2023-12-26T17:10:11.530759Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-26T17:11:24.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:24 smithi046 bash[24815]: cluster 2023-12-26T17:11:22.718603+0000 mgr.smithi046.hnrily (mgr.14180) 1611 : cluster [DBG] pgmap v1035: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T17:11:24.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:24 smithi073 bash[29040]: cluster 2023-12-26T17:11:22.718603+0000 mgr.smithi046.hnrily (mgr.14180) 1611 : cluster [DBG] pgmap v1035: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T17:11:24.851 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-26T17:11:24.851 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-26T17:11:24.977 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=3d3ab955010b4d07aed23890c6672da9 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-26T17:11:24.979 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-12-26T17:11:24.990 INFO:tasks.vip:Removing 10.0.15.46 (and any VIPs) on smithi046.front.sepia.ceph.com iface ens1f0... 2023-12-26T17:11:24.990 DEBUG:teuthology.orchestra.run.smithi046:> sudo ip addr del 10.0.15.46/16 dev ens1f0 2023-12-26T17:11:25.011 DEBUG:teuthology.orchestra.run.smithi046:> sudo ip addr del 10.0.31.46/16 dev ens1f0 2023-12-26T17:11:25.069 INFO:teuthology.orchestra.run.smithi046.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-26T17:11:25.070 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-26T17:11:25.071 INFO:tasks.vip:Removing 10.0.15.73 (and any VIPs) on smithi073.front.sepia.ceph.com iface enp3s0f1... 2023-12-26T17:11:25.071 DEBUG:teuthology.orchestra.run.smithi073:> sudo ip addr del 10.0.15.73/16 dev enp3s0f1 2023-12-26T17:11:25.088 DEBUG:teuthology.orchestra.run.smithi073:> sudo ip addr del 10.0.31.46/16 dev enp3s0f1 2023-12-26T17:11:25.143 INFO:teuthology.orchestra.run.smithi073.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-26T17:11:25.144 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-26T17:11:25.145 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-26T17:11:25.154 INFO:tasks.cephadm:Teardown begin 2023-12-26T17:11:25.155 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-26T17:11:25.170 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-26T17:11:25.209 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-26T17:11:25.209 DEBUG:teuthology.orchestra.run.smithi046:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-26T17:11:25.221 DEBUG:teuthology.orchestra.run.smithi073:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-26T17:11:25.259 INFO:tasks.cephadm:Stopping all daemons... 2023-12-26T17:11:25.259 INFO:tasks.cephadm.mon.smithi046:Stopping mon.smithi046... 2023-12-26T17:11:25.260 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-d700a870-a40c-11ee-95a5-87774f69a715@mon.smithi046 2023-12-26T17:11:25.276 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: audit 2023-12-26T17:11:24.080184+0000 mgr.smithi046.hnrily (mgr.14180) 1612 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:11:25.277 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: cluster 2023-12-26T17:11:24.719197+0000 mgr.smithi046.hnrily (mgr.14180) 1613 : cluster [DBG] pgmap v1036: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T17:11:25.277 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: cephadm 2023-12-26T17:11:24.719840+0000 mgr.smithi046.hnrily (mgr.14180) 1614 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dhwyna 2023-12-26T17:11:25.277 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:11:25.277 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dhwyna 2023-12-26T17:11:25.281 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dhwyna 2023-12-26T17:11:25.281 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:11:25.282 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dhwyna 2023-12-26T17:11:25.282 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.dhwyna ... 2023-12-26T17:11:25.285 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:11:25.285 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:11:25.285 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:11:25.286 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:11:25.286 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:11:25.286 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: Traceback (most recent call last): 2023-12-26T17:11:25.286 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:11:25.286 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: yield (conn, connr) 2023-12-26T17:11:25.286 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:11:25.286 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: code, '\n'.join(err))) 2023-12-26T17:11:25.286 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dhwyna 2023-12-26T17:11:25.286 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:11:25.287 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dhwyna 2023-12-26T17:11:25.287 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dhwyna 2023-12-26T17:11:25.287 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:11:25.287 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dhwyna 2023-12-26T17:11:25.287 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.dhwyna ... 2023-12-26T17:11:25.287 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:11:25.287 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:11:25.287 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:11:25.287 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:11:25.288 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:11:25.288 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: cephadm 2023-12-26T17:11:24.720364+0000 mgr.smithi046.hnrily (mgr.14180) 1615 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.dhwyna 2023-12-26T17:11:25.288 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: audit 2023-12-26T17:11:24.720915+0000 mon.smithi046 (mon.0) 1052 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.dhwyna"}]: dispatch 2023-12-26T17:11:25.288 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: cephadm 2023-12-26T17:11:24.722523+0000 mgr.smithi046.hnrily (mgr.14180) 1616 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.dhwyna on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dhwyna 2023-12-26T17:11:25.288 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:11:25.288 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dhwyna 2023-12-26T17:11:25.289 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dhwyna 2023-12-26T17:11:25.289 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: /usr/bin/docker: stdout 2023-12-26T17:11:25.289 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dhwyna 2023-12-26T17:11:25.289 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: Deploy daemon haproxy.nfs.foo.smithi073.dhwyna ... 2023-12-26T17:11:25.289 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:11:25.289 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:11:25.289 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:11:25.289 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: stat: stderr See 'docker run --help'. 2023-12-26T17:11:25.289 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:11:25.290 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: cephadm 2023-12-26T17:11:24.727567+0000 mgr.smithi046.hnrily (mgr.14180) 1617 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.gxwdoy on smithi046 2023-12-26T17:11:25.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: audit 2023-12-26T17:11:24.080184+0000 mgr.smithi046.hnrily (mgr.14180) 1612 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-26T17:11:25.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: cluster 2023-12-26T17:11:24.719197+0000 mgr.smithi046.hnrily (mgr.14180) 1613 : cluster [DBG] pgmap v1036: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-12-26T17:11:25.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: cephadm 2023-12-26T17:11:24.719840+0000 mgr.smithi046.hnrily (mgr.14180) 1614 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dhwyna 2023-12-26T17:11:25.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:11:25.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dhwyna 2023-12-26T17:11:25.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dhwyna 2023-12-26T17:11:25.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:11:25.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dhwyna 2023-12-26T17:11:25.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.dhwyna ... 2023-12-26T17:11:25.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:11:25.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:11:25.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:11:25.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:11:25.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:11:25.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: Traceback (most recent call last): 2023-12-26T17:11:25.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-26T17:11:25.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: yield (conn, connr) 2023-12-26T17:11:25.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-26T17:11:25.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: code, '\n'.join(err))) 2023-12-26T17:11:25.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dhwyna 2023-12-26T17:11:25.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:11:25.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dhwyna 2023-12-26T17:11:25.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dhwyna 2023-12-26T17:11:25.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:11:25.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dhwyna 2023-12-26T17:11:25.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.dhwyna ... 2023-12-26T17:11:25.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:11:25.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:11:25.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:11:25.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:11:25.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:11:25.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: cephadm 2023-12-26T17:11:24.720364+0000 mgr.smithi046.hnrily (mgr.14180) 1615 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.dhwyna 2023-12-26T17:11:25.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: audit 2023-12-26T17:11:24.720915+0000 mon.smithi046 (mon.0) 1052 : audit [INF] from='mgr.14180 172.21.15.46:0/3280079227' entity='mgr.smithi046.hnrily' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.dhwyna"}]: dispatch 2023-12-26T17:11:25.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: cephadm 2023-12-26T17:11:24.722523+0000 mgr.smithi046.hnrily (mgr.14180) 1616 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.dhwyna on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dhwyna 2023-12-26T17:11:25.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:11:25.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi073-dhwyna 2023-12-26T17:11:25.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dhwyna 2023-12-26T17:11:25.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: /usr/bin/docker: stdout 2023-12-26T17:11:25.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi073.dhwyna 2023-12-26T17:11:25.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: Deploy daemon haproxy.nfs.foo.smithi073.dhwyna ... 2023-12-26T17:11:25.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:11:25.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-26T17:11:25.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-26T17:11:25.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: stat: stderr See 'docker run --help'. 2023-12-26T17:11:25.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-26T17:11:25.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:25 smithi073 bash[29040]: cephadm 2023-12-26T17:11:24.727567+0000 mgr.smithi046.hnrily (mgr.14180) 1617 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.gxwdoy on smithi046 2023-12-26T17:11:25.597 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 systemd[1]: Stopping Ceph mon.smithi046 for d700a870-a40c-11ee-95a5-87774f69a715... 2023-12-26T17:11:25.597 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[128010]: Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-mon.smithi046 2023-12-26T17:11:25.598 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: debug 2023-12-26T17:11:25.456+0000 7f2be474f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi046 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-26T17:11:25.598 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:25 smithi046 bash[24815]: debug 2023-12-26T17:11:25.456+0000 7f2be474f700 -1 mon.smithi046@0(leader) e2 *** Got Signal Terminated *** 2023-12-26T17:11:26.502 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d700a870-a40c-11ee-95a5-87774f69a715@mon.smithi046.service' 2023-12-26T17:11:26.559 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:26 smithi046 bash[128045]: ceph-d700a870-a40c-11ee-95a5-87774f69a715-mon-smithi046 2023-12-26T17:11:26.559 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:26 smithi046 bash[128119]: Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-mon-smithi046 2023-12-26T17:11:26.559 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:26 smithi046 systemd[1]: ceph-d700a870-a40c-11ee-95a5-87774f69a715@mon.smithi046.service: Succeeded. 2023-12-26T17:11:26.559 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Dec 26 17:11:26 smithi046 systemd[1]: Stopped Ceph mon.smithi046 for d700a870-a40c-11ee-95a5-87774f69a715. 2023-12-26T17:11:26.608 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-26T17:11:26.608 INFO:tasks.cephadm.mon.smithi046:Stopped mon.smithi046 2023-12-26T17:11:26.609 INFO:tasks.cephadm.mon.smithi073:Stopping mon.smithi073... 2023-12-26T17:11:26.609 DEBUG:teuthology.orchestra.run.smithi073:> sudo systemctl stop ceph-d700a870-a40c-11ee-95a5-87774f69a715@mon.smithi073 2023-12-26T17:11:26.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:26 smithi073 systemd[1]: Stopping Ceph mon.smithi073 for d700a870-a40c-11ee-95a5-87774f69a715... 2023-12-26T17:11:26.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:26 smithi073 bash[51205]: Error response from daemon: No such container: ceph-d700a870-a40c-11ee-95a5-87774f69a715-mon.smithi073 2023-12-26T17:11:26.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:26 smithi073 bash[29040]: debug 2023-12-26T17:11:26.811+0000 7fa32b5a9700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi073 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-26T17:11:26.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Dec 26 17:11:26 smithi073 bash[29040]: debug 2023-12-26T17:11:26.811+0000 7fa32b5a9700 -1 mon.smithi073@1(peon) e2 *** Got Signal Terminated *** 2023-12-26T17:11:27.914 DEBUG:teuthology.orchestra.run.smithi073:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d700a870-a40c-11ee-95a5-87774f69a715@mon.smithi073.service' 2023-12-26T17:11:27.967 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-26T17:11:27.967 INFO:tasks.cephadm.mon.smithi073:Stopped mon.smithi073 2023-12-26T17:11:27.967 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d700a870-a40c-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-26T17:12:28.491 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d700a870-a40c-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-26T17:13:30.279 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-26T17:13:30.295 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-26T17:13:30.312 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-26T17:13:30.314 DEBUG:teuthology.misc:Transferring archived files from smithi046:/var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-26_16:04:49-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501388/remote/ubuntu@smithi046.front.sepia.ceph.com/crash 2023-12-26T17:13:30.314 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/crash -- . 2023-12-26T17:13:30.354 INFO:teuthology.orchestra.run.smithi046.stderr:tar: /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-26T17:13:30.354 INFO:teuthology.orchestra.run.smithi046.stderr:tar: Error is not recoverable: exiting now 2023-12-26T17:13:30.356 DEBUG:teuthology.misc:Transferring archived files from smithi073:/var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-26_16:04:49-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501388/remote/ubuntu@smithi073.front.sepia.ceph.com/crash 2023-12-26T17:13:30.357 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/crash -- . 2023-12-26T17:13:30.370 INFO:teuthology.orchestra.run.smithi073.stderr:tar: /var/lib/ceph/d700a870-a40c-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-26T17:13:30.371 INFO:teuthology.orchestra.run.smithi073.stderr:tar: Error is not recoverable: exiting now 2023-12-26T17:13:30.372 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-26T17:13:30.372 DEBUG:teuthology.orchestra.run.smithi046:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-26T17:13:30.414 INFO:teuthology.orchestra.run.smithi046.stderr:grep: /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-26T17:13:30.416 INFO:tasks.cephadm:Compressing logs... 2023-12-26T17:13:30.416 DEBUG:teuthology.orchestra.run.smithi046:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-26T17:13:30.461 DEBUG:teuthology.orchestra.run.smithi073:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-26T17:13:30.473 INFO:teuthology.orchestra.run.smithi046.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-26T17:13:30.476 INFO:teuthology.orchestra.run.smithi073.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-26T17:13:30.482 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.6.log 2023-12-26T17:13:30.483 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi073.hhxwjy.log 2023-12-26T17:13:30.483 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-mon.smithi073.log 2023-12-26T17:13:30.484 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-mgr.smithi073.ypoyfm.log 2023-12-26T17:13:30.484 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi073.hhxwjy.log: /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-mon.smithi073.log: 83.3% -- replaced with /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi073.hhxwjy.log.gz 2023-12-26T17:13:30.484 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-26T17:13:30.485 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.4.log 2023-12-26T17:13:30.485 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-mgr.smithi073.ypoyfm.log: /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-26T17:13:30.486 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-mon.smithi046.log 2023-12-26T17:13:30.486 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.5.log 2023-12-26T17:13:30.487 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-26T17:13:30.487 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-26T17:13:30.488 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.4.log: gzip -5 /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-volume.log: --verbose -- /var/log/ceph/cephadm.log 2023-12-26T17:13:30.489 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-mon.smithi046.log: /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-mgr.smithi046.hnrily.log 2023-12-26T17:13:30.489 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.3.log 2023-12-26T17:13:30.489 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.1.log: /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-mgr.smithi046.hnrily.log: gzip -5 --verbose -- /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-26T17:13:30.490 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.7.log 2023-12-26T17:13:30.490 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi046.fkhhps.log 2023-12-26T17:13:30.490 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-volume.log: /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-26T17:13:30.491 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi046.fkhhps.log: 60.1% -- replaced with /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi046.fkhhps.log.gz 2023-12-26T17:13:30.495 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.2.log: /var/log/ceph/cephadm.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-26T17:13:30.499 INFO:teuthology.orchestra.run.smithi073.stderr: 93.6% -- replaced with /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-mgr.smithi073.ypoyfm.log.gz 2023-12-26T17:13:30.499 INFO:teuthology.orchestra.run.smithi073.stderr: 92.4% -- replaced with /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-26T17:13:30.502 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/cephadm.log: 92.4% -- replaced with /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-26T17:13:30.514 INFO:teuthology.orchestra.run.smithi046.stderr: 92.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-26T17:13:30.803 INFO:teuthology.orchestra.run.smithi073.stderr: 92.6% -- replaced with /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-mon.smithi073.log.gz 2023-12-26T17:13:30.930 INFO:teuthology.orchestra.run.smithi046.stderr: 88.9% -- replaced with /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-mgr.smithi046.hnrily.log.gz 2023-12-26T17:13:30.956 INFO:teuthology.orchestra.run.smithi073.stderr: 93.0% -- replaced with /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-26T17:13:30.973 INFO:teuthology.orchestra.run.smithi046.stderr: 93.0% -- replaced with /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.5.log.gz 2023-12-26T17:13:30.973 INFO:teuthology.orchestra.run.smithi046.stderr: 92.9% -- replaced with /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-26T17:13:31.083 INFO:teuthology.orchestra.run.smithi073.stderr: 92.9% -- replaced with /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.4.log.gz 2023-12-26T17:13:31.121 INFO:teuthology.orchestra.run.smithi073.stderr: 92.9% -- replaced with /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.6.log.gz 2023-12-26T17:13:31.159 INFO:teuthology.orchestra.run.smithi046.stderr: 93.1% -- replaced with /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.7.log.gz 2023-12-26T17:13:31.247 INFO:teuthology.orchestra.run.smithi073.stderr: 92.8% -- replaced with /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-26T17:13:31.249 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-12-26T17:13:31.249 INFO:teuthology.orchestra.run.smithi073.stderr:real 0m0.783s 2023-12-26T17:13:31.249 INFO:teuthology.orchestra.run.smithi073.stderr:user 0m2.720s 2023-12-26T17:13:31.249 INFO:teuthology.orchestra.run.smithi073.stderr:sys 0m0.131s 2023-12-26T17:13:31.346 INFO:teuthology.orchestra.run.smithi046.stderr: 93.4% -- replaced with /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-osd.3.log.gz 2023-12-26T17:13:31.617 INFO:teuthology.orchestra.run.smithi046.stderr: 89.9% -- replaced with /var/log/ceph/d700a870-a40c-11ee-95a5-87774f69a715/ceph-mon.smithi046.log.gz 2023-12-26T17:13:31.618 INFO:teuthology.orchestra.run.smithi046.stderr: 2023-12-26T17:13:31.618 INFO:teuthology.orchestra.run.smithi046.stderr:real 0m1.154s 2023-12-26T17:13:31.618 INFO:teuthology.orchestra.run.smithi046.stderr:user 0m3.991s 2023-12-26T17:13:31.618 INFO:teuthology.orchestra.run.smithi046.stderr:sys 0m0.144s 2023-12-26T17:13:31.619 INFO:tasks.cephadm:Archiving logs... 2023-12-26T17:13:31.619 DEBUG:teuthology.misc:Transferring archived files from smithi046:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-26_16:04:49-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501388/remote/ubuntu@smithi046.front.sepia.ceph.com/log 2023-12-26T17:13:31.620 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-26T17:13:32.226 DEBUG:teuthology.misc:Transferring archived files from smithi073:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-26_16:04:49-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501388/remote/ubuntu@smithi073.front.sepia.ceph.com/log 2023-12-26T17:13:32.227 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-26T17:13:32.630 INFO:tasks.cephadm:Removing cluster... 2023-12-26T17:13:32.630 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d700a870-a40c-11ee-95a5-87774f69a715 --force 2023-12-26T17:13:34.001 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d700a870-a40c-11ee-95a5-87774f69a715 --force 2023-12-26T17:13:35.356 INFO:tasks.cephadm:Removing cephadm ... 2023-12-26T17:13:35.356 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-26T17:13:35.364 DEBUG:teuthology.orchestra.run.smithi073:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-26T17:13:35.370 INFO:tasks.cephadm:Teardown complete 2023-12-26T17:13:35.371 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-26T17:13:35.381 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi046:/dev/vg_nvme/lv_1... 2023-12-26T17:13:35.382 DEBUG:teuthology.orchestra.run.smithi046:> sudo nvme disconnect -n lv_1 2023-12-26T17:13:35.707 INFO:teuthology.orchestra.run.smithi046.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-26T17:13:35.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:13:35.709 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi046:/dev/vg_nvme/lv_2... 2023-12-26T17:13:35.710 DEBUG:teuthology.orchestra.run.smithi046:> sudo nvme disconnect -n lv_2 2023-12-26T17:13:35.983 INFO:teuthology.orchestra.run.smithi046.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-26T17:13:35.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:13:35.985 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi046:/dev/vg_nvme/lv_3... 2023-12-26T17:13:35.986 DEBUG:teuthology.orchestra.run.smithi046:> sudo nvme disconnect -n lv_3 2023-12-26T17:13:36.267 INFO:teuthology.orchestra.run.smithi046.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-26T17:13:36.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:13:36.269 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi046:/dev/vg_nvme/lv_4... 2023-12-26T17:13:36.269 DEBUG:teuthology.orchestra.run.smithi046:> sudo nvme disconnect -n lv_4 2023-12-26T17:13:36.587 INFO:teuthology.orchestra.run.smithi046.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-26T17:13:36.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:13:36.590 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-12-26T17:13:36.590 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/scratch_devs 2023-12-26T17:13:36.606 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi073:/dev/vg_nvme/lv_1... 2023-12-26T17:13:36.607 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme disconnect -n lv_1 2023-12-26T17:13:36.890 INFO:teuthology.orchestra.run.smithi073.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-26T17:13:36.891 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:13:36.892 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi073:/dev/vg_nvme/lv_2... 2023-12-26T17:13:36.892 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme disconnect -n lv_2 2023-12-26T17:13:37.178 INFO:teuthology.orchestra.run.smithi073.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-26T17:13:37.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:13:37.180 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi073:/dev/vg_nvme/lv_3... 2023-12-26T17:13:37.180 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme disconnect -n lv_3 2023-12-26T17:13:37.502 INFO:teuthology.orchestra.run.smithi073.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-26T17:13:37.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:13:37.504 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi073:/dev/vg_nvme/lv_4... 2023-12-26T17:13:37.504 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme disconnect -n lv_4 2023-12-26T17:13:37.830 INFO:teuthology.orchestra.run.smithi073.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-26T17:13:37.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:13:37.832 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-26T17:13:37.832 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/scratch_devs 2023-12-26T17:13:37.847 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-26T17:13:37.858 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-26T17:13:37.858 DEBUG:teuthology.orchestra.run.smithi046:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-26T17:13:37.861 DEBUG:teuthology.orchestra.run.smithi073:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-26T17:13:37.878 INFO:teuthology.orchestra.run.smithi046.stdout: remote refid st t when poll reach delay offset jitter 2023-12-26T17:13:37.879 INFO:teuthology.orchestra.run.smithi046.stdout:============================================================================== 2023-12-26T17:13:37.879 INFO:teuthology.orchestra.run.smithi046.stdout:*hv01.front.sepi 44.4.53.2 2 u 34 64 377 0.073 4.543 0.968 2023-12-26T17:13:37.880 INFO:teuthology.orchestra.run.smithi046.stdout:+hv02.front.sepi 63.231.80.2 3 u 37 64 377 0.082 6.043 1.359 2023-12-26T17:13:37.880 INFO:teuthology.orchestra.run.smithi046.stdout:+hv03.front.sepi 74.6.168.72 3 u 45 64 377 0.090 3.784 1.577 2023-12-26T17:13:37.880 INFO:teuthology.orchestra.run.smithi046.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-26T17:13:37.908 INFO:teuthology.orchestra.run.smithi073.stdout: remote refid st t when poll reach delay offset jitter 2023-12-26T17:13:37.909 INFO:teuthology.orchestra.run.smithi073.stdout:============================================================================== 2023-12-26T17:13:37.909 INFO:teuthology.orchestra.run.smithi073.stdout:*hv01.front.sepi 44.4.53.2 2 u 88 128 377 0.127 -0.684 0.374 2023-12-26T17:13:37.909 INFO:teuthology.orchestra.run.smithi073.stdout:+hv02.front.sepi 63.231.80.2 3 u 37 128 377 0.088 0.084 0.301 2023-12-26T17:13:37.909 INFO:teuthology.orchestra.run.smithi073.stdout:+hv03.front.sepi 74.6.168.72 3 u 34 128 377 0.122 -2.266 0.202 2023-12-26T17:13:37.909 INFO:teuthology.orchestra.run.smithi073.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-26T17:13:37.910 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-26T17:13:37.957 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-26T17:13:37.957 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-26T17:13:37.968 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-26T17:13:37.980 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-26T17:13:37.991 INFO:teuthology.task.internal:Duration was 3098.994947 seconds 2023-12-26T17:13:37.992 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-26T17:13:38.003 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-26T17:13:38.003 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-26T17:13:38.006 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-26T17:13:38.053 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-26T17:13:38.053 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi046.front.sepia.ceph.com 2023-12-26T17:13:38.053 DEBUG:teuthology.orchestra.run.smithi046:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-26T17:13:38.066 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi073.front.sepia.ceph.com 2023-12-26T17:13:38.067 DEBUG:teuthology.orchestra.run.smithi073:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-26T17:13:38.111 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-26T17:13:38.111 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-26T17:13:38.114 DEBUG:teuthology.orchestra.run.smithi073:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-26T17:13:38.204 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-26T17:13:38.205 DEBUG:teuthology.orchestra.run.smithi046:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-26T17:13:38.208 DEBUG:teuthology.orchestra.run.smithi073:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-26T17:13:38.408 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-26T17:13:38.422 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-26T17:13:38.422 DEBUG:teuthology.orchestra.run.smithi046:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-26T17:13:38.440 DEBUG:teuthology.orchestra.run.smithi073:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-26T17:13:38.458 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-26T17:13:38.471 DEBUG:teuthology.orchestra.run.smithi046:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:13:38.484 DEBUG:teuthology.orchestra.run.smithi073:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:13:38.497 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = core 2023-12-26T17:13:38.516 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern = core 2023-12-26T17:13:38.544 DEBUG:teuthology.orchestra.run.smithi046:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:13:38.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:13:38.573 DEBUG:teuthology.orchestra.run.smithi073:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:13:38.593 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:13:38.594 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-26T17:13:38.607 INFO:teuthology.task.internal:Transferring archived files... 2023-12-26T17:13:38.607 DEBUG:teuthology.misc:Transferring archived files from smithi046:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-26_16:04:49-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501388/remote/smithi046 2023-12-26T17:13:38.608 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-26T17:13:38.651 DEBUG:teuthology.misc:Transferring archived files from smithi073:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-26_16:04:49-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501388/remote/smithi073 2023-12-26T17:13:38.656 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-26T17:13:38.684 INFO:teuthology.task.internal:Removing archive directory... 2023-12-26T17:13:38.685 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-26T17:13:38.688 DEBUG:teuthology.orchestra.run.smithi073:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-26T17:13:38.728 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-26T17:13:38.745 INFO:teuthology.task.internal:Not uploading archives. 2023-12-26T17:13:38.746 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-26T17:13:38.760 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-26T17:13:38.760 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-26T17:13:38.763 DEBUG:teuthology.orchestra.run.smithi073:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-26T17:13:38.769 INFO:teuthology.orchestra.run.smithi046.stdout: 1048609 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 26 17:13 /home/ubuntu/cephtest 2023-12-26T17:13:38.777 INFO:teuthology.orchestra.run.smithi073.stdout: 1048619 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 26 17:13 /home/ubuntu/cephtest 2023-12-26T17:13:38.780 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-26T17:13:38.797 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-26T17:13:38.830 INFO:teuthology.nuke:Checking targets against current locks 2023-12-26T17:13:38.857 DEBUG:teuthology.nuke:shortname: smithi046 2023-12-26T17:13:38.857 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:13:38.881 DEBUG:teuthology.nuke:shortname: smithi073 2023-12-26T17:13:38.881 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:13:38.885 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:04:49-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501388', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-26 16:07:38.156746', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-26T17:13:38.905 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi073.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:04:49-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501388', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-26 16:07:38.158153', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-26T17:13:38.936 INFO:teuthology.orchestra.console.smithi046:Power off 2023-12-26T17:13:38.937 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-26T17:13:38.961 DEBUG:teuthology.orchestra.console.smithi046:power off output: Chassis Power Control: Down/Off 2023-12-26T17:13:38.962 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:13:38.978 INFO:teuthology.orchestra.console.smithi073:Power off 2023-12-26T17:13:38.978 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-26T17:13:38.989 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2023-12-26T17:13:39.006 DEBUG:teuthology.orchestra.console.smithi073:power off output: Chassis Power Control: Down/Off 2023-12-26T17:13:39.006 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:13:39.034 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2023-12-26T17:13:42.991 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:13:43.035 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:13:43.102 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2023-12-26T17:13:43.145 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2023-12-26T17:13:47.106 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:13:47.146 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:13:47.216 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is off 2023-12-26T17:13:47.256 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2023-12-26T17:13:47.318 INFO:teuthology.orchestra.console.smithi046:Power off completed 2023-12-26T17:13:51.257 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:13:51.368 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is off 2023-12-26T17:13:51.469 INFO:teuthology.orchestra.console.smithi073:Power off completed 2023-12-26T17:13:51.574 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} duration: 3098.994947195053 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=3d3ab955010b4d07aed23890c6672da9 status: fail success: false 2023-12-26T17:13:51.574 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-26T17:13:51.655 INFO:teuthology.run:FAIL